Shades of Lemon #FCF003
Tints of Lemon #FCF003
RGB
CMYK
RGB Variations
Color information
#FCF003 (or 0xFCF003) is known color: Lemon. HEX triplet: FC, F0 and 03. RGB value is (252,240,3). Sum of RGB (Red+Green+Blue) = 252+240+3=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 240 (94.14% from 255 or 48.48% from 495); Blue value is 3 (1.56% from 255 or 0.61% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF003 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF003 is #030FFC. Grayscale: #D9D9D9. Windows color (decimal): -200701 or 258300. OLE color: 258300.
HSL color Cylindrical-coordinate representation of color #FCF003: hue angle of 57.11º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FCF003 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 240 | 3 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.01 |
| HSL | 57.11º | 0.98% | 0.5% | - |
| HSV(B) | 57.11º | 0.99% | 0.99% | - |
| XYZ | 71.32 | 83.02 | 12.35 | - |
| YUV | 216.57 | 7.48 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 240 | 3 | 0 | 0.05 | 0.99 | 0.01 | 57.11 | 0.98 | 0.5 |
| Hex | FC | F0 | 3 | 0 | 5 | 63 | 1 | 39 | 62 | 32 |
| Octal | 374 | 360 | 3 | 0 | 5 | 143 | 1 | 71 | 142 | 62 |
| Binary | 11111100 | 11110000 | 11 | 0 | 101 | 1100011 | 1 | 111001 | 1100010 | 110010 |
Color Harmonies of #FCF003
Complementary color
Monochromatic Colors of #FCF003
Black with #FCF003
Text Example
Text Example
White with #FCF003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF003; }
p { color: rgb(252,240,3); }
H1.HeaderClassName
{
color: #FCF003;
}
.AnyTagClassName
{
color: #FCF003;
}
</style>
background-color css
<style>
a { background-color: #FCF003; }
a { background-color: rgb(252,240,3); }
div.DivClassName
{
background-color: #FCF003;
}
.BgClassName
{
background-color: #FCF003;
}
</style>
border-color css
<style>
span { border-color: #FCF003; }
span { border-color: rgb(252,240,3); }
td.TdClassName
{
border-color: #FCF003;
}
.TagClassName
{
border-color: #FCF003;
}
</style>