Shades of Lemon #FCF91E
Tints of Lemon #FCF91E
RGB
CMYK
RGB Variations
Color information
#FCF91E (or 0xFCF91E) is known color: Lemon. HEX triplet: FC, F9 and 1E. RGB value is (252,249,30). Sum of RGB (Red+Green+Blue) = 252+249+30=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 249 (97.66% from 255 or 46.89% from 531); Blue value is 30 (12.11% from 255 or 5.65% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF91E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF91E is #0306E1. Grayscale: #E1E1E1. Windows color (decimal): -198370 or 2030076. OLE color: 2030076.
HSL color Cylindrical-coordinate representation of color #FCF91E: 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 #FCF91E is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 249 | 30 | - |
| 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.25 | 88.54 | 14.4 | - |
| YUV | 224.93 | 17.99 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 249 | 30 | 0 | 0.01 | 0.88 | 0.01 | 59.19 | 0.97 | 0.55 |
| Hex | FC | F9 | 1E | 0 | 1 | 58 | 1 | 3B | 61 | 37 |
| Octal | 374 | 371 | 36 | 0 | 1 | 130 | 1 | 73 | 141 | 67 |
| Binary | 11111100 | 11111001 | 11110 | 0 | 1 | 1011000 | 1 | 111011 | 1100001 | 110111 |
Color Harmonies of #FCF91E
Complementary color
Monochromatic Colors of #FCF91E
Black with #FCF91E
Text Example
Text Example
White with #FCF91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF91E; }
p { color: rgb(252,249,30); }
H1.HeaderClassName
{
color: #FCF91E;
}
.AnyTagClassName
{
color: #FCF91E;
}
</style>
background-color css
<style>
a { background-color: #FCF91E; }
a { background-color: rgb(252,249,30); }
div.DivClassName
{
background-color: #FCF91E;
}
.BgClassName
{
background-color: #FCF91E;
}
</style>
border-color css
<style>
span { border-color: #FCF91E; }
span { border-color: rgb(252,249,30); }
td.TdClassName
{
border-color: #FCF91E;
}
.TagClassName
{
border-color: #FCF91E;
}
</style>