Shades of Lemon #FAF022
Tints of Lemon #FAF022
RGB
CMYK
RGB Variations
Color information
#FAF022 (or 0xFAF022) is known color: Lemon. HEX triplet: FA, F0 and 22. RGB value is (250,240,34). Sum of RGB (Red+Green+Blue) = 250+240+34=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 240 (94.14% from 255 or 45.80% from 524); Blue value is 34 (13.67% from 255 or 6.49% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF022 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF022 is #050FDD. Grayscale: #DCDCDC. Windows color (decimal): -331742 or 2289914. OLE color: 2289914.
HSL color Cylindrical-coordinate representation of color #FAF022: hue angle of 57.22º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FAF022 is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 240 | 34 | - |
| CMYK | 0 | 0.04 | 0.86 | 0.02 |
| HSL | 57.22º | 0.96% | 0.56% | - |
| HSV(B) | 57.22º | 0.86% | 0.98% | - |
| XYZ | 70.87 | 82.76 | 13.75 | - |
| YUV | 219.51 | 23.31 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 240 | 34 | 0 | 0.04 | 0.86 | 0.02 | 57.22 | 0.96 | 0.56 |
| Hex | FA | F0 | 22 | 0 | 4 | 56 | 2 | 39 | 60 | 38 |
| Octal | 372 | 360 | 42 | 0 | 4 | 126 | 2 | 71 | 140 | 70 |
| Binary | 11111010 | 11110000 | 100010 | 0 | 100 | 1010110 | 10 | 111001 | 1100000 | 111000 |
Color Harmonies of #FAF022
Complementary color
Monochromatic Colors of #FAF022
Black with #FAF022
Text Example
Text Example
White with #FAF022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF022; }
p { color: rgb(250,240,34); }
H1.HeaderClassName
{
color: #FAF022;
}
.AnyTagClassName
{
color: #FAF022;
}
</style>
background-color css
<style>
a { background-color: #FAF022; }
a { background-color: rgb(250,240,34); }
div.DivClassName
{
background-color: #FAF022;
}
.BgClassName
{
background-color: #FAF022;
}
</style>
border-color css
<style>
span { border-color: #FAF022; }
span { border-color: rgb(250,240,34); }
td.TdClassName
{
border-color: #FAF022;
}
.TagClassName
{
border-color: #FAF022;
}
</style>