Shades of Lemon #FCF008
Tints of Lemon #FCF008
RGB
CMYK
RGB Variations
Color information
#FCF008 (or 0xFCF008) is known color: Lemon. HEX triplet: FC, F0 and 08. RGB value is (252,240,8). Sum of RGB (Red+Green+Blue) = 252+240+8=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 240 (94.14% from 255 or 48% from 500); Blue value is 8 (3.52% from 255 or 1.6% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF008 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF008 is #030FF7. Grayscale: #DADADA. Windows color (decimal): -200696 or 585980. OLE color: 585980.
HSL color Cylindrical-coordinate representation of color #FCF008: hue angle of 57.05º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FCF008 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 240 | 8 | - |
| CMYK | 0 | 0.05 | 0.97 | 0.01 |
| HSL | 57.05º | 0.98% | 0.51% | - |
| HSV(B) | 57.05º | 0.97% | 0.99% | - |
| XYZ | 71.35 | 83.03 | 12.5 | - |
| YUV | 217.14 | 9.98 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 240 | 8 | 0 | 0.05 | 0.97 | 0.01 | 57.05 | 0.98 | 0.51 |
| Hex | FC | F0 | 8 | 0 | 5 | 61 | 1 | 39 | 62 | 33 |
| Octal | 374 | 360 | 10 | 0 | 5 | 141 | 1 | 71 | 142 | 63 |
| Binary | 11111100 | 11110000 | 1000 | 0 | 101 | 1100001 | 1 | 111001 | 1100010 | 110011 |
Color Harmonies of #FCF008
Complementary color
Monochromatic Colors of #FCF008
Black with #FCF008
Text Example
Text Example
White with #FCF008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF008; }
p { color: rgb(252,240,8); }
H1.HeaderClassName
{
color: #FCF008;
}
.AnyTagClassName
{
color: #FCF008;
}
</style>
background-color css
<style>
a { background-color: #FCF008; }
a { background-color: rgb(252,240,8); }
div.DivClassName
{
background-color: #FCF008;
}
.BgClassName
{
background-color: #FCF008;
}
</style>
border-color css
<style>
span { border-color: #FCF008; }
span { border-color: rgb(252,240,8); }
td.TdClassName
{
border-color: #FCF008;
}
.TagClassName
{
border-color: #FCF008;
}
</style>