Shades of Lemon #FAE321
Tints of Lemon #FAE321
RGB
CMYK
RGB Variations
Color information
#FAE321 (or 0xFAE321) is known color: Lemon. HEX triplet: FA, E3 and 21. RGB value is (250,227,33). Sum of RGB (Red+Green+Blue) = 250+227+33=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 227 (89.06% from 255 or 44.51% from 510); Blue value is 33 (13.28% from 255 or 6.47% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE321 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAE321 is #051CDE. Grayscale: #D4D4D4. Windows color (decimal): -335071 or 2221050. OLE color: 2221050.
HSL color Cylindrical-coordinate representation of color #FAE321: hue angle of 53.64º 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 #FAE321 is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 227 | 33 | - |
| CMYK | 0 | 0.09 | 0.87 | 0.02 |
| HSL | 53.64º | 0.96% | 0.55% | - |
| HSV(B) | 53.64º | 0.87% | 0.98% | - |
| XYZ | 67.17 | 75.37 | 12.45 | - |
| YUV | 211.76 | 27.12 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 227 | 33 | 0 | 0.09 | 0.87 | 0.02 | 53.64 | 0.96 | 0.55 |
| Hex | FA | E3 | 21 | 0 | 9 | 57 | 2 | 36 | 60 | 37 |
| Octal | 372 | 343 | 41 | 0 | 11 | 127 | 2 | 66 | 140 | 67 |
| Binary | 11111010 | 11100011 | 100001 | 0 | 1001 | 1010111 | 10 | 110110 | 1100000 | 110111 |
Color Harmonies of #FAE321
Complementary color
Monochromatic Colors of #FAE321
Black with #FAE321
Text Example
Text Example
White with #FAE321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE321; }
p { color: rgb(250,227,33); }
H1.HeaderClassName
{
color: #FAE321;
}
.AnyTagClassName
{
color: #FAE321;
}
</style>
background-color css
<style>
a { background-color: #FAE321; }
a { background-color: rgb(250,227,33); }
div.DivClassName
{
background-color: #FAE321;
}
.BgClassName
{
background-color: #FAE321;
}
</style>
border-color css
<style>
span { border-color: #FAE321; }
span { border-color: rgb(250,227,33); }
td.TdClassName
{
border-color: #FAE321;
}
.TagClassName
{
border-color: #FAE321;
}
</style>