In a RGB color space, #ffff95 hex color is composed of 100% red, 100% green and 58.4% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 0% magenta, 41.6% yellow and 0% black. It has a hue angle of 60 degrees, a saturation of 100% and a lightness of 79.2%. #ffff95 color hex could be obtained by blending #ffffff with #ffff2b. Closest websafe color is: #ffff99.
The hexadecimal color #ffff95 has RGB values of R:255, G:255, B:149 and CMYK values of C:0, M:0, Y:0.42, K:0. Its decimal value is 16777109.
Hex triplet | ffff95 | #ffff95 |
RGB Decimal | 255, 255, 149 | rgb(255,255,149) |
RGB Percent | 100, 100, 58.4 | rgb(100%,100%,58.4%) |
CMYK | 0, 0, 41.6, 0 | |
HSL | 60°, 100, 79.2 | hsl(60,100%,79.2%) |
HSV(HSB) | 60°, 41.6, 100 | |
Web Safe | ffff99 | #ff9 |
XYZ | 82.425, 94.95, 42.417 |
xyY | 0.375, 0.432, 94.95 |
CIE-LAB | 98.013, -14.63, 50.507 |
CIE-LCH | 98.013, 52.583, 106.154 |
CIE-LUV | 98.013, 5.025, 69.657 |
Hunter-Lab | 97.442, -19.534, 42.401 |
Binary | 11111111, 11111111, 10010101 |
Below, you can see some colors close to #ffff95. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #ffff95.
<span style="color:#ffff95">Text here</span>
This paragraph has a background color of #ffff95.
<p style="background-color:#ffff95;">Content here</p>
This element has a border color of #ffff95.
<div style="border:1px #ffff95;">Content here</div>
.text {color:#ffff95;}
.background {background-color:#ffff95;}
.border {border:1px solid #ffff95;}
.text-shadow {border:1px solid #ffff95;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #000000 is the darkest color, while #ffffea is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #cacaca is the less saturated color, while #fbfb99 is the most saturated one.