Shades of Lemon #FAF224
Tints of Lemon #FAF224
RGB
CMYK
RGB Variations
Color information
#FAF224 (or 0xFAF224) is known color: Lemon. HEX triplet: FA, F2 and 24. RGB value is (250,242,36). Sum of RGB (Red+Green+Blue) = 250+242+36=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 242 (94.92% from 255 or 45.83% from 528); Blue value is 36 (14.45% from 255 or 6.82% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF224 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF224 is #050DDB. Grayscale: #DDDDDD. Windows color (decimal): -331228 or 2421498. OLE color: 2421498.
HSL color Cylindrical-coordinate representation of color #FAF224: hue angle of 57.76º 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 #FAF224 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 242 | 36 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.02 |
| HSL | 57.76º | 0.96% | 0.56% | - |
| HSV(B) | 57.76º | 0.86% | 0.98% | - |
| XYZ | 71.49 | 83.96 | 14.11 | - |
| YUV | 220.91 | 23.65 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 36 | 0 | 0.03 | 0.86 | 0.02 | 57.76 | 0.96 | 0.56 |
| Hex | FA | F2 | 24 | 0 | 3 | 56 | 2 | 3A | 60 | 38 |
| Octal | 372 | 362 | 44 | 0 | 3 | 126 | 2 | 72 | 140 | 70 |
| Binary | 11111010 | 11110010 | 100100 | 0 | 11 | 1010110 | 10 | 111010 | 1100000 | 111000 |
Color Harmonies of #FAF224
Complementary color
Monochromatic Colors of #FAF224
Black with #FAF224
Text Example
Text Example
White with #FAF224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF224; }
p { color: rgb(250,242,36); }
H1.HeaderClassName
{
color: #FAF224;
}
.AnyTagClassName
{
color: #FAF224;
}
</style>
background-color css
<style>
a { background-color: #FAF224; }
a { background-color: rgb(250,242,36); }
div.DivClassName
{
background-color: #FAF224;
}
.BgClassName
{
background-color: #FAF224;
}
</style>
border-color css
<style>
span { border-color: #FAF224; }
span { border-color: rgb(250,242,36); }
td.TdClassName
{
border-color: #FAF224;
}
.TagClassName
{
border-color: #FAF224;
}
</style>