Shades of Lemon #FCFB1C
Tints of Lemon #FCFB1C
RGB
CMYK
RGB Variations
Color information
#FCFB1C (or 0xFCFB1C) is known color: Lemon. HEX triplet: FC, FB and 1C. RGB value is (252,251,28). Sum of RGB (Red+Green+Blue) = 252+251+28=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 251 (98.44% from 255 or 47.27% from 531); Blue value is 28 (11.33% from 255 or 5.27% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFB1C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFB1C is #0304E3. Grayscale: #E2E2E2. Windows color (decimal): -197860 or 1899516. OLE color: 1899516.
HSL color Cylindrical-coordinate representation of color #FCFB1C: hue angle of 59.73º 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 #FCFB1C is Cyan = 0, Magento = 0.00, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 251 | 28 | - |
| CMYK | 0 | 0.00 | 0.89 | 0.01 |
| HSL | 59.73º | 0.97% | 0.55% | - |
| HSV(B) | 59.73º | 0.89% | 0.99% | - |
| XYZ | 74.85 | 89.77 | 14.48 | - |
| YUV | 225.88 | 16.33 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 251 | 28 | 0 | 0.00 | 0.89 | 0.01 | 59.73 | 0.97 | 0.55 |
| Hex | FC | FB | 1C | 0 | 0 | 59 | 1 | 3C | 61 | 37 |
| Octal | 374 | 373 | 34 | 0 | 0 | 131 | 1 | 74 | 141 | 67 |
| Binary | 11111100 | 11111011 | 11100 | 0 | 0 | 1011001 | 1 | 111100 | 1100001 | 110111 |
Color Harmonies of #FCFB1C
Complementary color
Monochromatic Colors of #FCFB1C
Black with #FCFB1C
Text Example
Text Example
White with #FCFB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFB1C; }
p { color: rgb(252,251,28); }
H1.HeaderClassName
{
color: #FCFB1C;
}
.AnyTagClassName
{
color: #FCFB1C;
}
</style>
background-color css
<style>
a { background-color: #FCFB1C; }
a { background-color: rgb(252,251,28); }
div.DivClassName
{
background-color: #FCFB1C;
}
.BgClassName
{
background-color: #FCFB1C;
}
</style>
border-color css
<style>
span { border-color: #FCFB1C; }
span { border-color: rgb(252,251,28); }
td.TdClassName
{
border-color: #FCFB1C;
}
.TagClassName
{
border-color: #FCFB1C;
}
</style>