Shades of Lemon #FADE1E
Tints of Lemon #FADE1E
RGB
CMYK
RGB Variations
Color information
#FADE1E (or 0xFADE1E) is known color: Lemon. HEX triplet: FA, DE and 1E. RGB value is (250,222,30). Sum of RGB (Red+Green+Blue) = 250+222+30=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 30 (12.11% from 255 or 5.98% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADE1E is #0521E1. Grayscale: #D1D1D1. Windows color (decimal): -336354 or 2023162. OLE color: 2023162.
HSL color Cylindrical-coordinate representation of color #FADE1E: hue angle of 52.36º 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 #FADE1E is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 30 | - |
| CMYK | 0 | 0.11 | 0.88 | 0.02 |
| HSL | 52.36º | 0.96% | 0.55% | - |
| HSV(B) | 52.36º | 0.88% | 0.98% | - |
| XYZ | 65.78 | 72.66 | 11.79 | - |
| YUV | 208.48 | 27.28 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 30 | 0 | 0.11 | 0.88 | 0.02 | 52.36 | 0.96 | 0.55 |
| Hex | FA | DE | 1E | 0 | B | 58 | 2 | 34 | 60 | 37 |
| Octal | 372 | 336 | 36 | 0 | 13 | 130 | 2 | 64 | 140 | 67 |
| Binary | 11111010 | 11011110 | 11110 | 0 | 1011 | 1011000 | 10 | 110100 | 1100000 | 110111 |
Color Harmonies of #FADE1E
Complementary color
Monochromatic Colors of #FADE1E
Black with #FADE1E
Text Example
Text Example
White with #FADE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADE1E; }
p { color: rgb(250,222,30); }
H1.HeaderClassName
{
color: #FADE1E;
}
.AnyTagClassName
{
color: #FADE1E;
}
</style>
background-color css
<style>
a { background-color: #FADE1E; }
a { background-color: rgb(250,222,30); }
div.DivClassName
{
background-color: #FADE1E;
}
.BgClassName
{
background-color: #FADE1E;
}
</style>
border-color css
<style>
span { border-color: #FADE1E; }
span { border-color: rgb(250,222,30); }
td.TdClassName
{
border-color: #FADE1E;
}
.TagClassName
{
border-color: #FADE1E;
}
</style>