Shades of Dandelion #FAD367
Tints of Dandelion #FAD367
RGB
CMYK
RGB Variations
Color information
#FAD367 (or 0xFAD367) is known color: Dandelion. HEX triplet: FA, D3 and 67. RGB value is (250,211,103). Sum of RGB (Red+Green+Blue) = 250+211+103=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 211 (82.81% from 255 or 37.41% from 564); Blue value is 103 (40.62% from 255 or 18.26% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD367 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD367 is #052C98. Grayscale: #D2D2D2. Windows color (decimal): -339097 or 6804474. OLE color: 6804474.
HSL color Cylindrical-coordinate representation of color #FAD367: hue angle of 44.08º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FAD367 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 211 | 103 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.02 |
| HSL | 44.08º | 0.94% | 0.69% | - |
| HSV(B) | 44.08º | 0.59% | 0.98% | - |
| XYZ | 65.17 | 67.89 | 22.5 | - |
| YUV | 210.35 | 67.42 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 211 | 103 | 0 | 0.16 | 0.59 | 0.02 | 44.08 | 0.94 | 0.69 |
| Hex | FA | D3 | 67 | 0 | 10 | 3B | 2 | 2C | 5E | 45 |
| Octal | 372 | 323 | 147 | 0 | 20 | 73 | 2 | 54 | 136 | 105 |
| Binary | 11111010 | 11010011 | 1100111 | 0 | 10000 | 111011 | 10 | 101100 | 1011110 | 1000101 |
Color Harmonies of #FAD367
Complementary color
Monochromatic Colors of #FAD367
Black with #FAD367
Text Example
Text Example
White with #FAD367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD367; }
p { color: rgb(250,211,103); }
H1.HeaderClassName
{
color: #FAD367;
}
.AnyTagClassName
{
color: #FAD367;
}
</style>
background-color css
<style>
a { background-color: #FAD367; }
a { background-color: rgb(250,211,103); }
div.DivClassName
{
background-color: #FAD367;
}
.BgClassName
{
background-color: #FAD367;
}
</style>
border-color css
<style>
span { border-color: #FAD367; }
span { border-color: rgb(250,211,103); }
td.TdClassName
{
border-color: #FAD367;
}
.TagClassName
{
border-color: #FAD367;
}
</style>