Shades of Lemon #FCDB0F
Tints of Lemon #FCDB0F
RGB
CMYK
RGB Variations
Color information
#FCDB0F (or 0xFCDB0F) is known color: Lemon. HEX triplet: FC, DB and 0F. RGB value is (252,219,15). Sum of RGB (Red+Green+Blue) = 252+219+15=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 15 (6.25% from 255 or 3.09% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDB0F is #0324F0. Grayscale: #CECECE. Windows color (decimal): -206065 or 1039356. OLE color: 1039356.
HSL color Cylindrical-coordinate representation of color #FCDB0F: hue angle of 51.65º 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 #FCDB0F is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 15 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.01 |
| HSL | 51.65º | 0.98% | 0.52% | - |
| HSV(B) | 51.65º | 0.94% | 0.99% | - |
| XYZ | 65.56 | 71.39 | 10.78 | - |
| YUV | 205.61 | 20.43 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 15 | 0 | 0.13 | 0.94 | 0.01 | 51.65 | 0.98 | 0.52 |
| Hex | FC | DB | F | 0 | D | 5E | 1 | 34 | 62 | 34 |
| Octal | 374 | 333 | 17 | 0 | 15 | 136 | 1 | 64 | 142 | 64 |
| Binary | 11111100 | 11011011 | 1111 | 0 | 1101 | 1011110 | 1 | 110100 | 1100010 | 110100 |
Color Harmonies of #FCDB0F
Complementary color
Monochromatic Colors of #FCDB0F
Black with #FCDB0F
Text Example
Text Example
White with #FCDB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDB0F; }
p { color: rgb(252,219,15); }
H1.HeaderClassName
{
color: #FCDB0F;
}
.AnyTagClassName
{
color: #FCDB0F;
}
</style>
background-color css
<style>
a { background-color: #FCDB0F; }
a { background-color: rgb(252,219,15); }
div.DivClassName
{
background-color: #FCDB0F;
}
.BgClassName
{
background-color: #FCDB0F;
}
</style>
border-color css
<style>
span { border-color: #FCDB0F; }
span { border-color: rgb(252,219,15); }
td.TdClassName
{
border-color: #FCDB0F;
}
.TagClassName
{
border-color: #FCDB0F;
}
</style>