Shades of Lemon #FADE0D
Tints of Lemon #FADE0D
RGB
CMYK
RGB Variations
Color information
#FADE0D (or 0xFADE0D) is known color: Lemon. HEX triplet: FA, DE and 0D. RGB value is (250,222,13). Sum of RGB (Red+Green+Blue) = 250+222+13=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 222 (87.11% from 255 or 45.77% from 485); Blue value is 13 (5.47% from 255 or 2.68% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADE0D is #0521F2. Grayscale: #CFCFCF. Windows color (decimal): -336371 or 909050. OLE color: 909050.
HSL color Cylindrical-coordinate representation of color #FADE0D: hue angle of 52.91º 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 #FADE0D is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 13 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.02 |
| HSL | 52.91º | 0.96% | 0.52% | - |
| HSV(B) | 52.91º | 0.95% | 0.98% | - |
| XYZ | 65.62 | 72.6 | 10.93 | - |
| YUV | 206.55 | 18.78 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 13 | 0 | 0.11 | 0.95 | 0.02 | 52.91 | 0.96 | 0.52 |
| Hex | FA | DE | D | 0 | B | 5F | 2 | 35 | 60 | 34 |
| Octal | 372 | 336 | 15 | 0 | 13 | 137 | 2 | 65 | 140 | 64 |
| Binary | 11111010 | 11011110 | 1101 | 0 | 1011 | 1011111 | 10 | 110101 | 1100000 | 110100 |
Color Harmonies of #FADE0D
Complementary color
Monochromatic Colors of #FADE0D
Black with #FADE0D
Text Example
Text Example
White with #FADE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADE0D; }
p { color: rgb(250,222,13); }
H1.HeaderClassName
{
color: #FADE0D;
}
.AnyTagClassName
{
color: #FADE0D;
}
</style>
background-color css
<style>
a { background-color: #FADE0D; }
a { background-color: rgb(250,222,13); }
div.DivClassName
{
background-color: #FADE0D;
}
.BgClassName
{
background-color: #FADE0D;
}
</style>
border-color css
<style>
span { border-color: #FADE0D; }
span { border-color: rgb(250,222,13); }
td.TdClassName
{
border-color: #FADE0D;
}
.TagClassName
{
border-color: #FADE0D;
}
</style>