Shades of Lemon #FADA17
Tints of Lemon #FADA17
RGB
CMYK
RGB Variations
Color information
#FADA17 (or 0xFADA17) is known color: Lemon. HEX triplet: FA, DA and 17. RGB value is (250,218,23). Sum of RGB (Red+Green+Blue) = 250+218+23=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 23 (9.38% from 255 or 4.68% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADA17 is #0525E8. Grayscale: #CECECE. Windows color (decimal): -337385 or 1563386. OLE color: 1563386.
HSL color Cylindrical-coordinate representation of color #FADA17: hue angle of 51.54º 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 #FADA17 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 23 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.02 |
| HSL | 51.54º | 0.96% | 0.54% | - |
| HSV(B) | 51.54º | 0.91% | 0.98% | - |
| XYZ | 64.65 | 70.53 | 11.02 | - |
| YUV | 205.34 | 25.1 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 23 | 0 | 0.13 | 0.91 | 0.02 | 51.54 | 0.96 | 0.54 |
| Hex | FA | DA | 17 | 0 | D | 5B | 2 | 34 | 60 | 36 |
| Octal | 372 | 332 | 27 | 0 | 15 | 133 | 2 | 64 | 140 | 66 |
| Binary | 11111010 | 11011010 | 10111 | 0 | 1101 | 1011011 | 10 | 110100 | 1100000 | 110110 |
Color Harmonies of #FADA17
Complementary color
Monochromatic Colors of #FADA17
Black with #FADA17
Text Example
Text Example
White with #FADA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADA17; }
p { color: rgb(250,218,23); }
H1.HeaderClassName
{
color: #FADA17;
}
.AnyTagClassName
{
color: #FADA17;
}
</style>
background-color css
<style>
a { background-color: #FADA17; }
a { background-color: rgb(250,218,23); }
div.DivClassName
{
background-color: #FADA17;
}
.BgClassName
{
background-color: #FADA17;
}
</style>
border-color css
<style>
span { border-color: #FADA17; }
span { border-color: rgb(250,218,23); }
td.TdClassName
{
border-color: #FADA17;
}
.TagClassName
{
border-color: #FADA17;
}
</style>