Shades of Lemon #FFFC26
Tints of Lemon #FFFC26
RGB
CMYK
RGB Variations
Color information
#FFFC26 (or 0xFFFC26) is known color: Lemon. HEX triplet: FF, FC and 26. RGB value is (255,252,38). Sum of RGB (Red+Green+Blue) = 255+252+38=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 252 (98.83% from 255 or 46.24% from 545); Blue value is 38 (15.23% from 255 or 6.97% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC26 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFC26 is #0003D9. Grayscale: #E5E5E5. Windows color (decimal): -986 or 2555135. OLE color: 2555135.
HSL color Cylindrical-coordinate representation of color #FFFC26: hue angle of 59.17º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FFFC26 is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 38 | - |
| CMYK | 0 | 0.01 | 0.85 | 0 |
| HSL | 59.17º | 1% | 0.57% | - |
| HSV(B) | 59.17º | 0.85% | 1% | - |
| XYZ | 76.4 | 91.02 | 15.38 | - |
| YUV | 228.5 | 20.49 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 38 | 0 | 0.01 | 0.85 | 0 | 59.17 | 1 | 0.57 |
| Hex | FF | FC | 26 | 0 | 1 | 55 | 0 | 3B | 64 | 39 |
| Octal | 377 | 374 | 46 | 0 | 1 | 125 | 0 | 73 | 144 | 71 |
| Binary | 11111111 | 11111100 | 100110 | 0 | 1 | 1010101 | 0 | 111011 | 1100100 | 111001 |
Color Harmonies of #FFFC26
Complementary color
Monochromatic Colors of #FFFC26
Black with #FFFC26
Text Example
Text Example
White with #FFFC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC26; }
p { color: rgb(255,252,38); }
H1.HeaderClassName
{
color: #FFFC26;
}
.AnyTagClassName
{
color: #FFFC26;
}
</style>
background-color css
<style>
a { background-color: #FFFC26; }
a { background-color: rgb(255,252,38); }
div.DivClassName
{
background-color: #FFFC26;
}
.BgClassName
{
background-color: #FFFC26;
}
</style>
border-color css
<style>
span { border-color: #FFFC26; }
span { border-color: rgb(255,252,38); }
td.TdClassName
{
border-color: #FFFC26;
}
.TagClassName
{
border-color: #FFFC26;
}
</style>