Shades of Lemon #FAEA08
Tints of Lemon #FAEA08
RGB
CMYK
RGB Variations
Color information
#FAEA08 (or 0xFAEA08) is known color: Lemon. HEX triplet: FA, EA and 08. RGB value is (250,234,8). Sum of RGB (Red+Green+Blue) = 250+234+8=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 234 (91.80% from 255 or 47.56% from 492); Blue value is 8 (3.52% from 255 or 1.63% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA08 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAEA08 is #0515F7. Grayscale: #D5D5D5. Windows color (decimal): -333304 or 584442. OLE color: 584442.
HSL color Cylindrical-coordinate representation of color #FAEA08: hue angle of 56.03º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FAEA08 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 234 | 8 | - |
| CMYK | 0 | 0.06 | 0.97 | 0.02 |
| HSL | 56.03º | 0.96% | 0.51% | - |
| HSV(B) | 56.03º | 0.97% | 0.98% | - |
| XYZ | 68.89 | 79.19 | 11.88 | - |
| YUV | 213.02 | 12.3 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 234 | 8 | 0 | 0.06 | 0.97 | 0.02 | 56.03 | 0.96 | 0.51 |
| Hex | FA | EA | 8 | 0 | 6 | 61 | 2 | 38 | 60 | 33 |
| Octal | 372 | 352 | 10 | 0 | 6 | 141 | 2 | 70 | 140 | 63 |
| Binary | 11111010 | 11101010 | 1000 | 0 | 110 | 1100001 | 10 | 111000 | 1100000 | 110011 |
Color Harmonies of #FAEA08
Complementary color
Monochromatic Colors of #FAEA08
Black with #FAEA08
Text Example
Text Example
White with #FAEA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEA08; }
p { color: rgb(250,234,8); }
H1.HeaderClassName
{
color: #FAEA08;
}
.AnyTagClassName
{
color: #FAEA08;
}
</style>
background-color css
<style>
a { background-color: #FAEA08; }
a { background-color: rgb(250,234,8); }
div.DivClassName
{
background-color: #FAEA08;
}
.BgClassName
{
background-color: #FAEA08;
}
</style>
border-color css
<style>
span { border-color: #FAEA08; }
span { border-color: rgb(250,234,8); }
td.TdClassName
{
border-color: #FAEA08;
}
.TagClassName
{
border-color: #FAEA08;
}
</style>