Shades of Lemon #FFF224
Tints of Lemon #FFF224
RGB
CMYK
RGB Variations
Color information
#FFF224 (or 0xFFF224) is known color: Lemon. HEX triplet: FF, F2 and 24. RGB value is (255,242,36). Sum of RGB (Red+Green+Blue) = 255+242+36=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 242 (94.92% from 255 or 45.40% from 533); Blue value is 36 (14.45% from 255 or 6.75% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF224 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF224 is #000DDB. Grayscale: #DFDFDF. Windows color (decimal): -3548 or 2421503. OLE color: 2421503.
HSL color Cylindrical-coordinate representation of color #FFF224: hue angle of 56.44º 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 #FFF224 is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 36 | - |
| CMYK | 0 | 0.05 | 0.86 | 0 |
| HSL | 56.44º | 1% | 0.57% | - |
| HSV(B) | 56.44º | 0.86% | 1% | - |
| XYZ | 73.31 | 84.89 | 14.19 | - |
| YUV | 222.4 | 22.81 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 36 | 0 | 0.05 | 0.86 | 0 | 56.44 | 1 | 0.57 |
| Hex | FF | F2 | 24 | 0 | 5 | 56 | 0 | 38 | 64 | 39 |
| Octal | 377 | 362 | 44 | 0 | 5 | 126 | 0 | 70 | 144 | 71 |
| Binary | 11111111 | 11110010 | 100100 | 0 | 101 | 1010110 | 0 | 111000 | 1100100 | 111001 |
Color Harmonies of #FFF224
Complementary color
Monochromatic Colors of #FFF224
Black with #FFF224
Text Example
Text Example
White with #FFF224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF224; }
p { color: rgb(255,242,36); }
H1.HeaderClassName
{
color: #FFF224;
}
.AnyTagClassName
{
color: #FFF224;
}
</style>
background-color css
<style>
a { background-color: #FFF224; }
a { background-color: rgb(255,242,36); }
div.DivClassName
{
background-color: #FFF224;
}
.BgClassName
{
background-color: #FFF224;
}
</style>
border-color css
<style>
span { border-color: #FFF224; }
span { border-color: rgb(255,242,36); }
td.TdClassName
{
border-color: #FFF224;
}
.TagClassName
{
border-color: #FFF224;
}
</style>