Shades of Lemon #FCDC0E
Tints of Lemon #FCDC0E
RGB
CMYK
RGB Variations
Color information
#FCDC0E (or 0xFCDC0E) is known color: Lemon. HEX triplet: FC, DC and 0E. RGB value is (252,220,14). Sum of RGB (Red+Green+Blue) = 252+220+14=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 14 (5.86% from 255 or 2.88% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDC0E is #0323F1. Grayscale: #CECECE. Windows color (decimal): -205810 or 974076. OLE color: 974076.
HSL color Cylindrical-coordinate representation of color #FCDC0E: hue angle of 51.93º 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 #FCDC0E is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 14 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.01 |
| HSL | 51.93º | 0.98% | 0.52% | - |
| HSV(B) | 51.93º | 0.94% | 0.99% | - |
| XYZ | 65.82 | 71.91 | 10.83 | - |
| YUV | 206.08 | 19.6 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 14 | 0 | 0.13 | 0.94 | 0.01 | 51.93 | 0.98 | 0.52 |
| Hex | FC | DC | E | 0 | D | 5E | 1 | 34 | 62 | 34 |
| Octal | 374 | 334 | 16 | 0 | 15 | 136 | 1 | 64 | 142 | 64 |
| Binary | 11111100 | 11011100 | 1110 | 0 | 1101 | 1011110 | 1 | 110100 | 1100010 | 110100 |
Color Harmonies of #FCDC0E
Complementary color
Monochromatic Colors of #FCDC0E
Black with #FCDC0E
Text Example
Text Example
White with #FCDC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDC0E; }
p { color: rgb(252,220,14); }
H1.HeaderClassName
{
color: #FCDC0E;
}
.AnyTagClassName
{
color: #FCDC0E;
}
</style>
background-color css
<style>
a { background-color: #FCDC0E; }
a { background-color: rgb(252,220,14); }
div.DivClassName
{
background-color: #FCDC0E;
}
.BgClassName
{
background-color: #FCDC0E;
}
</style>
border-color css
<style>
span { border-color: #FCDC0E; }
span { border-color: rgb(252,220,14); }
td.TdClassName
{
border-color: #FCDC0E;
}
.TagClassName
{
border-color: #FCDC0E;
}
</style>