Shades of Dandelion #FAD168
Tints of Dandelion #FAD168
RGB
CMYK
RGB Variations
Color information
#FAD168 (or 0xFAD168) is known color: Dandelion. HEX triplet: FA, D1 and 68. RGB value is (250,209,104). Sum of RGB (Red+Green+Blue) = 250+209+104=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 209 (82.03% from 255 or 37.12% from 563); Blue value is 104 (41.02% from 255 or 18.47% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD168 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD168 is #052E97. Grayscale: #D1D1D1. Windows color (decimal): -339608 or 6869498. OLE color: 6869498.
HSL color Cylindrical-coordinate representation of color #FAD168: hue angle of 43.15º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FAD168 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 209 | 104 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.02 |
| HSL | 43.15º | 0.94% | 0.69% | - |
| HSV(B) | 43.15º | 0.58% | 0.98% | - |
| XYZ | 64.72 | 66.92 | 22.6 | - |
| YUV | 209.29 | 68.58 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 209 | 104 | 0 | 0.16 | 0.58 | 0.02 | 43.15 | 0.94 | 0.69 |
| Hex | FA | D1 | 68 | 0 | 10 | 3A | 2 | 2B | 5E | 45 |
| Octal | 372 | 321 | 150 | 0 | 20 | 72 | 2 | 53 | 136 | 105 |
| Binary | 11111010 | 11010001 | 1101000 | 0 | 10000 | 111010 | 10 | 101011 | 1011110 | 1000101 |
Color Harmonies of #FAD168
Complementary color
Monochromatic Colors of #FAD168
Black with #FAD168
Text Example
Text Example
White with #FAD168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD168; }
p { color: rgb(250,209,104); }
H1.HeaderClassName
{
color: #FAD168;
}
.AnyTagClassName
{
color: #FAD168;
}
</style>
background-color css
<style>
a { background-color: #FAD168; }
a { background-color: rgb(250,209,104); }
div.DivClassName
{
background-color: #FAD168;
}
.BgClassName
{
background-color: #FAD168;
}
</style>
border-color css
<style>
span { border-color: #FAD168; }
span { border-color: rgb(250,209,104); }
td.TdClassName
{
border-color: #FAD168;
}
.TagClassName
{
border-color: #FAD168;
}
</style>