Shades of Lemon #FFF420
Tints of Lemon #FFF420
RGB
CMYK
RGB Variations
Color information
#FFF420 (or 0xFFF420) is known color: Lemon. HEX triplet: FF, F4 and 20. RGB value is (255,244,32). Sum of RGB (Red+Green+Blue) = 255+244+32=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 244 (95.70% from 255 or 45.95% from 531); Blue value is 32 (12.89% from 255 or 6.03% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF420 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF420 is #000BDF. Grayscale: #DFDFDF. Windows color (decimal): -3040 or 2159871. OLE color: 2159871.
HSL color Cylindrical-coordinate representation of color #FFF420: hue angle of 57.04º 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 #FFF420 is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 32 | - |
| CMYK | 0 | 0.04 | 0.87 | 0 |
| HSL | 57.04º | 1% | 0.56% | - |
| HSV(B) | 57.04º | 0.87% | 1% | - |
| XYZ | 73.85 | 86.07 | 14.09 | - |
| YUV | 223.12 | 20.14 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 32 | 0 | 0.04 | 0.87 | 0 | 57.04 | 1 | 0.56 |
| Hex | FF | F4 | 20 | 0 | 4 | 57 | 0 | 39 | 64 | 38 |
| Octal | 377 | 364 | 40 | 0 | 4 | 127 | 0 | 71 | 144 | 70 |
| Binary | 11111111 | 11110100 | 100000 | 0 | 100 | 1010111 | 0 | 111001 | 1100100 | 111000 |
Color Harmonies of #FFF420
Complementary color
Monochromatic Colors of #FFF420
Black with #FFF420
Text Example
Text Example
White with #FFF420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF420; }
p { color: rgb(255,244,32); }
H1.HeaderClassName
{
color: #FFF420;
}
.AnyTagClassName
{
color: #FFF420;
}
</style>
background-color css
<style>
a { background-color: #FFF420; }
a { background-color: rgb(255,244,32); }
div.DivClassName
{
background-color: #FFF420;
}
.BgClassName
{
background-color: #FFF420;
}
</style>
border-color css
<style>
span { border-color: #FFF420; }
span { border-color: rgb(255,244,32); }
td.TdClassName
{
border-color: #FFF420;
}
.TagClassName
{
border-color: #FFF420;
}
</style>