Shades of Lemon #FCDF10
Tints of Lemon #FCDF10
RGB
CMYK
RGB Variations
Color information
#FCDF10 (or 0xFCDF10) is known color: Lemon. HEX triplet: FC, DF and 10. RGB value is (252,223,16). Sum of RGB (Red+Green+Blue) = 252+223+16=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 16 (6.64% from 255 or 3.26% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDF10 is #0320EF. Grayscale: #D0D0D0. Windows color (decimal): -205040 or 1105916. OLE color: 1105916.
HSL color Cylindrical-coordinate representation of color #FCDF10: hue angle of 52.63º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FCDF10 is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 16 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.01 |
| HSL | 52.63º | 0.98% | 0.53% | - |
| HSV(B) | 52.63º | 0.94% | 0.99% | - |
| XYZ | 66.63 | 73.51 | 11.17 | - |
| YUV | 208.07 | 19.61 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 16 | 0 | 0.12 | 0.94 | 0.01 | 52.63 | 0.98 | 0.53 |
| Hex | FC | DF | 10 | 0 | C | 5E | 1 | 35 | 62 | 35 |
| Octal | 374 | 337 | 20 | 0 | 14 | 136 | 1 | 65 | 142 | 65 |
| Binary | 11111100 | 11011111 | 10000 | 0 | 1100 | 1011110 | 1 | 110101 | 1100010 | 110101 |
Color Harmonies of #FCDF10
Complementary color
Monochromatic Colors of #FCDF10
Black with #FCDF10
Text Example
Text Example
White with #FCDF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF10; }
p { color: rgb(252,223,16); }
H1.HeaderClassName
{
color: #FCDF10;
}
.AnyTagClassName
{
color: #FCDF10;
}
</style>
background-color css
<style>
a { background-color: #FCDF10; }
a { background-color: rgb(252,223,16); }
div.DivClassName
{
background-color: #FCDF10;
}
.BgClassName
{
background-color: #FCDF10;
}
</style>
border-color css
<style>
span { border-color: #FCDF10; }
span { border-color: rgb(252,223,16); }
td.TdClassName
{
border-color: #FCDF10;
}
.TagClassName
{
border-color: #FCDF10;
}
</style>