Shades of Dandelion #F5DB60
Tints of Dandelion #F5DB60
RGB
CMYK
RGB Variations
Color information
#F5DB60 (or 0xF5DB60) is known color: Dandelion. HEX triplet: F5, DB and 60. RGB value is (245,219,96). Sum of RGB (Red+Green+Blue) = 245+219+96=560 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.75% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 96 (37.89% from 255 or 17.14% from 560); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DB60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5DB60 is #0A249F. Grayscale: #D5D5D5. Windows color (decimal): -664736 or 6347765. OLE color: 6347765.
HSL color Cylindrical-coordinate representation of color #F5DB60: hue angle of 49.53º 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 #F5DB60 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 219 | 96 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.04 |
| HSL | 49.53º | 0.88% | 0.67% | - |
| HSV(B) | 49.53º | 0.61% | 0.96% | - |
| XYZ | 65.1 | 70.92 | 21.32 | - |
| YUV | 212.75 | 62.11 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 219 | 96 | 0 | 0.11 | 0.61 | 0.04 | 49.53 | 0.88 | 0.67 |
| Hex | F5 | DB | 60 | 0 | B | 3D | 4 | 32 | 58 | 43 |
| Octal | 365 | 333 | 140 | 0 | 13 | 75 | 4 | 62 | 130 | 103 |
| Binary | 11110101 | 11011011 | 1100000 | 0 | 1011 | 111101 | 100 | 110010 | 1011000 | 1000011 |
Color Harmonies of #F5DB60
Complementary color
Monochromatic Colors of #F5DB60
Black with #F5DB60
Text Example
Text Example
White with #F5DB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DB60; }
p { color: rgb(245,219,96); }
H1.HeaderClassName
{
color: #F5DB60;
}
.AnyTagClassName
{
color: #F5DB60;
}
</style>
background-color css
<style>
a { background-color: #F5DB60; }
a { background-color: rgb(245,219,96); }
div.DivClassName
{
background-color: #F5DB60;
}
.BgClassName
{
background-color: #F5DB60;
}
</style>
border-color css
<style>
span { border-color: #F5DB60; }
span { border-color: rgb(245,219,96); }
td.TdClassName
{
border-color: #F5DB60;
}
.TagClassName
{
border-color: #F5DB60;
}
</style>