Shades of Lemon #FAEC0D
Tints of Lemon #FAEC0D
RGB
CMYK
RGB Variations
Color information
#FAEC0D (or 0xFAEC0D) is known color: Lemon. HEX triplet: FA, EC and 0D. RGB value is (250,236,13). Sum of RGB (Red+Green+Blue) = 250+236+13=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 236 (92.58% from 255 or 47.29% from 499); Blue value is 13 (5.47% from 255 or 2.61% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC0D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAEC0D is #0513F2. Grayscale: #D7D7D7. Windows color (decimal): -332787 or 912634. OLE color: 912634.
HSL color Cylindrical-coordinate representation of color #FAEC0D: hue angle of 56.46º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FAEC0D is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 13 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.02 |
| HSL | 56.46º | 0.96% | 0.52% | - |
| HSV(B) | 56.46º | 0.95% | 0.98% | - |
| XYZ | 69.49 | 80.34 | 12.23 | - |
| YUV | 214.76 | 14.14 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 13 | 0 | 0.06 | 0.95 | 0.02 | 56.46 | 0.96 | 0.52 |
| Hex | FA | EC | D | 0 | 6 | 5F | 2 | 38 | 60 | 34 |
| Octal | 372 | 354 | 15 | 0 | 6 | 137 | 2 | 70 | 140 | 64 |
| Binary | 11111010 | 11101100 | 1101 | 0 | 110 | 1011111 | 10 | 111000 | 1100000 | 110100 |
Color Harmonies of #FAEC0D
Complementary color
Monochromatic Colors of #FAEC0D
Black with #FAEC0D
Text Example
Text Example
White with #FAEC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEC0D; }
p { color: rgb(250,236,13); }
H1.HeaderClassName
{
color: #FAEC0D;
}
.AnyTagClassName
{
color: #FAEC0D;
}
</style>
background-color css
<style>
a { background-color: #FAEC0D; }
a { background-color: rgb(250,236,13); }
div.DivClassName
{
background-color: #FAEC0D;
}
.BgClassName
{
background-color: #FAEC0D;
}
</style>
border-color css
<style>
span { border-color: #FAEC0D; }
span { border-color: rgb(250,236,13); }
td.TdClassName
{
border-color: #FAEC0D;
}
.TagClassName
{
border-color: #FAEC0D;
}
</style>