Shades of Lemon #FCFB18
Tints of Lemon #FCFB18
RGB
CMYK
RGB Variations
Color information
#FCFB18 (or 0xFCFB18) is known color: Lemon. HEX triplet: FC, FB and 18. RGB value is (252,251,24). Sum of RGB (Red+Green+Blue) = 252+251+24=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 251 (98.44% from 255 or 47.63% from 527); Blue value is 24 (9.77% from 255 or 4.55% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFB18 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFB18 is #0304E7. Grayscale: #E2E2E2. Windows color (decimal): -197864 or 1637372. OLE color: 1637372.
HSL color Cylindrical-coordinate representation of color #FCFB18: hue angle of 59.74º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCFB18 is Cyan = 0, Magento = 0.00, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 251 | 24 | - |
| CMYK | 0 | 0.00 | 0.90 | 0.01 |
| HSL | 59.74º | 0.97% | 0.54% | - |
| HSV(B) | 59.74º | 0.9% | 0.99% | - |
| XYZ | 74.81 | 89.76 | 14.25 | - |
| YUV | 225.42 | 14.33 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 251 | 24 | 0 | 0.00 | 0.90 | 0.01 | 59.74 | 0.97 | 0.54 |
| Hex | FC | FB | 18 | 0 | 0 | 5A | 1 | 3C | 61 | 36 |
| Octal | 374 | 373 | 30 | 0 | 0 | 132 | 1 | 74 | 141 | 66 |
| Binary | 11111100 | 11111011 | 11000 | 0 | 0 | 1011010 | 1 | 111100 | 1100001 | 110110 |
Color Harmonies of #FCFB18
Complementary color
Monochromatic Colors of #FCFB18
Black with #FCFB18
Text Example
Text Example
White with #FCFB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFB18; }
p { color: rgb(252,251,24); }
H1.HeaderClassName
{
color: #FCFB18;
}
.AnyTagClassName
{
color: #FCFB18;
}
</style>
background-color css
<style>
a { background-color: #FCFB18; }
a { background-color: rgb(252,251,24); }
div.DivClassName
{
background-color: #FCFB18;
}
.BgClassName
{
background-color: #FCFB18;
}
</style>
border-color css
<style>
span { border-color: #FCFB18; }
span { border-color: rgb(252,251,24); }
td.TdClassName
{
border-color: #FCFB18;
}
.TagClassName
{
border-color: #FCFB18;
}
</style>