Shades of Lemon #FCF91D
Tints of Lemon #FCF91D
RGB
CMYK
RGB Variations
Color information
#FCF91D (or 0xFCF91D) is known color: Lemon. HEX triplet: FC, F9 and 1D. RGB value is (252,249,29). Sum of RGB (Red+Green+Blue) = 252+249+29=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 249 (97.66% from 255 or 46.98% from 530); Blue value is 29 (11.72% from 255 or 5.47% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF91D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF91D is #0306E2. Grayscale: #E1E1E1. Windows color (decimal): -198371 or 1964540. OLE color: 1964540.
HSL color Cylindrical-coordinate representation of color #FCF91D: hue angle of 59.19º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FCF91D is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 249 | 29 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.01 |
| HSL | 59.19º | 0.97% | 0.55% | - |
| HSV(B) | 59.19º | 0.88% | 0.99% | - |
| XYZ | 74.24 | 88.54 | 14.34 | - |
| YUV | 224.82 | 17.49 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 249 | 29 | 0 | 0.01 | 0.88 | 0.01 | 59.19 | 0.97 | 0.55 |
| Hex | FC | F9 | 1D | 0 | 1 | 58 | 1 | 3B | 61 | 37 |
| Octal | 374 | 371 | 35 | 0 | 1 | 130 | 1 | 73 | 141 | 67 |
| Binary | 11111100 | 11111001 | 11101 | 0 | 1 | 1011000 | 1 | 111011 | 1100001 | 110111 |
Color Harmonies of #FCF91D
Complementary color
Monochromatic Colors of #FCF91D
Black with #FCF91D
Text Example
Text Example
White with #FCF91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF91D; }
p { color: rgb(252,249,29); }
H1.HeaderClassName
{
color: #FCF91D;
}
.AnyTagClassName
{
color: #FCF91D;
}
</style>
background-color css
<style>
a { background-color: #FCF91D; }
a { background-color: rgb(252,249,29); }
div.DivClassName
{
background-color: #FCF91D;
}
.BgClassName
{
background-color: #FCF91D;
}
</style>
border-color css
<style>
span { border-color: #FCF91D; }
span { border-color: rgb(252,249,29); }
td.TdClassName
{
border-color: #FCF91D;
}
.TagClassName
{
border-color: #FCF91D;
}
</style>