Shades of Lemon #FADB0E
Tints of Lemon #FADB0E
RGB
CMYK
RGB Variations
Color information
#FADB0E (or 0xFADB0E) is known color: Lemon. HEX triplet: FA, DB and 0E. RGB value is (250,219,14). Sum of RGB (Red+Green+Blue) = 250+219+14=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 14 (5.86% from 255 or 2.90% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADB0E is #0524F1. Grayscale: #CDCDCD. Windows color (decimal): -337138 or 973818. OLE color: 973818.
HSL color Cylindrical-coordinate representation of color #FADB0E: hue angle of 52.12º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FADB0E is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 14 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.02 |
| HSL | 52.12º | 0.96% | 0.52% | - |
| HSV(B) | 52.12º | 0.94% | 0.98% | - |
| XYZ | 64.84 | 71.02 | 10.71 | - |
| YUV | 204.9 | 20.27 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 14 | 0 | 0.12 | 0.94 | 0.02 | 52.12 | 0.96 | 0.52 |
| Hex | FA | DB | E | 0 | C | 5E | 2 | 34 | 60 | 34 |
| Octal | 372 | 333 | 16 | 0 | 14 | 136 | 2 | 64 | 140 | 64 |
| Binary | 11111010 | 11011011 | 1110 | 0 | 1100 | 1011110 | 10 | 110100 | 1100000 | 110100 |
Color Harmonies of #FADB0E
Complementary color
Monochromatic Colors of #FADB0E
Black with #FADB0E
Text Example
Text Example
White with #FADB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADB0E; }
p { color: rgb(250,219,14); }
H1.HeaderClassName
{
color: #FADB0E;
}
.AnyTagClassName
{
color: #FADB0E;
}
</style>
background-color css
<style>
a { background-color: #FADB0E; }
a { background-color: rgb(250,219,14); }
div.DivClassName
{
background-color: #FADB0E;
}
.BgClassName
{
background-color: #FADB0E;
}
</style>
border-color css
<style>
span { border-color: #FADB0E; }
span { border-color: rgb(250,219,14); }
td.TdClassName
{
border-color: #FADB0E;
}
.TagClassName
{
border-color: #FADB0E;
}
</style>