Shades of Lemon #FAE314
Tints of Lemon #FAE314
RGB
CMYK
RGB Variations
Color information
#FAE314 (or 0xFAE314) is known color: Lemon. HEX triplet: FA, E3 and 14. RGB value is (250,227,20). Sum of RGB (Red+Green+Blue) = 250+227+20=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 227 (89.06% from 255 or 45.67% from 497); Blue value is 20 (8.20% from 255 or 4.02% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE314 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAE314 is #051CEB. Grayscale: #D3D3D3. Windows color (decimal): -335084 or 1369082. OLE color: 1369082.
HSL color Cylindrical-coordinate representation of color #FAE314: hue angle of 54º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FAE314 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 227 | 20 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.02 |
| HSL | 54º | 0.96% | 0.53% | - |
| HSV(B) | 54º | 0.92% | 0.98% | - |
| XYZ | 67.02 | 75.31 | 11.67 | - |
| YUV | 210.28 | 20.62 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 227 | 20 | 0 | 0.09 | 0.92 | 0.02 | 54 | 0.96 | 0.53 |
| Hex | FA | E3 | 14 | 0 | 9 | 5C | 2 | 36 | 60 | 35 |
| Octal | 372 | 343 | 24 | 0 | 11 | 134 | 2 | 66 | 140 | 65 |
| Binary | 11111010 | 11100011 | 10100 | 0 | 1001 | 1011100 | 10 | 110110 | 1100000 | 110101 |
Color Harmonies of #FAE314
Complementary color
Monochromatic Colors of #FAE314
Black with #FAE314
Text Example
Text Example
White with #FAE314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE314; }
p { color: rgb(250,227,20); }
H1.HeaderClassName
{
color: #FAE314;
}
.AnyTagClassName
{
color: #FAE314;
}
</style>
background-color css
<style>
a { background-color: #FAE314; }
a { background-color: rgb(250,227,20); }
div.DivClassName
{
background-color: #FAE314;
}
.BgClassName
{
background-color: #FAE314;
}
</style>
border-color css
<style>
span { border-color: #FAE314; }
span { border-color: rgb(250,227,20); }
td.TdClassName
{
border-color: #FAE314;
}
.TagClassName
{
border-color: #FAE314;
}
</style>