Shades of Lemon #FCF70F
Tints of Lemon #FCF70F
RGB
CMYK
RGB Variations
Color information
#FCF70F (or 0xFCF70F) is known color: Lemon. HEX triplet: FC, F7 and 0F. RGB value is (252,247,15). Sum of RGB (Red+Green+Blue) = 252+247+15=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 247 (96.88% from 255 or 48.05% from 514); Blue value is 15 (6.25% from 255 or 2.92% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF70F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF70F is #0308F0. Grayscale: #DEDEDE. Windows color (decimal): -198897 or 1046524. OLE color: 1046524.
HSL color Cylindrical-coordinate representation of color #FCF70F: hue angle of 58.73º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FCF70F is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 247 | 15 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.01 |
| HSL | 58.73º | 0.98% | 0.52% | - |
| HSV(B) | 58.73º | 0.94% | 0.99% | - |
| XYZ | 73.49 | 87.25 | 13.42 | - |
| YUV | 222.05 | 11.16 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 247 | 15 | 0 | 0.02 | 0.94 | 0.01 | 58.73 | 0.98 | 0.52 |
| Hex | FC | F7 | F | 0 | 2 | 5E | 1 | 3B | 62 | 34 |
| Octal | 374 | 367 | 17 | 0 | 2 | 136 | 1 | 73 | 142 | 64 |
| Binary | 11111100 | 11110111 | 1111 | 0 | 10 | 1011110 | 1 | 111011 | 1100010 | 110100 |
Color Harmonies of #FCF70F
Complementary color
Monochromatic Colors of #FCF70F
Black with #FCF70F
Text Example
Text Example
White with #FCF70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF70F; }
p { color: rgb(252,247,15); }
H1.HeaderClassName
{
color: #FCF70F;
}
.AnyTagClassName
{
color: #FCF70F;
}
</style>
background-color css
<style>
a { background-color: #FCF70F; }
a { background-color: rgb(252,247,15); }
div.DivClassName
{
background-color: #FCF70F;
}
.BgClassName
{
background-color: #FCF70F;
}
</style>
border-color css
<style>
span { border-color: #FCF70F; }
span { border-color: rgb(252,247,15); }
td.TdClassName
{
border-color: #FCF70F;
}
.TagClassName
{
border-color: #FCF70F;
}
</style>