Shades of Lemon #FADE1B
Tints of Lemon #FADE1B
RGB
CMYK
RGB Variations
Color information
#FADE1B (or 0xFADE1B) is known color: Lemon. HEX triplet: FA, DE and 1B. RGB value is (250,222,27). Sum of RGB (Red+Green+Blue) = 250+222+27=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 222 (87.11% from 255 or 44.49% from 499); Blue value is 27 (10.94% from 255 or 5.41% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADE1B is #0521E4. Grayscale: #D0D0D0. Windows color (decimal): -336357 or 1826554. OLE color: 1826554.
HSL color Cylindrical-coordinate representation of color #FADE1B: hue angle of 52.47º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FADE1B is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 27 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.02 |
| HSL | 52.47º | 0.96% | 0.54% | - |
| HSV(B) | 52.47º | 0.89% | 0.98% | - |
| XYZ | 65.74 | 72.65 | 11.59 | - |
| YUV | 208.14 | 25.78 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 27 | 0 | 0.11 | 0.89 | 0.02 | 52.47 | 0.96 | 0.54 |
| Hex | FA | DE | 1B | 0 | B | 59 | 2 | 34 | 60 | 36 |
| Octal | 372 | 336 | 33 | 0 | 13 | 131 | 2 | 64 | 140 | 66 |
| Binary | 11111010 | 11011110 | 11011 | 0 | 1011 | 1011001 | 10 | 110100 | 1100000 | 110110 |
Color Harmonies of #FADE1B
Complementary color
Monochromatic Colors of #FADE1B
Black with #FADE1B
Text Example
Text Example
White with #FADE1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADE1B; }
p { color: rgb(250,222,27); }
H1.HeaderClassName
{
color: #FADE1B;
}
.AnyTagClassName
{
color: #FADE1B;
}
</style>
background-color css
<style>
a { background-color: #FADE1B; }
a { background-color: rgb(250,222,27); }
div.DivClassName
{
background-color: #FADE1B;
}
.BgClassName
{
background-color: #FADE1B;
}
</style>
border-color css
<style>
span { border-color: #FADE1B; }
span { border-color: rgb(250,222,27); }
td.TdClassName
{
border-color: #FADE1B;
}
.TagClassName
{
border-color: #FADE1B;
}
</style>