Shades of Lemon #FADB17
Tints of Lemon #FADB17
RGB
CMYK
RGB Variations
Color information
#FADB17 (or 0xFADB17) is known color: Lemon. HEX triplet: FA, DB and 17. RGB value is (250,219,23). Sum of RGB (Red+Green+Blue) = 250+219+23=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 23 (9.38% from 255 or 4.67% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADB17 is #0524E8. Grayscale: #CECECE. Windows color (decimal): -337129 or 1563642. OLE color: 1563642.
HSL color Cylindrical-coordinate representation of color #FADB17: hue angle of 51.81º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FADB17 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 23 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.02 |
| HSL | 51.81º | 0.96% | 0.54% | - |
| HSV(B) | 51.81º | 0.91% | 0.98% | - |
| XYZ | 64.91 | 71.05 | 11.1 | - |
| YUV | 205.93 | 24.77 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 23 | 0 | 0.12 | 0.91 | 0.02 | 51.81 | 0.96 | 0.54 |
| Hex | FA | DB | 17 | 0 | C | 5B | 2 | 34 | 60 | 36 |
| Octal | 372 | 333 | 27 | 0 | 14 | 133 | 2 | 64 | 140 | 66 |
| Binary | 11111010 | 11011011 | 10111 | 0 | 1100 | 1011011 | 10 | 110100 | 1100000 | 110110 |
Color Harmonies of #FADB17
Complementary color
Monochromatic Colors of #FADB17
Black with #FADB17
Text Example
Text Example
White with #FADB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADB17; }
p { color: rgb(250,219,23); }
H1.HeaderClassName
{
color: #FADB17;
}
.AnyTagClassName
{
color: #FADB17;
}
</style>
background-color css
<style>
a { background-color: #FADB17; }
a { background-color: rgb(250,219,23); }
div.DivClassName
{
background-color: #FADB17;
}
.BgClassName
{
background-color: #FADB17;
}
</style>
border-color css
<style>
span { border-color: #FADB17; }
span { border-color: rgb(250,219,23); }
td.TdClassName
{
border-color: #FADB17;
}
.TagClassName
{
border-color: #FADB17;
}
</style>