Shades of Lemon #FAEA19
Tints of Lemon #FAEA19
RGB
CMYK
RGB Variations
Color information
#FAEA19 (or 0xFAEA19) is known color: Lemon. HEX triplet: FA, EA and 19. RGB value is (250,234,25). Sum of RGB (Red+Green+Blue) = 250+234+25=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 234 (91.80% from 255 or 45.97% from 509); Blue value is 25 (10.16% from 255 or 4.91% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA19 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAEA19 is #0515E6. Grayscale: #D7D7D7. Windows color (decimal): -333287 or 1698554. OLE color: 1698554.
HSL color Cylindrical-coordinate representation of color #FAEA19: hue angle of 55.73º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FAEA19 is Cyan = 0, Magento = 0.06, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 234 | 25 | - |
| CMYK | 0 | 0.06 | 0.9 | 0.02 |
| HSL | 55.73º | 0.96% | 0.54% | - |
| HSV(B) | 55.73º | 0.9% | 0.98% | - |
| XYZ | 69.02 | 79.24 | 12.58 | - |
| YUV | 214.96 | 20.8 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 234 | 25 | 0 | 0.06 | 0.9 | 0.02 | 55.73 | 0.96 | 0.54 |
| Hex | FA | EA | 19 | 0 | 6 | 5A | 2 | 38 | 60 | 36 |
| Octal | 372 | 352 | 31 | 0 | 6 | 132 | 2 | 70 | 140 | 66 |
| Binary | 11111010 | 11101010 | 11001 | 0 | 110 | 1011010 | 10 | 111000 | 1100000 | 110110 |
Color Harmonies of #FAEA19
Complementary color
Monochromatic Colors of #FAEA19
Black with #FAEA19
Text Example
Text Example
White with #FAEA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEA19; }
p { color: rgb(250,234,25); }
H1.HeaderClassName
{
color: #FAEA19;
}
.AnyTagClassName
{
color: #FAEA19;
}
</style>
background-color css
<style>
a { background-color: #FAEA19; }
a { background-color: rgb(250,234,25); }
div.DivClassName
{
background-color: #FAEA19;
}
.BgClassName
{
background-color: #FAEA19;
}
</style>
border-color css
<style>
span { border-color: #FAEA19; }
span { border-color: rgb(250,234,25); }
td.TdClassName
{
border-color: #FAEA19;
}
.TagClassName
{
border-color: #FAEA19;
}
</style>