Shades of Lemon #FCF912
Tints of Lemon #FCF912
RGB
CMYK
RGB Variations
Color information
#FCF912 (or 0xFCF912) is known color: Lemon. HEX triplet: FC, F9 and 12. RGB value is (252,249,18). Sum of RGB (Red+Green+Blue) = 252+249+18=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 249 (97.66% from 255 or 47.98% from 519); Blue value is 18 (7.42% from 255 or 3.47% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF912 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF912 is #0306ED. Grayscale: #E0E0E0. Windows color (decimal): -198382 or 1243644. OLE color: 1243644.
HSL color Cylindrical-coordinate representation of color #FCF912: hue angle of 59.23º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FCF912 is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 249 | 18 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.01 |
| HSL | 59.23º | 0.98% | 0.53% | - |
| HSV(B) | 59.23º | 0.93% | 0.99% | - |
| XYZ | 74.13 | 88.49 | 13.75 | - |
| YUV | 223.56 | 11.99 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 249 | 18 | 0 | 0.01 | 0.93 | 0.01 | 59.23 | 0.98 | 0.53 |
| Hex | FC | F9 | 12 | 0 | 1 | 5D | 1 | 3B | 62 | 35 |
| Octal | 374 | 371 | 22 | 0 | 1 | 135 | 1 | 73 | 142 | 65 |
| Binary | 11111100 | 11111001 | 10010 | 0 | 1 | 1011101 | 1 | 111011 | 1100010 | 110101 |
Color Harmonies of #FCF912
Complementary color
Monochromatic Colors of #FCF912
Black with #FCF912
Text Example
Text Example
White with #FCF912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF912; }
p { color: rgb(252,249,18); }
H1.HeaderClassName
{
color: #FCF912;
}
.AnyTagClassName
{
color: #FCF912;
}
</style>
background-color css
<style>
a { background-color: #FCF912; }
a { background-color: rgb(252,249,18); }
div.DivClassName
{
background-color: #FCF912;
}
.BgClassName
{
background-color: #FCF912;
}
</style>
border-color css
<style>
span { border-color: #FCF912; }
span { border-color: rgb(252,249,18); }
td.TdClassName
{
border-color: #FCF912;
}
.TagClassName
{
border-color: #FCF912;
}
</style>