Shades of Lemon #FCE318
Tints of Lemon #FCE318
RGB
CMYK
RGB Variations
Color information
#FCE318 (or 0xFCE318) is known color: Lemon. HEX triplet: FC, E3 and 18. RGB value is (252,227,24). Sum of RGB (Red+Green+Blue) = 252+227+24=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 227 (89.06% from 255 or 45.13% from 503); Blue value is 24 (9.77% from 255 or 4.77% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE318 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE318 is #031CE7. Grayscale: #D4D4D4. Windows color (decimal): -204008 or 1631228. OLE color: 1631228.
HSL color Cylindrical-coordinate representation of color #FCE318: hue angle of 53.42º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCE318 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 24 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.01 |
| HSL | 53.42º | 0.97% | 0.54% | - |
| HSV(B) | 53.42º | 0.9% | 0.99% | - |
| XYZ | 67.78 | 75.7 | 11.9 | - |
| YUV | 211.33 | 22.28 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 24 | 0 | 0.10 | 0.90 | 0.01 | 53.42 | 0.97 | 0.54 |
| Hex | FC | E3 | 18 | 0 | A | 5A | 1 | 35 | 61 | 36 |
| Octal | 374 | 343 | 30 | 0 | 12 | 132 | 1 | 65 | 141 | 66 |
| Binary | 11111100 | 11100011 | 11000 | 0 | 1010 | 1011010 | 1 | 110101 | 1100001 | 110110 |
Color Harmonies of #FCE318
Complementary color
Monochromatic Colors of #FCE318
Black with #FCE318
Text Example
Text Example
White with #FCE318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE318; }
p { color: rgb(252,227,24); }
H1.HeaderClassName
{
color: #FCE318;
}
.AnyTagClassName
{
color: #FCE318;
}
</style>
background-color css
<style>
a { background-color: #FCE318; }
a { background-color: rgb(252,227,24); }
div.DivClassName
{
background-color: #FCE318;
}
.BgClassName
{
background-color: #FCE318;
}
</style>
border-color css
<style>
span { border-color: #FCE318; }
span { border-color: rgb(252,227,24); }
td.TdClassName
{
border-color: #FCE318;
}
.TagClassName
{
border-color: #FCE318;
}
</style>