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