Shades of Lemon #FFF024
Tints of Lemon #FFF024
RGB
CMYK
RGB Variations
Color information
#FFF024 (or 0xFFF024) is known color: Lemon. HEX triplet: FF, F0 and 24. RGB value is (255,240,36). Sum of RGB (Red+Green+Blue) = 255+240+36=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 240 (94.14% from 255 or 45.20% from 531); Blue value is 36 (14.45% from 255 or 6.78% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF024 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF024 is #000FDB. Grayscale: #DEDEDE. Windows color (decimal): -4060 or 2420991. OLE color: 2420991.
HSL color Cylindrical-coordinate representation of color #FFF024: hue angle of 55.89º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FFF024 is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 36 | - |
| CMYK | 0 | 0.06 | 0.86 | 0 |
| HSL | 55.89º | 1% | 0.57% | - |
| HSV(B) | 55.89º | 0.86% | 1% | - |
| XYZ | 72.72 | 83.71 | 13.99 | - |
| YUV | 221.23 | 23.47 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 36 | 0 | 0.06 | 0.86 | 0 | 55.89 | 1 | 0.57 |
| Hex | FF | F0 | 24 | 0 | 6 | 56 | 0 | 38 | 64 | 39 |
| Octal | 377 | 360 | 44 | 0 | 6 | 126 | 0 | 70 | 144 | 71 |
| Binary | 11111111 | 11110000 | 100100 | 0 | 110 | 1010110 | 0 | 111000 | 1100100 | 111001 |
Color Harmonies of #FFF024
Complementary color
Monochromatic Colors of #FFF024
Black with #FFF024
Text Example
Text Example
White with #FFF024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF024; }
p { color: rgb(255,240,36); }
H1.HeaderClassName
{
color: #FFF024;
}
.AnyTagClassName
{
color: #FFF024;
}
</style>
background-color css
<style>
a { background-color: #FFF024; }
a { background-color: rgb(255,240,36); }
div.DivClassName
{
background-color: #FFF024;
}
.BgClassName
{
background-color: #FFF024;
}
</style>
border-color css
<style>
span { border-color: #FFF024; }
span { border-color: rgb(255,240,36); }
td.TdClassName
{
border-color: #FFF024;
}
.TagClassName
{
border-color: #FFF024;
}
</style>