Shades of Lemon #FCE313
Tints of Lemon #FCE313
RGB
CMYK
RGB Variations
Color information
#FCE313 (or 0xFCE313) is known color: Lemon. HEX triplet: FC, E3 and 13. RGB value is (252,227,19). Sum of RGB (Red+Green+Blue) = 252+227+19=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 227 (89.06% from 255 or 45.58% from 498); Blue value is 19 (7.81% from 255 or 3.82% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE313 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE313 is #031CEC. Grayscale: #D3D3D3. Windows color (decimal): -204013 or 1303548. OLE color: 1303548.
HSL color Cylindrical-coordinate representation of color #FCE313: hue angle of 53.56º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FCE313 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 19 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.01 |
| HSL | 53.56º | 0.97% | 0.53% | - |
| HSV(B) | 53.56º | 0.92% | 0.99% | - |
| XYZ | 67.73 | 75.68 | 11.65 | - |
| YUV | 210.76 | 19.78 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 19 | 0 | 0.10 | 0.92 | 0.01 | 53.56 | 0.97 | 0.53 |
| Hex | FC | E3 | 13 | 0 | A | 5C | 1 | 36 | 61 | 35 |
| Octal | 374 | 343 | 23 | 0 | 12 | 134 | 1 | 66 | 141 | 65 |
| Binary | 11111100 | 11100011 | 10011 | 0 | 1010 | 1011100 | 1 | 110110 | 1100001 | 110101 |
Color Harmonies of #FCE313
Complementary color
Monochromatic Colors of #FCE313
Black with #FCE313
Text Example
Text Example
White with #FCE313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE313; }
p { color: rgb(252,227,19); }
H1.HeaderClassName
{
color: #FCE313;
}
.AnyTagClassName
{
color: #FCE313;
}
</style>
background-color css
<style>
a { background-color: #FCE313; }
a { background-color: rgb(252,227,19); }
div.DivClassName
{
background-color: #FCE313;
}
.BgClassName
{
background-color: #FCE313;
}
</style>
border-color css
<style>
span { border-color: #FCE313; }
span { border-color: rgb(252,227,19); }
td.TdClassName
{
border-color: #FCE313;
}
.TagClassName
{
border-color: #FCE313;
}
</style>