Shades of Lemon #FCDB17
Tints of Lemon #FCDB17
RGB
CMYK
RGB Variations
Color information
#FCDB17 (or 0xFCDB17) is known color: Lemon. HEX triplet: FC, DB and 17. RGB value is (252,219,23). Sum of RGB (Red+Green+Blue) = 252+219+23=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 23 (9.38% from 255 or 4.66% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDB17 is #0324E8. Grayscale: #CFCFCF. Windows color (decimal): -206057 or 1563644. OLE color: 1563644.
HSL color Cylindrical-coordinate representation of color #FCDB17: hue angle of 51.35º 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 #FCDB17 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 23 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.01 |
| HSL | 51.35º | 0.97% | 0.54% | - |
| HSV(B) | 51.35º | 0.91% | 0.99% | - |
| XYZ | 65.63 | 71.42 | 11.14 | - |
| YUV | 206.52 | 24.43 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 23 | 0 | 0.13 | 0.91 | 0.01 | 51.35 | 0.97 | 0.54 |
| Hex | FC | DB | 17 | 0 | D | 5B | 1 | 33 | 61 | 36 |
| Octal | 374 | 333 | 27 | 0 | 15 | 133 | 1 | 63 | 141 | 66 |
| Binary | 11111100 | 11011011 | 10111 | 0 | 1101 | 1011011 | 1 | 110011 | 1100001 | 110110 |
Color Harmonies of #FCDB17
Complementary color
Monochromatic Colors of #FCDB17
Black with #FCDB17
Text Example
Text Example
White with #FCDB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDB17; }
p { color: rgb(252,219,23); }
H1.HeaderClassName
{
color: #FCDB17;
}
.AnyTagClassName
{
color: #FCDB17;
}
</style>
background-color css
<style>
a { background-color: #FCDB17; }
a { background-color: rgb(252,219,23); }
div.DivClassName
{
background-color: #FCDB17;
}
.BgClassName
{
background-color: #FCDB17;
}
</style>
border-color css
<style>
span { border-color: #FCDB17; }
span { border-color: rgb(252,219,23); }
td.TdClassName
{
border-color: #FCDB17;
}
.TagClassName
{
border-color: #FCDB17;
}
</style>