Shades of Lemon #FCDC0F
Tints of Lemon #FCDC0F
RGB
CMYK
RGB Variations
Color information
#FCDC0F (or 0xFCDC0F) is known color: Lemon. HEX triplet: FC, DC and 0F. RGB value is (252,220,15). Sum of RGB (Red+Green+Blue) = 252+220+15=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 15 (6.25% from 255 or 3.08% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDC0F is #0323F0. Grayscale: #CFCFCF. Windows color (decimal): -205809 or 1039612. OLE color: 1039612.
HSL color Cylindrical-coordinate representation of color #FCDC0F: hue angle of 51.9º 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 #FCDC0F is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 15 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.01 |
| HSL | 51.9º | 0.98% | 0.52% | - |
| HSV(B) | 51.9º | 0.94% | 0.99% | - |
| XYZ | 65.82 | 71.92 | 10.86 | - |
| YUV | 206.2 | 20.1 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 15 | 0 | 0.13 | 0.94 | 0.01 | 51.9 | 0.98 | 0.52 |
| Hex | FC | DC | F | 0 | D | 5E | 1 | 34 | 62 | 34 |
| Octal | 374 | 334 | 17 | 0 | 15 | 136 | 1 | 64 | 142 | 64 |
| Binary | 11111100 | 11011100 | 1111 | 0 | 1101 | 1011110 | 1 | 110100 | 1100010 | 110100 |
Color Harmonies of #FCDC0F
Complementary color
Monochromatic Colors of #FCDC0F
Black with #FCDC0F
Text Example
Text Example
White with #FCDC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDC0F; }
p { color: rgb(252,220,15); }
H1.HeaderClassName
{
color: #FCDC0F;
}
.AnyTagClassName
{
color: #FCDC0F;
}
</style>
background-color css
<style>
a { background-color: #FCDC0F; }
a { background-color: rgb(252,220,15); }
div.DivClassName
{
background-color: #FCDC0F;
}
.BgClassName
{
background-color: #FCDC0F;
}
</style>
border-color css
<style>
span { border-color: #FCDC0F; }
span { border-color: rgb(252,220,15); }
td.TdClassName
{
border-color: #FCDC0F;
}
.TagClassName
{
border-color: #FCDC0F;
}
</style>