Shades of Lemon #FCE319
Tints of Lemon #FCE319
RGB
CMYK
RGB Variations
Color information
#FCE319 (or 0xFCE319) is known color: Lemon. HEX triplet: FC, E3 and 19. RGB value is (252,227,25). Sum of RGB (Red+Green+Blue) = 252+227+25=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 227 (89.06% from 255 or 45.04% from 504); Blue value is 25 (10.16% from 255 or 4.96% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE319 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE319 is #031CE6. Grayscale: #D4D4D4. Windows color (decimal): -204007 or 1696764. OLE color: 1696764.
HSL color Cylindrical-coordinate representation of color #FCE319: hue angle of 53.39º 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 #FCE319 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 25 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.01 |
| HSL | 53.39º | 0.97% | 0.54% | - |
| HSV(B) | 53.39º | 0.9% | 0.99% | - |
| XYZ | 67.79 | 75.7 | 11.96 | - |
| YUV | 211.45 | 22.78 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 25 | 0 | 0.10 | 0.90 | 0.01 | 53.39 | 0.97 | 0.54 |
| Hex | FC | E3 | 19 | 0 | A | 5A | 1 | 35 | 61 | 36 |
| Octal | 374 | 343 | 31 | 0 | 12 | 132 | 1 | 65 | 141 | 66 |
| Binary | 11111100 | 11100011 | 11001 | 0 | 1010 | 1011010 | 1 | 110101 | 1100001 | 110110 |
Color Harmonies of #FCE319
Complementary color
Monochromatic Colors of #FCE319
Black with #FCE319
Text Example
Text Example
White with #FCE319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE319; }
p { color: rgb(252,227,25); }
H1.HeaderClassName
{
color: #FCE319;
}
.AnyTagClassName
{
color: #FCE319;
}
</style>
background-color css
<style>
a { background-color: #FCE319; }
a { background-color: rgb(252,227,25); }
div.DivClassName
{
background-color: #FCE319;
}
.BgClassName
{
background-color: #FCE319;
}
</style>
border-color css
<style>
span { border-color: #FCE319; }
span { border-color: rgb(252,227,25); }
td.TdClassName
{
border-color: #FCE319;
}
.TagClassName
{
border-color: #FCE319;
}
</style>