Shades of Lemon #FAE521
Tints of Lemon #FAE521
RGB
CMYK
RGB Variations
Color information
#FAE521 (or 0xFAE521) is known color: Lemon. HEX triplet: FA, E5 and 21. RGB value is (250,229,33). Sum of RGB (Red+Green+Blue) = 250+229+33=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 229 (89.84% from 255 or 44.73% from 512); Blue value is 33 (13.28% from 255 or 6.45% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE521 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAE521 is #051ADE. Grayscale: #D5D5D5. Windows color (decimal): -334559 or 2221562. OLE color: 2221562.
HSL color Cylindrical-coordinate representation of color #FAE521: hue angle of 54.19º 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 #FAE521 is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 229 | 33 | - |
| CMYK | 0 | 0.08 | 0.87 | 0.02 |
| HSL | 54.19º | 0.96% | 0.55% | - |
| HSV(B) | 54.19º | 0.87% | 0.98% | - |
| XYZ | 67.72 | 76.47 | 12.63 | - |
| YUV | 212.94 | 26.46 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 229 | 33 | 0 | 0.08 | 0.87 | 0.02 | 54.19 | 0.96 | 0.55 |
| Hex | FA | E5 | 21 | 0 | 8 | 57 | 2 | 36 | 60 | 37 |
| Octal | 372 | 345 | 41 | 0 | 10 | 127 | 2 | 66 | 140 | 67 |
| Binary | 11111010 | 11100101 | 100001 | 0 | 1000 | 1010111 | 10 | 110110 | 1100000 | 110111 |
Color Harmonies of #FAE521
Complementary color
Monochromatic Colors of #FAE521
Black with #FAE521
Text Example
Text Example
White with #FAE521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE521; }
p { color: rgb(250,229,33); }
H1.HeaderClassName
{
color: #FAE521;
}
.AnyTagClassName
{
color: #FAE521;
}
</style>
background-color css
<style>
a { background-color: #FAE521; }
a { background-color: rgb(250,229,33); }
div.DivClassName
{
background-color: #FAE521;
}
.BgClassName
{
background-color: #FAE521;
}
</style>
border-color css
<style>
span { border-color: #FAE521; }
span { border-color: rgb(250,229,33); }
td.TdClassName
{
border-color: #FAE521;
}
.TagClassName
{
border-color: #FAE521;
}
</style>