Shades of Lemon #FAEA15
Tints of Lemon #FAEA15
RGB
CMYK
RGB Variations
Color information
#FAEA15 (or 0xFAEA15) is known color: Lemon. HEX triplet: FA, EA and 15. RGB value is (250,234,21). Sum of RGB (Red+Green+Blue) = 250+234+21=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 234 (91.80% from 255 or 46.34% from 505); Blue value is 21 (8.59% from 255 or 4.16% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA15 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAEA15 is #0515EA. Grayscale: #D7D7D7. Windows color (decimal): -333291 or 1436410. OLE color: 1436410.
HSL color Cylindrical-coordinate representation of color #FAEA15: hue angle of 55.81º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FAEA15 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 234 | 21 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.02 |
| HSL | 55.81º | 0.96% | 0.53% | - |
| HSV(B) | 55.81º | 0.92% | 0.98% | - |
| XYZ | 68.98 | 79.22 | 12.37 | - |
| YUV | 214.5 | 18.8 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 234 | 21 | 0 | 0.06 | 0.92 | 0.02 | 55.81 | 0.96 | 0.53 |
| Hex | FA | EA | 15 | 0 | 6 | 5C | 2 | 38 | 60 | 35 |
| Octal | 372 | 352 | 25 | 0 | 6 | 134 | 2 | 70 | 140 | 65 |
| Binary | 11111010 | 11101010 | 10101 | 0 | 110 | 1011100 | 10 | 111000 | 1100000 | 110101 |
Color Harmonies of #FAEA15
Complementary color
Monochromatic Colors of #FAEA15
Black with #FAEA15
Text Example
Text Example
White with #FAEA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEA15; }
p { color: rgb(250,234,21); }
H1.HeaderClassName
{
color: #FAEA15;
}
.AnyTagClassName
{
color: #FAEA15;
}
</style>
background-color css
<style>
a { background-color: #FAEA15; }
a { background-color: rgb(250,234,21); }
div.DivClassName
{
background-color: #FAEA15;
}
.BgClassName
{
background-color: #FAEA15;
}
</style>
border-color css
<style>
span { border-color: #FAEA15; }
span { border-color: rgb(250,234,21); }
td.TdClassName
{
border-color: #FAEA15;
}
.TagClassName
{
border-color: #FAEA15;
}
</style>