Shades of Lemon #FAEA04
Tints of Lemon #FAEA04
RGB
CMYK
RGB Variations
Color information
#FAEA04 (or 0xFAEA04) is known color: Lemon. HEX triplet: FA, EA and 04. RGB value is (250,234,4). Sum of RGB (Red+Green+Blue) = 250+234+4=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 234 (91.80% from 255 or 47.95% from 488); Blue value is 4 (1.95% from 255 or 0.82% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA04 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAEA04 is #0515FB. Grayscale: #D5D5D5. Windows color (decimal): -333308 or 322298. OLE color: 322298.
HSL color Cylindrical-coordinate representation of color #FAEA04: hue angle of 56.1º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FAEA04 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 234 | 4 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.02 |
| HSL | 56.1º | 0.97% | 0.5% | - |
| HSV(B) | 56.1º | 0.98% | 0.98% | - |
| XYZ | 68.87 | 79.18 | 11.77 | - |
| YUV | 212.56 | 10.3 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 234 | 4 | 0 | 0.06 | 0.98 | 0.02 | 56.1 | 0.97 | 0.5 |
| Hex | FA | EA | 4 | 0 | 6 | 62 | 2 | 38 | 61 | 32 |
| Octal | 372 | 352 | 4 | 0 | 6 | 142 | 2 | 70 | 141 | 62 |
| Binary | 11111010 | 11101010 | 100 | 0 | 110 | 1100010 | 10 | 111000 | 1100001 | 110010 |
Color Harmonies of #FAEA04
Complementary color
Monochromatic Colors of #FAEA04
Black with #FAEA04
Text Example
Text Example
White with #FAEA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEA04; }
p { color: rgb(250,234,4); }
H1.HeaderClassName
{
color: #FAEA04;
}
.AnyTagClassName
{
color: #FAEA04;
}
</style>
background-color css
<style>
a { background-color: #FAEA04; }
a { background-color: rgb(250,234,4); }
div.DivClassName
{
background-color: #FAEA04;
}
.BgClassName
{
background-color: #FAEA04;
}
</style>
border-color css
<style>
span { border-color: #FAEA04; }
span { border-color: rgb(250,234,4); }
td.TdClassName
{
border-color: #FAEA04;
}
.TagClassName
{
border-color: #FAEA04;
}
</style>