Shades of Dandelion #FAD567
Tints of Dandelion #FAD567
RGB
CMYK
RGB Variations
Color information
#FAD567 (or 0xFAD567) is known color: Dandelion. HEX triplet: FA, D5 and 67. RGB value is (250,213,103). Sum of RGB (Red+Green+Blue) = 250+213+103=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 213 (83.59% from 255 or 37.63% from 566); Blue value is 103 (40.62% from 255 or 18.20% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD567 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD567 is #052A98. Grayscale: #D4D4D4. Windows color (decimal): -338585 or 6804986. OLE color: 6804986.
HSL color Cylindrical-coordinate representation of color #FAD567: hue angle of 44.9º 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 #FAD567 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 213 | 103 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.02 |
| HSL | 44.9º | 0.94% | 0.69% | - |
| HSV(B) | 44.9º | 0.59% | 0.98% | - |
| XYZ | 65.67 | 68.89 | 22.67 | - |
| YUV | 211.52 | 66.76 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 213 | 103 | 0 | 0.15 | 0.59 | 0.02 | 44.9 | 0.94 | 0.69 |
| Hex | FA | D5 | 67 | 0 | F | 3B | 2 | 2D | 5E | 45 |
| Octal | 372 | 325 | 147 | 0 | 17 | 73 | 2 | 55 | 136 | 105 |
| Binary | 11111010 | 11010101 | 1100111 | 0 | 1111 | 111011 | 10 | 101101 | 1011110 | 1000101 |
Color Harmonies of #FAD567
Complementary color
Monochromatic Colors of #FAD567
Black with #FAD567
Text Example
Text Example
White with #FAD567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD567; }
p { color: rgb(250,213,103); }
H1.HeaderClassName
{
color: #FAD567;
}
.AnyTagClassName
{
color: #FAD567;
}
</style>
background-color css
<style>
a { background-color: #FAD567; }
a { background-color: rgb(250,213,103); }
div.DivClassName
{
background-color: #FAD567;
}
.BgClassName
{
background-color: #FAD567;
}
</style>
border-color css
<style>
span { border-color: #FAD567; }
span { border-color: rgb(250,213,103); }
td.TdClassName
{
border-color: #FAD567;
}
.TagClassName
{
border-color: #FAD567;
}
</style>