Shades of Dandelion #F5DB5E
Tints of Dandelion #F5DB5E
RGB
CMYK
RGB Variations
Color information
#F5DB5E (or 0xF5DB5E) is known color: Dandelion. HEX triplet: F5, DB and 5E. RGB value is (245,219,94). Sum of RGB (Red+Green+Blue) = 245+219+94=558 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.91% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 94 (37.11% from 255 or 16.85% from 558); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DB5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5DB5E is #0A24A1. Grayscale: #D5D5D5. Windows color (decimal): -664738 or 6216693. OLE color: 6216693.
HSL color Cylindrical-coordinate representation of color #F5DB5E: hue angle of 49.67º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F5DB5E is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 219 | 94 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.04 |
| HSL | 49.67º | 0.88% | 0.66% | - |
| HSV(B) | 49.67º | 0.62% | 0.96% | - |
| XYZ | 65.01 | 70.88 | 20.85 | - |
| YUV | 212.52 | 61.11 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 219 | 94 | 0 | 0.11 | 0.62 | 0.04 | 49.67 | 0.88 | 0.66 |
| Hex | F5 | DB | 5E | 0 | B | 3E | 4 | 32 | 58 | 42 |
| Octal | 365 | 333 | 136 | 0 | 13 | 76 | 4 | 62 | 130 | 102 |
| Binary | 11110101 | 11011011 | 1011110 | 0 | 1011 | 111110 | 100 | 110010 | 1011000 | 1000010 |
Color Harmonies of #F5DB5E
Complementary color
Monochromatic Colors of #F5DB5E
Black with #F5DB5E
Text Example
Text Example
White with #F5DB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DB5E; }
p { color: rgb(245,219,94); }
H1.HeaderClassName
{
color: #F5DB5E;
}
.AnyTagClassName
{
color: #F5DB5E;
}
</style>
background-color css
<style>
a { background-color: #F5DB5E; }
a { background-color: rgb(245,219,94); }
div.DivClassName
{
background-color: #F5DB5E;
}
.BgClassName
{
background-color: #F5DB5E;
}
</style>
border-color css
<style>
span { border-color: #F5DB5E; }
span { border-color: rgb(245,219,94); }
td.TdClassName
{
border-color: #F5DB5E;
}
.TagClassName
{
border-color: #F5DB5E;
}
</style>