Shades of Lemon #FAE921
Tints of Lemon #FAE921
RGB
CMYK
RGB Variations
Color information
#FAE921 (or 0xFAE921) is known color: Lemon. HEX triplet: FA, E9 and 21. RGB value is (250,233,33). Sum of RGB (Red+Green+Blue) = 250+233+33=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 233 (91.41% from 255 or 45.16% from 516); Blue value is 33 (13.28% from 255 or 6.40% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE921 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAE921 is #0516DE. Grayscale: #D8D8D8. Windows color (decimal): -333535 or 2222586. OLE color: 2222586.
HSL color Cylindrical-coordinate representation of color #FAE921: hue angle of 55.3º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FAE921 is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 233 | 33 | - |
| CMYK | 0 | 0.07 | 0.87 | 0.02 |
| HSL | 55.3º | 0.96% | 0.55% | - |
| HSV(B) | 55.3º | 0.87% | 0.98% | - |
| XYZ | 68.84 | 78.71 | 13 | - |
| YUV | 215.28 | 25.13 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 233 | 33 | 0 | 0.07 | 0.87 | 0.02 | 55.3 | 0.96 | 0.55 |
| Hex | FA | E9 | 21 | 0 | 7 | 57 | 2 | 37 | 60 | 37 |
| Octal | 372 | 351 | 41 | 0 | 7 | 127 | 2 | 67 | 140 | 67 |
| Binary | 11111010 | 11101001 | 100001 | 0 | 111 | 1010111 | 10 | 110111 | 1100000 | 110111 |
Color Harmonies of #FAE921
Complementary color
Monochromatic Colors of #FAE921
Black with #FAE921
Text Example
Text Example
White with #FAE921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE921; }
p { color: rgb(250,233,33); }
H1.HeaderClassName
{
color: #FAE921;
}
.AnyTagClassName
{
color: #FAE921;
}
</style>
background-color css
<style>
a { background-color: #FAE921; }
a { background-color: rgb(250,233,33); }
div.DivClassName
{
background-color: #FAE921;
}
.BgClassName
{
background-color: #FAE921;
}
</style>
border-color css
<style>
span { border-color: #FAE921; }
span { border-color: rgb(250,233,33); }
td.TdClassName
{
border-color: #FAE921;
}
.TagClassName
{
border-color: #FAE921;
}
</style>