Shades of Lemon #FCEE02
Tints of Lemon #FCEE02
RGB
CMYK
RGB Variations
Color information
#FCEE02 (or 0xFCEE02) is known color: Lemon. HEX triplet: FC, EE and 02. RGB value is (252,238,2). Sum of RGB (Red+Green+Blue) = 252+238+2=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 238 (93.36% from 255 or 48.37% from 492); Blue value is 2 (1.17% from 255 or 0.41% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEE02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCEE02 is #0311FD. Grayscale: #D8D8D8. Windows color (decimal): -201214 or 192252. OLE color: 192252.
HSL color Cylindrical-coordinate representation of color #FCEE02: hue angle of 56.64º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FCEE02 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 238 | 2 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.01 |
| HSL | 56.64º | 0.98% | 0.5% | - |
| HSV(B) | 56.64º | 0.99% | 0.99% | - |
| XYZ | 70.73 | 81.85 | 12.13 | - |
| YUV | 215.28 | 7.64 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 238 | 2 | 0 | 0.06 | 0.99 | 0.01 | 56.64 | 0.98 | 0.5 |
| Hex | FC | EE | 2 | 0 | 6 | 63 | 1 | 39 | 62 | 32 |
| Octal | 374 | 356 | 2 | 0 | 6 | 143 | 1 | 71 | 142 | 62 |
| Binary | 11111100 | 11101110 | 10 | 0 | 110 | 1100011 | 1 | 111001 | 1100010 | 110010 |
Color Harmonies of #FCEE02
Complementary color
Monochromatic Colors of #FCEE02
Black with #FCEE02
Text Example
Text Example
White with #FCEE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEE02; }
p { color: rgb(252,238,2); }
H1.HeaderClassName
{
color: #FCEE02;
}
.AnyTagClassName
{
color: #FCEE02;
}
</style>
background-color css
<style>
a { background-color: #FCEE02; }
a { background-color: rgb(252,238,2); }
div.DivClassName
{
background-color: #FCEE02;
}
.BgClassName
{
background-color: #FCEE02;
}
</style>
border-color css
<style>
span { border-color: #FCEE02; }
span { border-color: rgb(252,238,2); }
td.TdClassName
{
border-color: #FCEE02;
}
.TagClassName
{
border-color: #FCEE02;
}
</style>