Shades of Lemon #FADF1B
Tints of Lemon #FADF1B
RGB
CMYK
RGB Variations
Color information
#FADF1B (or 0xFADF1B) is known color: Lemon. HEX triplet: FA, DF and 1B. RGB value is (250,223,27). Sum of RGB (Red+Green+Blue) = 250+223+27=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 223 (87.5% from 255 or 44.6% from 500); Blue value is 27 (10.94% from 255 or 5.4% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADF1B is #0520E4. Grayscale: #D1D1D1. Windows color (decimal): -336101 or 1826810. OLE color: 1826810.
HSL color Cylindrical-coordinate representation of color #FADF1B: hue angle of 52.74º 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 #FADF1B is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 27 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.02 |
| HSL | 52.74º | 0.96% | 0.54% | - |
| HSV(B) | 52.74º | 0.89% | 0.98% | - |
| XYZ | 66.01 | 73.18 | 11.68 | - |
| YUV | 208.73 | 25.45 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 27 | 0 | 0.11 | 0.89 | 0.02 | 52.74 | 0.96 | 0.54 |
| Hex | FA | DF | 1B | 0 | B | 59 | 2 | 35 | 60 | 36 |
| Octal | 372 | 337 | 33 | 0 | 13 | 131 | 2 | 65 | 140 | 66 |
| Binary | 11111010 | 11011111 | 11011 | 0 | 1011 | 1011001 | 10 | 110101 | 1100000 | 110110 |
Color Harmonies of #FADF1B
Complementary color
Monochromatic Colors of #FADF1B
Black with #FADF1B
Text Example
Text Example
White with #FADF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADF1B; }
p { color: rgb(250,223,27); }
H1.HeaderClassName
{
color: #FADF1B;
}
.AnyTagClassName
{
color: #FADF1B;
}
</style>
background-color css
<style>
a { background-color: #FADF1B; }
a { background-color: rgb(250,223,27); }
div.DivClassName
{
background-color: #FADF1B;
}
.BgClassName
{
background-color: #FADF1B;
}
</style>
border-color css
<style>
span { border-color: #FADF1B; }
span { border-color: rgb(250,223,27); }
td.TdClassName
{
border-color: #FADF1B;
}
.TagClassName
{
border-color: #FADF1B;
}
</style>