Shades of Lemon #FFF922
Tints of Lemon #FFF922
RGB
CMYK
RGB Variations
Color information
#FFF922 (or 0xFFF922) is known color: Lemon. HEX triplet: FF, F9 and 22. RGB value is (255,249,34). Sum of RGB (Red+Green+Blue) = 255+249+34=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 249 (97.66% from 255 or 46.28% from 538); Blue value is 34 (13.67% from 255 or 6.32% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF922 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF922 is #0006DD. Grayscale: #E3E3E3. Windows color (decimal): -1758 or 2292223. OLE color: 2292223.
HSL color Cylindrical-coordinate representation of color #FFF922: hue angle of 58.37º 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 #FFF922 is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 34 | - |
| CMYK | 0 | 0.02 | 0.87 | 0 |
| HSL | 58.37º | 1% | 0.57% | - |
| HSV(B) | 58.37º | 0.87% | 1% | - |
| XYZ | 75.4 | 89.13 | 14.74 | - |
| YUV | 226.28 | 19.49 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 34 | 0 | 0.02 | 0.87 | 0 | 58.37 | 1 | 0.57 |
| Hex | FF | F9 | 22 | 0 | 2 | 57 | 0 | 3A | 64 | 39 |
| Octal | 377 | 371 | 42 | 0 | 2 | 127 | 0 | 72 | 144 | 71 |
| Binary | 11111111 | 11111001 | 100010 | 0 | 10 | 1010111 | 0 | 111010 | 1100100 | 111001 |
Color Harmonies of #FFF922
Complementary color
Monochromatic Colors of #FFF922
Black with #FFF922
Text Example
Text Example
White with #FFF922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF922; }
p { color: rgb(255,249,34); }
H1.HeaderClassName
{
color: #FFF922;
}
.AnyTagClassName
{
color: #FFF922;
}
</style>
background-color css
<style>
a { background-color: #FFF922; }
a { background-color: rgb(255,249,34); }
div.DivClassName
{
background-color: #FFF922;
}
.BgClassName
{
background-color: #FFF922;
}
</style>
border-color css
<style>
span { border-color: #FFF922; }
span { border-color: rgb(255,249,34); }
td.TdClassName
{
border-color: #FFF922;
}
.TagClassName
{
border-color: #FFF922;
}
</style>