Shades of Lemon #FCEE0E
Tints of Lemon #FCEE0E
RGB
CMYK
RGB Variations
Color information
#FCEE0E (or 0xFCEE0E) is known color: Lemon. HEX triplet: FC, EE and 0E. RGB value is (252,238,14). Sum of RGB (Red+Green+Blue) = 252+238+14=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 238 (93.36% from 255 or 47.22% from 504); Blue value is 14 (5.86% from 255 or 2.78% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEE0E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCEE0E is #0311F1. Grayscale: #D9D9D9. Windows color (decimal): -201202 or 978684. OLE color: 978684.
HSL color Cylindrical-coordinate representation of color #FCEE0E: hue angle of 56.47º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FCEE0E is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 238 | 14 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.01 |
| HSL | 56.47º | 0.98% | 0.52% | - |
| HSV(B) | 56.47º | 0.94% | 0.99% | - |
| XYZ | 70.8 | 81.88 | 12.49 | - |
| YUV | 216.65 | 13.64 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 238 | 14 | 0 | 0.06 | 0.94 | 0.01 | 56.47 | 0.98 | 0.52 |
| Hex | FC | EE | E | 0 | 6 | 5E | 1 | 38 | 62 | 34 |
| Octal | 374 | 356 | 16 | 0 | 6 | 136 | 1 | 70 | 142 | 64 |
| Binary | 11111100 | 11101110 | 1110 | 0 | 110 | 1011110 | 1 | 111000 | 1100010 | 110100 |
Color Harmonies of #FCEE0E
Complementary color
Monochromatic Colors of #FCEE0E
Black with #FCEE0E
Text Example
Text Example
White with #FCEE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEE0E; }
p { color: rgb(252,238,14); }
H1.HeaderClassName
{
color: #FCEE0E;
}
.AnyTagClassName
{
color: #FCEE0E;
}
</style>
background-color css
<style>
a { background-color: #FCEE0E; }
a { background-color: rgb(252,238,14); }
div.DivClassName
{
background-color: #FCEE0E;
}
.BgClassName
{
background-color: #FCEE0E;
}
</style>
border-color css
<style>
span { border-color: #FCEE0E; }
span { border-color: rgb(252,238,14); }
td.TdClassName
{
border-color: #FCEE0E;
}
.TagClassName
{
border-color: #FCEE0E;
}
</style>