Shades of Lemon #FAE70B
Tints of Lemon #FAE70B
RGB
CMYK
RGB Variations
Color information
#FAE70B (or 0xFAE70B) is known color: Lemon. HEX triplet: FA, E7 and 0B. RGB value is (250,231,11). Sum of RGB (Red+Green+Blue) = 250+231+11=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 231 (90.62% from 255 or 46.95% from 492); Blue value is 11 (4.69% from 255 or 2.24% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE70B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAE70B is #0518F4. Grayscale: #D4D4D4. Windows color (decimal): -334069 or 780282. OLE color: 780282.
HSL color Cylindrical-coordinate representation of color #FAE70B: hue angle of 55.23º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FAE70B is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 231 | 11 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.02 |
| HSL | 55.23º | 0.96% | 0.51% | - |
| HSV(B) | 55.23º | 0.96% | 0.98% | - |
| XYZ | 68.06 | 77.5 | 11.69 | - |
| YUV | 211.6 | 14.79 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 231 | 11 | 0 | 0.08 | 0.96 | 0.02 | 55.23 | 0.96 | 0.51 |
| Hex | FA | E7 | B | 0 | 8 | 60 | 2 | 37 | 60 | 33 |
| Octal | 372 | 347 | 13 | 0 | 10 | 140 | 2 | 67 | 140 | 63 |
| Binary | 11111010 | 11100111 | 1011 | 0 | 1000 | 1100000 | 10 | 110111 | 1100000 | 110011 |
Color Harmonies of #FAE70B
Complementary color
Monochromatic Colors of #FAE70B
Black with #FAE70B
Text Example
Text Example
White with #FAE70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE70B; }
p { color: rgb(250,231,11); }
H1.HeaderClassName
{
color: #FAE70B;
}
.AnyTagClassName
{
color: #FAE70B;
}
</style>
background-color css
<style>
a { background-color: #FAE70B; }
a { background-color: rgb(250,231,11); }
div.DivClassName
{
background-color: #FAE70B;
}
.BgClassName
{
background-color: #FAE70B;
}
</style>
border-color css
<style>
span { border-color: #FAE70B; }
span { border-color: rgb(250,231,11); }
td.TdClassName
{
border-color: #FAE70B;
}
.TagClassName
{
border-color: #FAE70B;
}
</style>