Shades of Lemon #FFE01A
Tints of Lemon #FFE01A
RGB
CMYK
RGB Variations
Color information
#FFE01A (or 0xFFE01A) is known color: Lemon. HEX triplet: FF, E0 and 1A. RGB value is (255,224,26). Sum of RGB (Red+Green+Blue) = 255+224+26=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 224 (87.89% from 255 or 44.36% from 505); Blue value is 26 (10.55% from 255 or 5.15% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE01A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE01A is #001FE5. Grayscale: #D3D3D3. Windows color (decimal): -8166 or 1761535. OLE color: 1761535.
HSL color Cylindrical-coordinate representation of color #FFE01A: hue angle of 51.88º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FFE01A is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 26 | - |
| CMYK | 0 | 0.12 | 0.90 | 0 |
| HSL | 51.88º | 1% | 0.55% | - |
| HSV(B) | 51.88º | 0.9% | 1% | - |
| XYZ | 68.08 | 74.65 | 11.8 | - |
| YUV | 210.7 | 23.77 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 26 | 0 | 0.12 | 0.90 | 0 | 51.88 | 1 | 0.55 |
| Hex | FF | E0 | 1A | 0 | C | 5A | 0 | 34 | 64 | 37 |
| Octal | 377 | 340 | 32 | 0 | 14 | 132 | 0 | 64 | 144 | 67 |
| Binary | 11111111 | 11100000 | 11010 | 0 | 1100 | 1011010 | 0 | 110100 | 1100100 | 110111 |
Color Harmonies of #FFE01A
Complementary color
Monochromatic Colors of #FFE01A
Black with #FFE01A
Text Example
Text Example
White with #FFE01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE01A; }
p { color: rgb(255,224,26); }
H1.HeaderClassName
{
color: #FFE01A;
}
.AnyTagClassName
{
color: #FFE01A;
}
</style>
background-color css
<style>
a { background-color: #FFE01A; }
a { background-color: rgb(255,224,26); }
div.DivClassName
{
background-color: #FFE01A;
}
.BgClassName
{
background-color: #FFE01A;
}
</style>
border-color css
<style>
span { border-color: #FFE01A; }
span { border-color: rgb(255,224,26); }
td.TdClassName
{
border-color: #FFE01A;
}
.TagClassName
{
border-color: #FFE01A;
}
</style>