Shades of Lemon #FAE707
Tints of Lemon #FAE707
RGB
CMYK
RGB Variations
Color information
#FAE707 (or 0xFAE707) is known color: Lemon. HEX triplet: FA, E7 and 07. RGB value is (250,231,7). Sum of RGB (Red+Green+Blue) = 250+231+7=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 231 (90.62% from 255 or 47.34% from 488); Blue value is 7 (3.12% from 255 or 1.43% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE707 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAE707 is #0518F8. Grayscale: #D4D4D4. Windows color (decimal): -334073 or 518138. OLE color: 518138.
HSL color Cylindrical-coordinate representation of color #FAE707: hue angle of 55.31º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FAE707 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 231 | 7 | - |
| CMYK | 0 | 0.08 | 0.97 | 0.02 |
| HSL | 55.31º | 0.96% | 0.5% | - |
| HSV(B) | 55.31º | 0.97% | 0.98% | - |
| XYZ | 68.04 | 77.49 | 11.57 | - |
| YUV | 211.15 | 12.79 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 231 | 7 | 0 | 0.08 | 0.97 | 0.02 | 55.31 | 0.96 | 0.5 |
| Hex | FA | E7 | 7 | 0 | 8 | 61 | 2 | 37 | 60 | 32 |
| Octal | 372 | 347 | 7 | 0 | 10 | 141 | 2 | 67 | 140 | 62 |
| Binary | 11111010 | 11100111 | 111 | 0 | 1000 | 1100001 | 10 | 110111 | 1100000 | 110010 |
Color Harmonies of #FAE707
Complementary color
Monochromatic Colors of #FAE707
Black with #FAE707
Text Example
Text Example
White with #FAE707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE707; }
p { color: rgb(250,231,7); }
H1.HeaderClassName
{
color: #FAE707;
}
.AnyTagClassName
{
color: #FAE707;
}
</style>
background-color css
<style>
a { background-color: #FAE707; }
a { background-color: rgb(250,231,7); }
div.DivClassName
{
background-color: #FAE707;
}
.BgClassName
{
background-color: #FAE707;
}
</style>
border-color css
<style>
span { border-color: #FAE707; }
span { border-color: rgb(250,231,7); }
td.TdClassName
{
border-color: #FAE707;
}
.TagClassName
{
border-color: #FAE707;
}
</style>