Shades of Lemon #FAEA0A
Tints of Lemon #FAEA0A
RGB
CMYK
RGB Variations
Color information
#FAEA0A (or 0xFAEA0A) is known color: Lemon. HEX triplet: FA, EA and 0A. RGB value is (250,234,10). Sum of RGB (Red+Green+Blue) = 250+234+10=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 234 (91.80% from 255 or 47.37% from 494); Blue value is 10 (4.30% from 255 or 2.02% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAEA0A is #0515F5. Grayscale: #D6D6D6. Windows color (decimal): -333302 or 715514. OLE color: 715514.
HSL color Cylindrical-coordinate representation of color #FAEA0A: hue angle of 56º 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 #FAEA0A is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 234 | 10 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.02 |
| HSL | 56º | 0.96% | 0.51% | - |
| HSV(B) | 56º | 0.96% | 0.98% | - |
| XYZ | 68.9 | 79.19 | 11.94 | - |
| YUV | 213.25 | 13.3 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 234 | 10 | 0 | 0.06 | 0.96 | 0.02 | 56 | 0.96 | 0.51 |
| Hex | FA | EA | A | 0 | 6 | 60 | 2 | 38 | 60 | 33 |
| Octal | 372 | 352 | 12 | 0 | 6 | 140 | 2 | 70 | 140 | 63 |
| Binary | 11111010 | 11101010 | 1010 | 0 | 110 | 1100000 | 10 | 111000 | 1100000 | 110011 |
Color Harmonies of #FAEA0A
Complementary color
Monochromatic Colors of #FAEA0A
Black with #FAEA0A
Text Example
Text Example
White with #FAEA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEA0A; }
p { color: rgb(250,234,10); }
H1.HeaderClassName
{
color: #FAEA0A;
}
.AnyTagClassName
{
color: #FAEA0A;
}
</style>
background-color css
<style>
a { background-color: #FAEA0A; }
a { background-color: rgb(250,234,10); }
div.DivClassName
{
background-color: #FAEA0A;
}
.BgClassName
{
background-color: #FAEA0A;
}
</style>
border-color css
<style>
span { border-color: #FAEA0A; }
span { border-color: rgb(250,234,10); }
td.TdClassName
{
border-color: #FAEA0A;
}
.TagClassName
{
border-color: #FAEA0A;
}
</style>