Shades of Lemon #FCE413
Tints of Lemon #FCE413
RGB
CMYK
RGB Variations
Color information
#FCE413 (or 0xFCE413) is known color: Lemon. HEX triplet: FC, E4 and 13. RGB value is (252,228,19). Sum of RGB (Red+Green+Blue) = 252+228+19=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 228 (89.45% from 255 or 45.69% from 499); Blue value is 19 (7.81% from 255 or 3.81% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE413 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE413 is #031BEC. Grayscale: #D4D4D4. Windows color (decimal): -203757 or 1303804. OLE color: 1303804.
HSL color Cylindrical-coordinate representation of color #FCE413: hue angle of 53.82º 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 #FCE413 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 228 | 19 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.01 |
| HSL | 53.82º | 0.97% | 0.53% | - |
| HSV(B) | 53.82º | 0.92% | 0.99% | - |
| XYZ | 68.01 | 76.23 | 11.75 | - |
| YUV | 211.35 | 19.45 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 228 | 19 | 0 | 0.10 | 0.92 | 0.01 | 53.82 | 0.97 | 0.53 |
| Hex | FC | E4 | 13 | 0 | A | 5C | 1 | 36 | 61 | 35 |
| Octal | 374 | 344 | 23 | 0 | 12 | 134 | 1 | 66 | 141 | 65 |
| Binary | 11111100 | 11100100 | 10011 | 0 | 1010 | 1011100 | 1 | 110110 | 1100001 | 110101 |
Color Harmonies of #FCE413
Complementary color
Monochromatic Colors of #FCE413
Black with #FCE413
Text Example
Text Example
White with #FCE413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE413; }
p { color: rgb(252,228,19); }
H1.HeaderClassName
{
color: #FCE413;
}
.AnyTagClassName
{
color: #FCE413;
}
</style>
background-color css
<style>
a { background-color: #FCE413; }
a { background-color: rgb(252,228,19); }
div.DivClassName
{
background-color: #FCE413;
}
.BgClassName
{
background-color: #FCE413;
}
</style>
border-color css
<style>
span { border-color: #FCE413; }
span { border-color: rgb(252,228,19); }
td.TdClassName
{
border-color: #FCE413;
}
.TagClassName
{
border-color: #FCE413;
}
</style>