Shades of Lemon #FCDF0E
Tints of Lemon #FCDF0E
RGB
CMYK
RGB Variations
Color information
#FCDF0E (or 0xFCDF0E) is known color: Lemon. HEX triplet: FC, DF and 0E. RGB value is (252,223,14). Sum of RGB (Red+Green+Blue) = 252+223+14=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 223 (87.5% from 255 or 45.60% from 489); Blue value is 14 (5.86% from 255 or 2.86% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDF0E is #0320F1. Grayscale: #D0D0D0. Windows color (decimal): -205042 or 974844. OLE color: 974844.
HSL color Cylindrical-coordinate representation of color #FCDF0E: hue angle of 52.69º 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 #FCDF0E is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 14 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.01 |
| HSL | 52.69º | 0.98% | 0.52% | - |
| HSV(B) | 52.69º | 0.94% | 0.99% | - |
| XYZ | 66.61 | 73.5 | 11.09 | - |
| YUV | 207.85 | 18.61 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 14 | 0 | 0.12 | 0.94 | 0.01 | 52.69 | 0.98 | 0.52 |
| Hex | FC | DF | E | 0 | C | 5E | 1 | 35 | 62 | 34 |
| Octal | 374 | 337 | 16 | 0 | 14 | 136 | 1 | 65 | 142 | 64 |
| Binary | 11111100 | 11011111 | 1110 | 0 | 1100 | 1011110 | 1 | 110101 | 1100010 | 110100 |
Color Harmonies of #FCDF0E
Complementary color
Monochromatic Colors of #FCDF0E
Black with #FCDF0E
Text Example
Text Example
White with #FCDF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF0E; }
p { color: rgb(252,223,14); }
H1.HeaderClassName
{
color: #FCDF0E;
}
.AnyTagClassName
{
color: #FCDF0E;
}
</style>
background-color css
<style>
a { background-color: #FCDF0E; }
a { background-color: rgb(252,223,14); }
div.DivClassName
{
background-color: #FCDF0E;
}
.BgClassName
{
background-color: #FCDF0E;
}
</style>
border-color css
<style>
span { border-color: #FCDF0E; }
span { border-color: rgb(252,223,14); }
td.TdClassName
{
border-color: #FCDF0E;
}
.TagClassName
{
border-color: #FCDF0E;
}
</style>