Shades of Lemon #FCDF0D
Tints of Lemon #FCDF0D
RGB
CMYK
RGB Variations
Color information
#FCDF0D (or 0xFCDF0D) is known color: Lemon. HEX triplet: FC, DF and 0D. RGB value is (252,223,13). Sum of RGB (Red+Green+Blue) = 252+223+13=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 13 (5.47% from 255 or 2.66% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDF0D is #0320F2. Grayscale: #D0D0D0. Windows color (decimal): -205043 or 909308. OLE color: 909308.
HSL color Cylindrical-coordinate representation of color #FCDF0D: hue angle of 52.72º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FCDF0D is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 13 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.01 |
| HSL | 52.72º | 0.98% | 0.52% | - |
| HSV(B) | 52.72º | 0.95% | 0.99% | - |
| XYZ | 66.61 | 73.5 | 11.06 | - |
| YUV | 207.73 | 18.11 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 13 | 0 | 0.12 | 0.95 | 0.01 | 52.72 | 0.98 | 0.52 |
| Hex | FC | DF | D | 0 | C | 5F | 1 | 35 | 62 | 34 |
| Octal | 374 | 337 | 15 | 0 | 14 | 137 | 1 | 65 | 142 | 64 |
| Binary | 11111100 | 11011111 | 1101 | 0 | 1100 | 1011111 | 1 | 110101 | 1100010 | 110100 |
Color Harmonies of #FCDF0D
Complementary color
Monochromatic Colors of #FCDF0D
Black with #FCDF0D
Text Example
Text Example
White with #FCDF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF0D; }
p { color: rgb(252,223,13); }
H1.HeaderClassName
{
color: #FCDF0D;
}
.AnyTagClassName
{
color: #FCDF0D;
}
</style>
background-color css
<style>
a { background-color: #FCDF0D; }
a { background-color: rgb(252,223,13); }
div.DivClassName
{
background-color: #FCDF0D;
}
.BgClassName
{
background-color: #FCDF0D;
}
</style>
border-color css
<style>
span { border-color: #FCDF0D; }
span { border-color: rgb(252,223,13); }
td.TdClassName
{
border-color: #FCDF0D;
}
.TagClassName
{
border-color: #FCDF0D;
}
</style>