Shades of Lemon #FFFE21
Tints of Lemon #FFFE21
RGB
CMYK
RGB Variations
Color information
#FFFE21 (or 0xFFFE21) is known color: Lemon. HEX triplet: FF, FE and 21. RGB value is (255,254,33). Sum of RGB (Red+Green+Blue) = 255+254+33=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 254 (99.61% from 255 or 46.86% from 542); Blue value is 33 (13.28% from 255 or 6.09% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE21 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFE21 is #0001DE. Grayscale: #E5E5E5. Windows color (decimal): -479 or 2227967. OLE color: 2227967.
HSL color Cylindrical-coordinate representation of color #FFFE21: 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 #FFFE21 is Cyan = 0, Magento = 0.00, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 33 | - |
| CMYK | 0 | 0.00 | 0.87 | 0 |
| HSL | 59.73º | 1% | 0.56% | - |
| HSV(B) | 59.73º | 0.87% | 1% | - |
| XYZ | 76.96 | 92.25 | 15.19 | - |
| YUV | 229.11 | 17.33 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 33 | 0 | 0.00 | 0.87 | 0 | 59.73 | 1 | 0.56 |
| Hex | FF | FE | 21 | 0 | 0 | 57 | 0 | 3C | 64 | 38 |
| Octal | 377 | 376 | 41 | 0 | 0 | 127 | 0 | 74 | 144 | 70 |
| Binary | 11111111 | 11111110 | 100001 | 0 | 0 | 1010111 | 0 | 111100 | 1100100 | 111000 |
Color Harmonies of #FFFE21
Complementary color
Monochromatic Colors of #FFFE21
Black with #FFFE21
Text Example
Text Example
White with #FFFE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFE21; }
p { color: rgb(255,254,33); }
H1.HeaderClassName
{
color: #FFFE21;
}
.AnyTagClassName
{
color: #FFFE21;
}
</style>
background-color css
<style>
a { background-color: #FFFE21; }
a { background-color: rgb(255,254,33); }
div.DivClassName
{
background-color: #FFFE21;
}
.BgClassName
{
background-color: #FFFE21;
}
</style>
border-color css
<style>
span { border-color: #FFFE21; }
span { border-color: rgb(255,254,33); }
td.TdClassName
{
border-color: #FFFE21;
}
.TagClassName
{
border-color: #FFFE21;
}
</style>