Shades of Dandelion #F5D760
Tints of Dandelion #F5D760
RGB
CMYK
RGB Variations
Color information
#F5D760 (or 0xF5D760) is known color: Dandelion. HEX triplet: F5, D7 and 60. RGB value is (245,215,96). Sum of RGB (Red+Green+Blue) = 245+215+96=556 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.06% from 556); Green value is 215 (84.38% from 255 or 38.67% from 556); Blue value is 96 (37.89% from 255 or 17.27% from 556); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D760 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D760 is #0A289F. Grayscale: #D2D2D2. Windows color (decimal): -665760 or 6346741. OLE color: 6346741.
HSL color Cylindrical-coordinate representation of color #F5D760: hue angle of 47.92º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F5D760 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 215 | 96 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.04 |
| HSL | 47.92º | 0.88% | 0.67% | - |
| HSV(B) | 47.92º | 0.61% | 0.96% | - |
| XYZ | 64.07 | 68.86 | 20.98 | - |
| YUV | 210.4 | 63.44 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 215 | 96 | 0 | 0.12 | 0.61 | 0.04 | 47.92 | 0.88 | 0.67 |
| Hex | F5 | D7 | 60 | 0 | C | 3D | 4 | 30 | 58 | 43 |
| Octal | 365 | 327 | 140 | 0 | 14 | 75 | 4 | 60 | 130 | 103 |
| Binary | 11110101 | 11010111 | 1100000 | 0 | 1100 | 111101 | 100 | 110000 | 1011000 | 1000011 |
Color Harmonies of #F5D760
Complementary color
Monochromatic Colors of #F5D760
Black with #F5D760
Text Example
Text Example
White with #F5D760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D760; }
p { color: rgb(245,215,96); }
H1.HeaderClassName
{
color: #F5D760;
}
.AnyTagClassName
{
color: #F5D760;
}
</style>
background-color css
<style>
a { background-color: #F5D760; }
a { background-color: rgb(245,215,96); }
div.DivClassName
{
background-color: #F5D760;
}
.BgClassName
{
background-color: #F5D760;
}
</style>
border-color css
<style>
span { border-color: #F5D760; }
span { border-color: rgb(245,215,96); }
td.TdClassName
{
border-color: #F5D760;
}
.TagClassName
{
border-color: #F5D760;
}
</style>