Shades of Lemon #FFFE20
Tints of Lemon #FFFE20
RGB
CMYK
RGB Variations
Color information
#FFFE20 (or 0xFFFE20) is known color: Lemon. HEX triplet: FF, FE and 20. RGB value is (255,254,32). Sum of RGB (Red+Green+Blue) = 255+254+32=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 254 (99.61% from 255 or 46.95% from 541); Blue value is 32 (12.89% from 255 or 5.91% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFE20 is #0001DF. Grayscale: #E5E5E5. Windows color (decimal): -480 or 2162431. OLE color: 2162431.
HSL color Cylindrical-coordinate representation of color #FFFE20: hue angle of 59.73º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FFFE20 is Cyan = 0, Magento = 0.00, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 32 | - |
| CMYK | 0 | 0.00 | 0.87 | 0 |
| HSL | 59.73º | 1% | 0.56% | - |
| HSV(B) | 59.73º | 0.87% | 1% | - |
| XYZ | 76.94 | 92.25 | 15.12 | - |
| YUV | 228.99 | 16.83 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 32 | 0 | 0.00 | 0.87 | 0 | 59.73 | 1 | 0.56 |
| Hex | FF | FE | 20 | 0 | 0 | 57 | 0 | 3C | 64 | 38 |
| Octal | 377 | 376 | 40 | 0 | 0 | 127 | 0 | 74 | 144 | 70 |
| Binary | 11111111 | 11111110 | 100000 | 0 | 0 | 1010111 | 0 | 111100 | 1100100 | 111000 |
Color Harmonies of #FFFE20
Complementary color
Monochromatic Colors of #FFFE20
Black with #FFFE20
Text Example
Text Example
White with #FFFE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFE20; }
p { color: rgb(255,254,32); }
H1.HeaderClassName
{
color: #FFFE20;
}
.AnyTagClassName
{
color: #FFFE20;
}
</style>
background-color css
<style>
a { background-color: #FFFE20; }
a { background-color: rgb(255,254,32); }
div.DivClassName
{
background-color: #FFFE20;
}
.BgClassName
{
background-color: #FFFE20;
}
</style>
border-color css
<style>
span { border-color: #FFFE20; }
span { border-color: rgb(255,254,32); }
td.TdClassName
{
border-color: #FFFE20;
}
.TagClassName
{
border-color: #FFFE20;
}
</style>