Shades of Lemon #FAE70F
Tints of Lemon #FAE70F
RGB
CMYK
RGB Variations
Color information
#FAE70F (or 0xFAE70F) is known color: Lemon. HEX triplet: FA, E7 and 0F. RGB value is (250,231,15). Sum of RGB (Red+Green+Blue) = 250+231+15=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 231 (90.62% from 255 or 46.57% from 496); Blue value is 15 (6.25% from 255 or 3.02% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE70F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAE70F is #0518F0. Grayscale: #D4D4D4. Windows color (decimal): -334065 or 1042426. OLE color: 1042426.
HSL color Cylindrical-coordinate representation of color #FAE70F: hue angle of 55.15º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FAE70F is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 231 | 15 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.02 |
| HSL | 55.15º | 0.96% | 0.52% | - |
| HSV(B) | 55.15º | 0.94% | 0.98% | - |
| XYZ | 68.09 | 77.51 | 11.82 | - |
| YUV | 212.06 | 16.79 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 231 | 15 | 0 | 0.08 | 0.94 | 0.02 | 55.15 | 0.96 | 0.52 |
| Hex | FA | E7 | F | 0 | 8 | 5E | 2 | 37 | 60 | 34 |
| Octal | 372 | 347 | 17 | 0 | 10 | 136 | 2 | 67 | 140 | 64 |
| Binary | 11111010 | 11100111 | 1111 | 0 | 1000 | 1011110 | 10 | 110111 | 1100000 | 110100 |
Color Harmonies of #FAE70F
Complementary color
Monochromatic Colors of #FAE70F
Black with #FAE70F
Text Example
Text Example
White with #FAE70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE70F; }
p { color: rgb(250,231,15); }
H1.HeaderClassName
{
color: #FAE70F;
}
.AnyTagClassName
{
color: #FAE70F;
}
</style>
background-color css
<style>
a { background-color: #FAE70F; }
a { background-color: rgb(250,231,15); }
div.DivClassName
{
background-color: #FAE70F;
}
.BgClassName
{
background-color: #FAE70F;
}
</style>
border-color css
<style>
span { border-color: #FAE70F; }
span { border-color: rgb(250,231,15); }
td.TdClassName
{
border-color: #FAE70F;
}
.TagClassName
{
border-color: #FAE70F;
}
</style>