Shades of Dandelion #F5D364
Tints of Dandelion #F5D364
RGB
CMYK
RGB Variations
Color information
#F5D364 (or 0xF5D364) is known color: Dandelion. HEX triplet: F5, D3 and 64. RGB value is (245,211,100). Sum of RGB (Red+Green+Blue) = 245+211+100=556 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.06% from 556); Green value is 211 (82.81% from 255 or 37.95% from 556); Blue value is 100 (39.45% from 255 or 17.99% from 556); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D364 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D364 is #0A2C9B. Grayscale: #D0D0D0. Windows color (decimal): -666780 or 6607861. OLE color: 6607861.
HSL color Cylindrical-coordinate representation of color #F5D364: hue angle of 45.93º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F5D364 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 211 | 100 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.04 |
| HSL | 45.93º | 0.88% | 0.68% | - |
| HSV(B) | 45.93º | 0.59% | 0.96% | - |
| XYZ | 63.25 | 66.92 | 21.64 | - |
| YUV | 208.51 | 66.76 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 211 | 100 | 0 | 0.14 | 0.59 | 0.04 | 45.93 | 0.88 | 0.68 |
| Hex | F5 | D3 | 64 | 0 | E | 3B | 4 | 2E | 58 | 44 |
| Octal | 365 | 323 | 144 | 0 | 16 | 73 | 4 | 56 | 130 | 104 |
| Binary | 11110101 | 11010011 | 1100100 | 0 | 1110 | 111011 | 100 | 101110 | 1011000 | 1000100 |
Color Harmonies of #F5D364
Complementary color
Monochromatic Colors of #F5D364
Black with #F5D364
Text Example
Text Example
White with #F5D364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D364; }
p { color: rgb(245,211,100); }
H1.HeaderClassName
{
color: #F5D364;
}
.AnyTagClassName
{
color: #F5D364;
}
</style>
background-color css
<style>
a { background-color: #F5D364; }
a { background-color: rgb(245,211,100); }
div.DivClassName
{
background-color: #F5D364;
}
.BgClassName
{
background-color: #F5D364;
}
</style>
border-color css
<style>
span { border-color: #F5D364; }
span { border-color: rgb(245,211,100); }
td.TdClassName
{
border-color: #F5D364;
}
.TagClassName
{
border-color: #F5D364;
}
</style>