Shades of Lemon #FFF222
Tints of Lemon #FFF222
RGB
CMYK
RGB Variations
Color information
#FFF222 (or 0xFFF222) is known color: Lemon. HEX triplet: FF, F2 and 22. RGB value is (255,242,34). Sum of RGB (Red+Green+Blue) = 255+242+34=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 242 (94.92% from 255 or 45.57% from 531); Blue value is 34 (13.67% from 255 or 6.40% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF222 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF222 is #000DDD. Grayscale: #DFDFDF. Windows color (decimal): -3550 or 2290431. OLE color: 2290431.
HSL color Cylindrical-coordinate representation of color #FFF222: hue angle of 56.47º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FFF222 is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 34 | - |
| CMYK | 0 | 0.05 | 0.87 | 0 |
| HSL | 56.47º | 1% | 0.57% | - |
| HSV(B) | 56.47º | 0.87% | 1% | - |
| XYZ | 73.28 | 84.88 | 14.03 | - |
| YUV | 222.18 | 21.81 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 34 | 0 | 0.05 | 0.87 | 0 | 56.47 | 1 | 0.57 |
| Hex | FF | F2 | 22 | 0 | 5 | 57 | 0 | 38 | 64 | 39 |
| Octal | 377 | 362 | 42 | 0 | 5 | 127 | 0 | 70 | 144 | 71 |
| Binary | 11111111 | 11110010 | 100010 | 0 | 101 | 1010111 | 0 | 111000 | 1100100 | 111001 |
Color Harmonies of #FFF222
Complementary color
Monochromatic Colors of #FFF222
Black with #FFF222
Text Example
Text Example
White with #FFF222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF222; }
p { color: rgb(255,242,34); }
H1.HeaderClassName
{
color: #FFF222;
}
.AnyTagClassName
{
color: #FFF222;
}
</style>
background-color css
<style>
a { background-color: #FFF222; }
a { background-color: rgb(255,242,34); }
div.DivClassName
{
background-color: #FFF222;
}
.BgClassName
{
background-color: #FFF222;
}
</style>
border-color css
<style>
span { border-color: #FFF222; }
span { border-color: rgb(255,242,34); }
td.TdClassName
{
border-color: #FFF222;
}
.TagClassName
{
border-color: #FFF222;
}
</style>