Shades of Lemon #FCDB1B
Tints of Lemon #FCDB1B
RGB
CMYK
RGB Variations
Color information
#FCDB1B (or 0xFCDB1B) is known color: Lemon. HEX triplet: FC, DB and 1B. RGB value is (252,219,27). Sum of RGB (Red+Green+Blue) = 252+219+27=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 27 (10.94% from 255 or 5.42% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDB1B is #0324E4. Grayscale: #CFCFCF. Windows color (decimal): -206053 or 1825788. OLE color: 1825788.
HSL color Cylindrical-coordinate representation of color #FCDB1B: hue angle of 51.2º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FCDB1B is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 27 | - |
| CMYK | 0 | 0.13 | 0.89 | 0.01 |
| HSL | 51.2º | 0.97% | 0.55% | - |
| HSV(B) | 51.2º | 0.89% | 0.99% | - |
| XYZ | 65.67 | 71.44 | 11.36 | - |
| YUV | 206.98 | 26.43 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 27 | 0 | 0.13 | 0.89 | 0.01 | 51.2 | 0.97 | 0.55 |
| Hex | FC | DB | 1B | 0 | D | 59 | 1 | 33 | 61 | 37 |
| Octal | 374 | 333 | 33 | 0 | 15 | 131 | 1 | 63 | 141 | 67 |
| Binary | 11111100 | 11011011 | 11011 | 0 | 1101 | 1011001 | 1 | 110011 | 1100001 | 110111 |
Color Harmonies of #FCDB1B
Complementary color
Monochromatic Colors of #FCDB1B
Black with #FCDB1B
Text Example
Text Example
White with #FCDB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDB1B; }
p { color: rgb(252,219,27); }
H1.HeaderClassName
{
color: #FCDB1B;
}
.AnyTagClassName
{
color: #FCDB1B;
}
</style>
background-color css
<style>
a { background-color: #FCDB1B; }
a { background-color: rgb(252,219,27); }
div.DivClassName
{
background-color: #FCDB1B;
}
.BgClassName
{
background-color: #FCDB1B;
}
</style>
border-color css
<style>
span { border-color: #FCDB1B; }
span { border-color: rgb(252,219,27); }
td.TdClassName
{
border-color: #FCDB1B;
}
.TagClassName
{
border-color: #FCDB1B;
}
</style>