Shades of Lemon #FCEE01
Tints of Lemon #FCEE01
RGB
CMYK
RGB Variations
Color information
#FCEE01 (or 0xFCEE01) is known color: Lemon. HEX triplet: FC, EE and 01. RGB value is (252,238,1). Sum of RGB (Red+Green+Blue) = 252+238+1=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 238 (93.36% from 255 or 48.47% from 491); Blue value is 1 (0.78% from 255 or 0.20% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEE01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCEE01 is #0311FE. Grayscale: #D8D8D8. Windows color (decimal): -201215 or 126716. OLE color: 126716.
HSL color Cylindrical-coordinate representation of color #FCEE01: hue angle of 56.65º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FCEE01 is Cyan = 0, Magento = 0.06, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 238 | 1 | - |
| CMYK | 0 | 0.06 | 1.00 | 0.01 |
| HSL | 56.65º | 0.99% | 0.5% | - |
| HSV(B) | 56.65º | 1% | 0.99% | - |
| XYZ | 70.72 | 81.85 | 12.1 | - |
| YUV | 215.17 | 7.14 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 238 | 1 | 0 | 0.06 | 1.00 | 0.01 | 56.65 | 0.99 | 0.5 |
| Hex | FC | EE | 1 | 0 | 6 | 64 | 1 | 39 | 63 | 32 |
| Octal | 374 | 356 | 1 | 0 | 6 | 144 | 1 | 71 | 143 | 62 |
| Binary | 11111100 | 11101110 | 1 | 0 | 110 | 1100100 | 1 | 111001 | 1100011 | 110010 |
Color Harmonies of #FCEE01
Complementary color
Monochromatic Colors of #FCEE01
Black with #FCEE01
Text Example
Text Example
White with #FCEE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEE01; }
p { color: rgb(252,238,1); }
H1.HeaderClassName
{
color: #FCEE01;
}
.AnyTagClassName
{
color: #FCEE01;
}
</style>
background-color css
<style>
a { background-color: #FCEE01; }
a { background-color: rgb(252,238,1); }
div.DivClassName
{
background-color: #FCEE01;
}
.BgClassName
{
background-color: #FCEE01;
}
</style>
border-color css
<style>
span { border-color: #FCEE01; }
span { border-color: rgb(252,238,1); }
td.TdClassName
{
border-color: #FCEE01;
}
.TagClassName
{
border-color: #FCEE01;
}
</style>