Shades of Lemon #FAEA1E
Tints of Lemon #FAEA1E
RGB
CMYK
RGB Variations
Color information
#FAEA1E (or 0xFAEA1E) is known color: Lemon. HEX triplet: FA, EA and 1E. RGB value is (250,234,30). Sum of RGB (Red+Green+Blue) = 250+234+30=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 234 (91.80% from 255 or 45.53% from 514); Blue value is 30 (12.11% from 255 or 5.84% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAEA1E is #0515E1. Grayscale: #D8D8D8. Windows color (decimal): -333282 or 2026234. OLE color: 2026234.
HSL color Cylindrical-coordinate representation of color #FAEA1E: hue angle of 55.64º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FAEA1E is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 234 | 30 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.02 |
| HSL | 55.64º | 0.96% | 0.55% | - |
| HSV(B) | 55.64º | 0.88% | 0.98% | - |
| XYZ | 69.08 | 79.26 | 12.89 | - |
| YUV | 215.53 | 23.3 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 234 | 30 | 0 | 0.06 | 0.88 | 0.02 | 55.64 | 0.96 | 0.55 |
| Hex | FA | EA | 1E | 0 | 6 | 58 | 2 | 38 | 60 | 37 |
| Octal | 372 | 352 | 36 | 0 | 6 | 130 | 2 | 70 | 140 | 67 |
| Binary | 11111010 | 11101010 | 11110 | 0 | 110 | 1011000 | 10 | 111000 | 1100000 | 110111 |
Color Harmonies of #FAEA1E
Complementary color
Monochromatic Colors of #FAEA1E
Black with #FAEA1E
Text Example
Text Example
White with #FAEA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEA1E; }
p { color: rgb(250,234,30); }
H1.HeaderClassName
{
color: #FAEA1E;
}
.AnyTagClassName
{
color: #FAEA1E;
}
</style>
background-color css
<style>
a { background-color: #FAEA1E; }
a { background-color: rgb(250,234,30); }
div.DivClassName
{
background-color: #FAEA1E;
}
.BgClassName
{
background-color: #FAEA1E;
}
</style>
border-color css
<style>
span { border-color: #FAEA1E; }
span { border-color: rgb(250,234,30); }
td.TdClassName
{
border-color: #FAEA1E;
}
.TagClassName
{
border-color: #FAEA1E;
}
</style>