Shades of Lemon #FFFE1A
Tints of Lemon #FFFE1A
RGB
CMYK
RGB Variations
Color information
#FFFE1A (or 0xFFFE1A) is known color: Lemon. HEX triplet: FF, FE and 1A. RGB value is (255,254,26). Sum of RGB (Red+Green+Blue) = 255+254+26=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 254 (99.61% from 255 or 47.48% from 535); Blue value is 26 (10.55% from 255 or 4.86% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE1A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFE1A is #0001E5. Grayscale: #E5E5E5. Windows color (decimal): -486 or 1769215. OLE color: 1769215.
HSL color Cylindrical-coordinate representation of color #FFFE1A: hue angle of 59.74º 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 #FFFE1A is Cyan = 0, Magento = 0.00, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 26 | - |
| CMYK | 0 | 0.00 | 0.90 | 0 |
| HSL | 59.74º | 1% | 0.55% | - |
| HSV(B) | 59.74º | 0.9% | 1% | - |
| XYZ | 76.87 | 92.22 | 14.73 | - |
| YUV | 228.31 | 13.83 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 26 | 0 | 0.00 | 0.90 | 0 | 59.74 | 1 | 0.55 |
| Hex | FF | FE | 1A | 0 | 0 | 5A | 0 | 3C | 64 | 37 |
| Octal | 377 | 376 | 32 | 0 | 0 | 132 | 0 | 74 | 144 | 67 |
| Binary | 11111111 | 11111110 | 11010 | 0 | 0 | 1011010 | 0 | 111100 | 1100100 | 110111 |
Color Harmonies of #FFFE1A
Complementary color
Monochromatic Colors of #FFFE1A
Black with #FFFE1A
Text Example
Text Example
White with #FFFE1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFE1A; }
p { color: rgb(255,254,26); }
H1.HeaderClassName
{
color: #FFFE1A;
}
.AnyTagClassName
{
color: #FFFE1A;
}
</style>
background-color css
<style>
a { background-color: #FFFE1A; }
a { background-color: rgb(255,254,26); }
div.DivClassName
{
background-color: #FFFE1A;
}
.BgClassName
{
background-color: #FFFE1A;
}
</style>
border-color css
<style>
span { border-color: #FFFE1A; }
span { border-color: rgb(255,254,26); }
td.TdClassName
{
border-color: #FFFE1A;
}
.TagClassName
{
border-color: #FFFE1A;
}
</style>