Shades of Lemon #FCEE0F
Tints of Lemon #FCEE0F
RGB
CMYK
RGB Variations
Color information
#FCEE0F (or 0xFCEE0F) is known color: Lemon. HEX triplet: FC, EE and 0F. RGB value is (252,238,15). Sum of RGB (Red+Green+Blue) = 252+238+15=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 238 (93.36% from 255 or 47.13% from 505); Blue value is 15 (6.25% from 255 or 2.97% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEE0F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCEE0F is #0311F0. Grayscale: #D9D9D9. Windows color (decimal): -201201 or 1044220. OLE color: 1044220.
HSL color Cylindrical-coordinate representation of color #FCEE0F: hue angle of 56.46º 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 #FCEE0F is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 238 | 15 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.01 |
| HSL | 56.46º | 0.98% | 0.52% | - |
| HSV(B) | 56.46º | 0.94% | 0.99% | - |
| XYZ | 70.81 | 81.88 | 12.52 | - |
| YUV | 216.76 | 14.14 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 238 | 15 | 0 | 0.06 | 0.94 | 0.01 | 56.46 | 0.98 | 0.52 |
| Hex | FC | EE | F | 0 | 6 | 5E | 1 | 38 | 62 | 34 |
| Octal | 374 | 356 | 17 | 0 | 6 | 136 | 1 | 70 | 142 | 64 |
| Binary | 11111100 | 11101110 | 1111 | 0 | 110 | 1011110 | 1 | 111000 | 1100010 | 110100 |
Color Harmonies of #FCEE0F
Complementary color
Monochromatic Colors of #FCEE0F
Black with #FCEE0F
Text Example
Text Example
White with #FCEE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEE0F; }
p { color: rgb(252,238,15); }
H1.HeaderClassName
{
color: #FCEE0F;
}
.AnyTagClassName
{
color: #FCEE0F;
}
</style>
background-color css
<style>
a { background-color: #FCEE0F; }
a { background-color: rgb(252,238,15); }
div.DivClassName
{
background-color: #FCEE0F;
}
.BgClassName
{
background-color: #FCEE0F;
}
</style>
border-color css
<style>
span { border-color: #FCEE0F; }
span { border-color: rgb(252,238,15); }
td.TdClassName
{
border-color: #FCEE0F;
}
.TagClassName
{
border-color: #FCEE0F;
}
</style>