Shades of Lemon #FAE513
Tints of Lemon #FAE513
RGB
CMYK
RGB Variations
Color information
#FAE513 (or 0xFAE513) is known color: Lemon. HEX triplet: FA, E5 and 13. RGB value is (250,229,19). Sum of RGB (Red+Green+Blue) = 250+229+19=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 229 (89.84% from 255 or 45.98% from 498); Blue value is 19 (7.81% from 255 or 3.82% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE513 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAE513 is #051AEC. Grayscale: #D4D4D4. Windows color (decimal): -334573 or 1304058. OLE color: 1304058.
HSL color Cylindrical-coordinate representation of color #FAE513: hue angle of 54.55º 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 #FAE513 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 229 | 19 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.02 |
| HSL | 54.55º | 0.96% | 0.53% | - |
| HSV(B) | 54.55º | 0.92% | 0.98% | - |
| XYZ | 67.56 | 76.41 | 11.8 | - |
| YUV | 211.34 | 19.46 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 229 | 19 | 0 | 0.08 | 0.92 | 0.02 | 54.55 | 0.96 | 0.53 |
| Hex | FA | E5 | 13 | 0 | 8 | 5C | 2 | 37 | 60 | 35 |
| Octal | 372 | 345 | 23 | 0 | 10 | 134 | 2 | 67 | 140 | 65 |
| Binary | 11111010 | 11100101 | 10011 | 0 | 1000 | 1011100 | 10 | 110111 | 1100000 | 110101 |
Color Harmonies of #FAE513
Complementary color
Monochromatic Colors of #FAE513
Black with #FAE513
Text Example
Text Example
White with #FAE513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE513; }
p { color: rgb(250,229,19); }
H1.HeaderClassName
{
color: #FAE513;
}
.AnyTagClassName
{
color: #FAE513;
}
</style>
background-color css
<style>
a { background-color: #FAE513; }
a { background-color: rgb(250,229,19); }
div.DivClassName
{
background-color: #FAE513;
}
.BgClassName
{
background-color: #FAE513;
}
</style>
border-color css
<style>
span { border-color: #FAE513; }
span { border-color: rgb(250,229,19); }
td.TdClassName
{
border-color: #FAE513;
}
.TagClassName
{
border-color: #FAE513;
}
</style>