Shades of Lemon #FAE715
Tints of Lemon #FAE715
RGB
CMYK
RGB Variations
Color information
#FAE715 (or 0xFAE715) is known color: Lemon. HEX triplet: FA, E7 and 15. RGB value is (250,231,21). Sum of RGB (Red+Green+Blue) = 250+231+21=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 231 (90.62% from 255 or 46.02% from 502); Blue value is 21 (8.59% from 255 or 4.18% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE715 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAE715 is #0518EA. Grayscale: #D5D5D5. Windows color (decimal): -334059 or 1435642. OLE color: 1435642.
HSL color Cylindrical-coordinate representation of color #FAE715: hue angle of 55.02º 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 #FAE715 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 231 | 21 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.02 |
| HSL | 55.02º | 0.96% | 0.53% | - |
| HSV(B) | 55.02º | 0.92% | 0.98% | - |
| XYZ | 68.14 | 77.53 | 12.08 | - |
| YUV | 212.74 | 19.79 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 231 | 21 | 0 | 0.08 | 0.92 | 0.02 | 55.02 | 0.96 | 0.53 |
| Hex | FA | E7 | 15 | 0 | 8 | 5C | 2 | 37 | 60 | 35 |
| Octal | 372 | 347 | 25 | 0 | 10 | 134 | 2 | 67 | 140 | 65 |
| Binary | 11111010 | 11100111 | 10101 | 0 | 1000 | 1011100 | 10 | 110111 | 1100000 | 110101 |
Color Harmonies of #FAE715
Complementary color
Monochromatic Colors of #FAE715
Black with #FAE715
Text Example
Text Example
White with #FAE715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE715; }
p { color: rgb(250,231,21); }
H1.HeaderClassName
{
color: #FAE715;
}
.AnyTagClassName
{
color: #FAE715;
}
</style>
background-color css
<style>
a { background-color: #FAE715; }
a { background-color: rgb(250,231,21); }
div.DivClassName
{
background-color: #FAE715;
}
.BgClassName
{
background-color: #FAE715;
}
</style>
border-color css
<style>
span { border-color: #FAE715; }
span { border-color: rgb(250,231,21); }
td.TdClassName
{
border-color: #FAE715;
}
.TagClassName
{
border-color: #FAE715;
}
</style>