Shades of Lemon #FCD917
Tints of Lemon #FCD917
RGB
CMYK
RGB Variations
Color information
#FCD917 (or 0xFCD917) is known color: Lemon. HEX triplet: FC, D9 and 17. RGB value is (252,217,23). Sum of RGB (Red+Green+Blue) = 252+217+23=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 217 (85.16% from 255 or 44.11% from 492); Blue value is 23 (9.38% from 255 or 4.67% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD917 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD917 is #0326E8. Grayscale: #CECECE. Windows color (decimal): -206569 or 1563132. OLE color: 1563132.
HSL color Cylindrical-coordinate representation of color #FCD917: hue angle of 50.83º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FCD917 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 23 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.01 |
| HSL | 50.83º | 0.97% | 0.54% | - |
| HSV(B) | 50.83º | 0.91% | 0.99% | - |
| XYZ | 65.11 | 70.38 | 10.96 | - |
| YUV | 205.35 | 25.1 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 23 | 0 | 0.14 | 0.91 | 0.01 | 50.83 | 0.97 | 0.54 |
| Hex | FC | D9 | 17 | 0 | E | 5B | 1 | 33 | 61 | 36 |
| Octal | 374 | 331 | 27 | 0 | 16 | 133 | 1 | 63 | 141 | 66 |
| Binary | 11111100 | 11011001 | 10111 | 0 | 1110 | 1011011 | 1 | 110011 | 1100001 | 110110 |
Color Harmonies of #FCD917
Complementary color
Monochromatic Colors of #FCD917
Black with #FCD917
Text Example
Text Example
White with #FCD917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD917; }
p { color: rgb(252,217,23); }
H1.HeaderClassName
{
color: #FCD917;
}
.AnyTagClassName
{
color: #FCD917;
}
</style>
background-color css
<style>
a { background-color: #FCD917; }
a { background-color: rgb(252,217,23); }
div.DivClassName
{
background-color: #FCD917;
}
.BgClassName
{
background-color: #FCD917;
}
</style>
border-color css
<style>
span { border-color: #FCD917; }
span { border-color: rgb(252,217,23); }
td.TdClassName
{
border-color: #FCD917;
}
.TagClassName
{
border-color: #FCD917;
}
</style>