Shades of Lemon #FCFB1A
Tints of Lemon #FCFB1A
RGB
CMYK
RGB Variations
Color information
#FCFB1A (or 0xFCFB1A) is known color: Lemon. HEX triplet: FC, FB and 1A. RGB value is (252,251,26). Sum of RGB (Red+Green+Blue) = 252+251+26=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 251 (98.44% from 255 or 47.45% from 529); Blue value is 26 (10.55% from 255 or 4.91% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFB1A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFB1A is #0304E5. Grayscale: #E2E2E2. Windows color (decimal): -197862 or 1768444. OLE color: 1768444.
HSL color Cylindrical-coordinate representation of color #FCFB1A: 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.9%. Process color model (Four color, CMYK) of #FCFB1A is Cyan = 0, Magento = 0.00, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 251 | 26 | - |
| CMYK | 0 | 0.00 | 0.90 | 0.01 |
| HSL | 59.73º | 0.97% | 0.55% | - |
| HSV(B) | 59.73º | 0.9% | 0.99% | - |
| XYZ | 74.83 | 89.76 | 14.36 | - |
| YUV | 225.65 | 15.33 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 251 | 26 | 0 | 0.00 | 0.90 | 0.01 | 59.73 | 0.97 | 0.55 |
| Hex | FC | FB | 1A | 0 | 0 | 5A | 1 | 3C | 61 | 37 |
| Octal | 374 | 373 | 32 | 0 | 0 | 132 | 1 | 74 | 141 | 67 |
| Binary | 11111100 | 11111011 | 11010 | 0 | 0 | 1011010 | 1 | 111100 | 1100001 | 110111 |
Color Harmonies of #FCFB1A
Complementary color
Monochromatic Colors of #FCFB1A
Black with #FCFB1A
Text Example
Text Example
White with #FCFB1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFB1A; }
p { color: rgb(252,251,26); }
H1.HeaderClassName
{
color: #FCFB1A;
}
.AnyTagClassName
{
color: #FCFB1A;
}
</style>
background-color css
<style>
a { background-color: #FCFB1A; }
a { background-color: rgb(252,251,26); }
div.DivClassName
{
background-color: #FCFB1A;
}
.BgClassName
{
background-color: #FCFB1A;
}
</style>
border-color css
<style>
span { border-color: #FCFB1A; }
span { border-color: rgb(252,251,26); }
td.TdClassName
{
border-color: #FCFB1A;
}
.TagClassName
{
border-color: #FCFB1A;
}
</style>