Shades of Lemon #FAEC1E
Tints of Lemon #FAEC1E
RGB
CMYK
RGB Variations
Color information
#FAEC1E (or 0xFAEC1E) is known color: Lemon. HEX triplet: FA, EC and 1E. RGB value is (250,236,30). Sum of RGB (Red+Green+Blue) = 250+236+30=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 236 (92.58% from 255 or 45.74% from 516); Blue value is 30 (12.11% from 255 or 5.81% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAEC1E is #0513E1. Grayscale: #D9D9D9. Windows color (decimal): -332770 or 2026746. OLE color: 2026746.
HSL color Cylindrical-coordinate representation of color #FAEC1E: hue angle of 56.18º 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 #FAEC1E is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 30 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.02 |
| HSL | 56.18º | 0.96% | 0.55% | - |
| HSV(B) | 56.18º | 0.88% | 0.98% | - |
| XYZ | 69.65 | 80.41 | 13.08 | - |
| YUV | 216.7 | 22.64 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 30 | 0 | 0.06 | 0.88 | 0.02 | 56.18 | 0.96 | 0.55 |
| Hex | FA | EC | 1E | 0 | 6 | 58 | 2 | 38 | 60 | 37 |
| Octal | 372 | 354 | 36 | 0 | 6 | 130 | 2 | 70 | 140 | 67 |
| Binary | 11111010 | 11101100 | 11110 | 0 | 110 | 1011000 | 10 | 111000 | 1100000 | 110111 |
Color Harmonies of #FAEC1E
Complementary color
Monochromatic Colors of #FAEC1E
Black with #FAEC1E
Text Example
Text Example
White with #FAEC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEC1E; }
p { color: rgb(250,236,30); }
H1.HeaderClassName
{
color: #FAEC1E;
}
.AnyTagClassName
{
color: #FAEC1E;
}
</style>
background-color css
<style>
a { background-color: #FAEC1E; }
a { background-color: rgb(250,236,30); }
div.DivClassName
{
background-color: #FAEC1E;
}
.BgClassName
{
background-color: #FAEC1E;
}
</style>
border-color css
<style>
span { border-color: #FAEC1E; }
span { border-color: rgb(250,236,30); }
td.TdClassName
{
border-color: #FAEC1E;
}
.TagClassName
{
border-color: #FAEC1E;
}
</style>