Shades of Lemon #FFF021
Tints of Lemon #FFF021
RGB
CMYK
RGB Variations
Color information
#FFF021 (or 0xFFF021) is known color: Lemon. HEX triplet: FF, F0 and 21. RGB value is (255,240,33). Sum of RGB (Red+Green+Blue) = 255+240+33=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 240 (94.14% from 255 or 45.45% from 528); Blue value is 33 (13.28% from 255 or 6.25% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF021 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF021 is #000FDE. Grayscale: #DDDDDD. Windows color (decimal): -4063 or 2224383. OLE color: 2224383.
HSL color Cylindrical-coordinate representation of color #FFF021: hue angle of 55.95º 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 #FFF021 is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 33 | - |
| CMYK | 0 | 0.06 | 0.87 | 0 |
| HSL | 55.95º | 1% | 0.56% | - |
| HSV(B) | 55.95º | 0.87% | 1% | - |
| XYZ | 72.67 | 83.69 | 13.76 | - |
| YUV | 220.89 | 21.97 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 33 | 0 | 0.06 | 0.87 | 0 | 55.95 | 1 | 0.56 |
| Hex | FF | F0 | 21 | 0 | 6 | 57 | 0 | 38 | 64 | 38 |
| Octal | 377 | 360 | 41 | 0 | 6 | 127 | 0 | 70 | 144 | 70 |
| Binary | 11111111 | 11110000 | 100001 | 0 | 110 | 1010111 | 0 | 111000 | 1100100 | 111000 |
Color Harmonies of #FFF021
Complementary color
Monochromatic Colors of #FFF021
Black with #FFF021
Text Example
Text Example
White with #FFF021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF021; }
p { color: rgb(255,240,33); }
H1.HeaderClassName
{
color: #FFF021;
}
.AnyTagClassName
{
color: #FFF021;
}
</style>
background-color css
<style>
a { background-color: #FFF021; }
a { background-color: rgb(255,240,33); }
div.DivClassName
{
background-color: #FFF021;
}
.BgClassName
{
background-color: #FFF021;
}
</style>
border-color css
<style>
span { border-color: #FFF021; }
span { border-color: rgb(255,240,33); }
td.TdClassName
{
border-color: #FFF021;
}
.TagClassName
{
border-color: #FFF021;
}
</style>