Shades of Lemon #FFF21E
Tints of Lemon #FFF21E
RGB
CMYK
RGB Variations
Color information
#FFF21E (or 0xFFF21E) is known color: Lemon. HEX triplet: FF, F2 and 1E. RGB value is (255,242,30). Sum of RGB (Red+Green+Blue) = 255+242+30=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 242 (94.92% from 255 or 45.92% from 527); Blue value is 30 (12.11% from 255 or 5.69% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF21E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF21E is #000DE1. Grayscale: #DEDEDE. Windows color (decimal): -3554 or 2028287. OLE color: 2028287.
HSL color Cylindrical-coordinate representation of color #FFF21E: hue angle of 56.53º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FFF21E is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 30 | - |
| CMYK | 0 | 0.05 | 0.88 | 0 |
| HSL | 56.53º | 1% | 0.56% | - |
| HSV(B) | 56.53º | 0.88% | 1% | - |
| XYZ | 73.23 | 84.86 | 13.75 | - |
| YUV | 221.72 | 19.81 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 30 | 0 | 0.05 | 0.88 | 0 | 56.53 | 1 | 0.56 |
| Hex | FF | F2 | 1E | 0 | 5 | 58 | 0 | 39 | 64 | 38 |
| Octal | 377 | 362 | 36 | 0 | 5 | 130 | 0 | 71 | 144 | 70 |
| Binary | 11111111 | 11110010 | 11110 | 0 | 101 | 1011000 | 0 | 111001 | 1100100 | 111000 |
Color Harmonies of #FFF21E
Complementary color
Monochromatic Colors of #FFF21E
Black with #FFF21E
Text Example
Text Example
White with #FFF21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF21E; }
p { color: rgb(255,242,30); }
H1.HeaderClassName
{
color: #FFF21E;
}
.AnyTagClassName
{
color: #FFF21E;
}
</style>
background-color css
<style>
a { background-color: #FFF21E; }
a { background-color: rgb(255,242,30); }
div.DivClassName
{
background-color: #FFF21E;
}
.BgClassName
{
background-color: #FFF21E;
}
</style>
border-color css
<style>
span { border-color: #FFF21E; }
span { border-color: rgb(255,242,30); }
td.TdClassName
{
border-color: #FFF21E;
}
.TagClassName
{
border-color: #FFF21E;
}
</style>