Shades of Lemon #FADB13
Tints of Lemon #FADB13
RGB
CMYK
RGB Variations
Color information
#FADB13 (or 0xFADB13) is known color: Lemon. HEX triplet: FA, DB and 13. RGB value is (250,219,19). Sum of RGB (Red+Green+Blue) = 250+219+19=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 19 (7.81% from 255 or 3.89% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADB13 is #0524EC. Grayscale: #CECECE. Windows color (decimal): -337133 or 1301498. OLE color: 1301498.
HSL color Cylindrical-coordinate representation of color #FADB13: hue angle of 51.95º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FADB13 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 19 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.02 |
| HSL | 51.95º | 0.96% | 0.53% | - |
| HSV(B) | 51.95º | 0.92% | 0.98% | - |
| XYZ | 64.87 | 71.03 | 10.91 | - |
| YUV | 205.47 | 22.77 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 19 | 0 | 0.12 | 0.92 | 0.02 | 51.95 | 0.96 | 0.53 |
| Hex | FA | DB | 13 | 0 | C | 5C | 2 | 34 | 60 | 35 |
| Octal | 372 | 333 | 23 | 0 | 14 | 134 | 2 | 64 | 140 | 65 |
| Binary | 11111010 | 11011011 | 10011 | 0 | 1100 | 1011100 | 10 | 110100 | 1100000 | 110101 |
Color Harmonies of #FADB13
Complementary color
Monochromatic Colors of #FADB13
Black with #FADB13
Text Example
Text Example
White with #FADB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADB13; }
p { color: rgb(250,219,19); }
H1.HeaderClassName
{
color: #FADB13;
}
.AnyTagClassName
{
color: #FADB13;
}
</style>
background-color css
<style>
a { background-color: #FADB13; }
a { background-color: rgb(250,219,19); }
div.DivClassName
{
background-color: #FADB13;
}
.BgClassName
{
background-color: #FADB13;
}
</style>
border-color css
<style>
span { border-color: #FADB13; }
span { border-color: rgb(250,219,19); }
td.TdClassName
{
border-color: #FADB13;
}
.TagClassName
{
border-color: #FADB13;
}
</style>