Shades of Lemon #FCD912
Tints of Lemon #FCD912
RGB
CMYK
RGB Variations
Color information
#FCD912 (or 0xFCD912) is known color: Lemon. HEX triplet: FC, D9 and 12. RGB value is (252,217,18). Sum of RGB (Red+Green+Blue) = 252+217+18=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 217 (85.16% from 255 or 44.56% from 487); Blue value is 18 (7.42% from 255 or 3.70% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD912 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD912 is #0326ED. Grayscale: #CDCDCD. Windows color (decimal): -206574 or 1235452. OLE color: 1235452.
HSL color Cylindrical-coordinate representation of color #FCD912: hue angle of 51.03º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FCD912 is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 18 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.01 |
| HSL | 51.03º | 0.98% | 0.53% | - |
| HSV(B) | 51.03º | 0.93% | 0.99% | - |
| XYZ | 65.07 | 70.36 | 10.72 | - |
| YUV | 204.78 | 22.6 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 18 | 0 | 0.14 | 0.93 | 0.01 | 51.03 | 0.98 | 0.53 |
| Hex | FC | D9 | 12 | 0 | E | 5D | 1 | 33 | 62 | 35 |
| Octal | 374 | 331 | 22 | 0 | 16 | 135 | 1 | 63 | 142 | 65 |
| Binary | 11111100 | 11011001 | 10010 | 0 | 1110 | 1011101 | 1 | 110011 | 1100010 | 110101 |
Color Harmonies of #FCD912
Complementary color
Monochromatic Colors of #FCD912
Black with #FCD912
Text Example
Text Example
White with #FCD912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD912; }
p { color: rgb(252,217,18); }
H1.HeaderClassName
{
color: #FCD912;
}
.AnyTagClassName
{
color: #FCD912;
}
</style>
background-color css
<style>
a { background-color: #FCD912; }
a { background-color: rgb(252,217,18); }
div.DivClassName
{
background-color: #FCD912;
}
.BgClassName
{
background-color: #FCD912;
}
</style>
border-color css
<style>
span { border-color: #FCD912; }
span { border-color: rgb(252,217,18); }
td.TdClassName
{
border-color: #FCD912;
}
.TagClassName
{
border-color: #FCD912;
}
</style>