Shades of Lemon #FFFF1A
Tints of Lemon #FFFF1A
RGB
CMYK
RGB Variations
Color information
#FFFF1A (or 0xFFFF1A) is known color: Lemon. HEX triplet: FF, FF and 1A. RGB value is (255,255,26). Sum of RGB (Red+Green+Blue) = 255+255+26=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 26 (10.55% from 255 or 4.85% from 536); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFF1A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFF1A is #0000E5. Grayscale: #E5E5E5. Windows color (decimal): -230 or 1769471. OLE color: 1769471.
HSL color Cylindrical-coordinate representation of color #FFFF1A: hue angle of 60º 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 #FFFF1A is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 255 | 26 | - |
| CMYK | 0 | 0 | 0.90 | 0 |
| HSL | 60º | 1% | 0.55% | - |
| HSV(B) | 60º | 0.9% | 1% | - |
| XYZ | 77.19 | 92.85 | 14.83 | - |
| YUV | 228.89 | 13.5 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 255 | 26 | 0 | 0 | 0.90 | 0 | 60 | 1 | 0.55 |
| Hex | FF | FF | 1A | 0 | 0 | 5A | 0 | 3C | 64 | 37 |
| Octal | 377 | 377 | 32 | 0 | 0 | 132 | 0 | 74 | 144 | 67 |
| Binary | 11111111 | 11111111 | 11010 | 0 | 0 | 1011010 | 0 | 111100 | 1100100 | 110111 |
Color Harmonies of #FFFF1A
Complementary color
Monochromatic Colors of #FFFF1A
Black with #FFFF1A
Text Example
Text Example
White with #FFFF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFF1A; }
p { color: rgb(255,255,26); }
H1.HeaderClassName
{
color: #FFFF1A;
}
.AnyTagClassName
{
color: #FFFF1A;
}
</style>
background-color css
<style>
a { background-color: #FFFF1A; }
a { background-color: rgb(255,255,26); }
div.DivClassName
{
background-color: #FFFF1A;
}
.BgClassName
{
background-color: #FFFF1A;
}
</style>
border-color css
<style>
span { border-color: #FFFF1A; }
span { border-color: rgb(255,255,26); }
td.TdClassName
{
border-color: #FFFF1A;
}
.TagClassName
{
border-color: #FFFF1A;
}
</style>