Shades of Dandelion #FAD369
Tints of Dandelion #FAD369
RGB
CMYK
RGB Variations
Color information
#FAD369 (or 0xFAD369) is known color: Dandelion. HEX triplet: FA, D3 and 69. RGB value is (250,211,105). Sum of RGB (Red+Green+Blue) = 250+211+105=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 211 (82.81% from 255 or 37.28% from 566); Blue value is 105 (41.41% from 255 or 18.55% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD369 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD369 is #052C96. Grayscale: #D3D3D3. Windows color (decimal): -339095 or 6935546. OLE color: 6935546.
HSL color Cylindrical-coordinate representation of color #FAD369: hue angle of 43.86º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FAD369 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 211 | 105 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.02 |
| HSL | 43.86º | 0.94% | 0.7% | - |
| HSV(B) | 43.86º | 0.58% | 0.98% | - |
| XYZ | 65.27 | 67.93 | 23.04 | - |
| YUV | 210.58 | 68.42 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 211 | 105 | 0 | 0.16 | 0.58 | 0.02 | 43.86 | 0.94 | 0.7 |
| Hex | FA | D3 | 69 | 0 | 10 | 3A | 2 | 2C | 5E | 46 |
| Octal | 372 | 323 | 151 | 0 | 20 | 72 | 2 | 54 | 136 | 106 |
| Binary | 11111010 | 11010011 | 1101001 | 0 | 10000 | 111010 | 10 | 101100 | 1011110 | 1000110 |
Color Harmonies of #FAD369
Complementary color
Monochromatic Colors of #FAD369
Black with #FAD369
Text Example
Text Example
White with #FAD369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD369; }
p { color: rgb(250,211,105); }
H1.HeaderClassName
{
color: #FAD369;
}
.AnyTagClassName
{
color: #FAD369;
}
</style>
background-color css
<style>
a { background-color: #FAD369; }
a { background-color: rgb(250,211,105); }
div.DivClassName
{
background-color: #FAD369;
}
.BgClassName
{
background-color: #FAD369;
}
</style>
border-color css
<style>
span { border-color: #FAD369; }
span { border-color: rgb(250,211,105); }
td.TdClassName
{
border-color: #FAD369;
}
.TagClassName
{
border-color: #FAD369;
}
</style>