Shades of Lemon #FADD1B
Tints of Lemon #FADD1B
RGB
CMYK
RGB Variations
Color information
#FADD1B (or 0xFADD1B) is known color: Lemon. HEX triplet: FA, DD and 1B. RGB value is (250,221,27). Sum of RGB (Red+Green+Blue) = 250+221+27=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 221 (86.72% from 255 or 44.38% from 498); Blue value is 27 (10.94% from 255 or 5.42% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADD1B is #0522E4. Grayscale: #D0D0D0. Windows color (decimal): -336613 or 1826298. OLE color: 1826298.
HSL color Cylindrical-coordinate representation of color #FADD1B: hue angle of 52.2º 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 #FADD1B is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 27 | - |
| CMYK | 0 | 0.12 | 0.89 | 0.02 |
| HSL | 52.2º | 0.96% | 0.54% | - |
| HSV(B) | 52.2º | 0.89% | 0.98% | - |
| XYZ | 65.48 | 72.12 | 11.51 | - |
| YUV | 207.56 | 26.11 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 27 | 0 | 0.12 | 0.89 | 0.02 | 52.2 | 0.96 | 0.54 |
| Hex | FA | DD | 1B | 0 | C | 59 | 2 | 34 | 60 | 36 |
| Octal | 372 | 335 | 33 | 0 | 14 | 131 | 2 | 64 | 140 | 66 |
| Binary | 11111010 | 11011101 | 11011 | 0 | 1100 | 1011001 | 10 | 110100 | 1100000 | 110110 |
Color Harmonies of #FADD1B
Complementary color
Monochromatic Colors of #FADD1B
Black with #FADD1B
Text Example
Text Example
White with #FADD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADD1B; }
p { color: rgb(250,221,27); }
H1.HeaderClassName
{
color: #FADD1B;
}
.AnyTagClassName
{
color: #FADD1B;
}
</style>
background-color css
<style>
a { background-color: #FADD1B; }
a { background-color: rgb(250,221,27); }
div.DivClassName
{
background-color: #FADD1B;
}
.BgClassName
{
background-color: #FADD1B;
}
</style>
border-color css
<style>
span { border-color: #FADD1B; }
span { border-color: rgb(250,221,27); }
td.TdClassName
{
border-color: #FADD1B;
}
.TagClassName
{
border-color: #FADD1B;
}
</style>