Shades of Lemon #FADE1C
Tints of Lemon #FADE1C
RGB
CMYK
RGB Variations
Color information
#FADE1C (or 0xFADE1C) is known color: Lemon. HEX triplet: FA, DE and 1C. RGB value is (250,222,28). Sum of RGB (Red+Green+Blue) = 250+222+28=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 222 (87.11% from 255 or 44.4% from 500); Blue value is 28 (11.33% from 255 or 5.6% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADE1C is #0521E3. Grayscale: #D1D1D1. Windows color (decimal): -336356 or 1892090. OLE color: 1892090.
HSL color Cylindrical-coordinate representation of color #FADE1C: hue angle of 52.43º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FADE1C is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 28 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.02 |
| HSL | 52.43º | 0.96% | 0.55% | - |
| HSV(B) | 52.43º | 0.89% | 0.98% | - |
| XYZ | 65.76 | 72.65 | 11.66 | - |
| YUV | 208.26 | 26.28 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 28 | 0 | 0.11 | 0.89 | 0.02 | 52.43 | 0.96 | 0.55 |
| Hex | FA | DE | 1C | 0 | B | 59 | 2 | 34 | 60 | 37 |
| Octal | 372 | 336 | 34 | 0 | 13 | 131 | 2 | 64 | 140 | 67 |
| Binary | 11111010 | 11011110 | 11100 | 0 | 1011 | 1011001 | 10 | 110100 | 1100000 | 110111 |
Color Harmonies of #FADE1C
Complementary color
Monochromatic Colors of #FADE1C
Black with #FADE1C
Text Example
Text Example
White with #FADE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADE1C; }
p { color: rgb(250,222,28); }
H1.HeaderClassName
{
color: #FADE1C;
}
.AnyTagClassName
{
color: #FADE1C;
}
</style>
background-color css
<style>
a { background-color: #FADE1C; }
a { background-color: rgb(250,222,28); }
div.DivClassName
{
background-color: #FADE1C;
}
.BgClassName
{
background-color: #FADE1C;
}
</style>
border-color css
<style>
span { border-color: #FADE1C; }
span { border-color: rgb(250,222,28); }
td.TdClassName
{
border-color: #FADE1C;
}
.TagClassName
{
border-color: #FADE1C;
}
</style>