Shades of Lemon #FCDF0F
Tints of Lemon #FCDF0F
RGB
CMYK
RGB Variations
Color information
#FCDF0F (or 0xFCDF0F) is known color: Lemon. HEX triplet: FC, DF and 0F. RGB value is (252,223,15). Sum of RGB (Red+Green+Blue) = 252+223+15=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 15 (6.25% from 255 or 3.06% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDF0F is #0320F0. Grayscale: #D0D0D0. Windows color (decimal): -205041 or 1040380. OLE color: 1040380.
HSL color Cylindrical-coordinate representation of color #FCDF0F: hue angle of 52.66º 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 #FCDF0F is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 15 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.01 |
| HSL | 52.66º | 0.98% | 0.52% | - |
| HSV(B) | 52.66º | 0.94% | 0.99% | - |
| XYZ | 66.62 | 73.51 | 11.13 | - |
| YUV | 207.96 | 19.11 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 15 | 0 | 0.12 | 0.94 | 0.01 | 52.66 | 0.98 | 0.52 |
| Hex | FC | DF | F | 0 | C | 5E | 1 | 35 | 62 | 34 |
| Octal | 374 | 337 | 17 | 0 | 14 | 136 | 1 | 65 | 142 | 64 |
| Binary | 11111100 | 11011111 | 1111 | 0 | 1100 | 1011110 | 1 | 110101 | 1100010 | 110100 |
Color Harmonies of #FCDF0F
Complementary color
Monochromatic Colors of #FCDF0F
Black with #FCDF0F
Text Example
Text Example
White with #FCDF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF0F; }
p { color: rgb(252,223,15); }
H1.HeaderClassName
{
color: #FCDF0F;
}
.AnyTagClassName
{
color: #FCDF0F;
}
</style>
background-color css
<style>
a { background-color: #FCDF0F; }
a { background-color: rgb(252,223,15); }
div.DivClassName
{
background-color: #FCDF0F;
}
.BgClassName
{
background-color: #FCDF0F;
}
</style>
border-color css
<style>
span { border-color: #FCDF0F; }
span { border-color: rgb(252,223,15); }
td.TdClassName
{
border-color: #FCDF0F;
}
.TagClassName
{
border-color: #FCDF0F;
}
</style>