Shades of Dandelion #F5DD5E
Tints of Dandelion #F5DD5E
RGB
CMYK
RGB Variations
Color information
#F5DD5E (or 0xF5DD5E) is known color: Dandelion. HEX triplet: F5, DD and 5E. RGB value is (245,221,94). Sum of RGB (Red+Green+Blue) = 245+221+94=560 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.75% from 560); Green value is 221 (86.72% from 255 or 39.46% from 560); Blue value is 94 (37.11% from 255 or 16.79% from 560); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DD5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5DD5E is #0A22A1. Grayscale: #D6D6D6. Windows color (decimal): -664226 or 6217205. OLE color: 6217205.
HSL color Cylindrical-coordinate representation of color #F5DD5E: hue angle of 50.46º 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 #F5DD5E is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 221 | 94 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.04 |
| HSL | 50.46º | 0.88% | 0.66% | - |
| HSV(B) | 50.46º | 0.62% | 0.96% | - |
| XYZ | 65.53 | 71.93 | 21.02 | - |
| YUV | 213.7 | 60.45 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 221 | 94 | 0 | 0.10 | 0.62 | 0.04 | 50.46 | 0.88 | 0.66 |
| Hex | F5 | DD | 5E | 0 | A | 3E | 4 | 32 | 58 | 42 |
| Octal | 365 | 335 | 136 | 0 | 12 | 76 | 4 | 62 | 130 | 102 |
| Binary | 11110101 | 11011101 | 1011110 | 0 | 1010 | 111110 | 100 | 110010 | 1011000 | 1000010 |
Color Harmonies of #F5DD5E
Complementary color
Monochromatic Colors of #F5DD5E
Black with #F5DD5E
Text Example
Text Example
White with #F5DD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DD5E; }
p { color: rgb(245,221,94); }
H1.HeaderClassName
{
color: #F5DD5E;
}
.AnyTagClassName
{
color: #F5DD5E;
}
</style>
background-color css
<style>
a { background-color: #F5DD5E; }
a { background-color: rgb(245,221,94); }
div.DivClassName
{
background-color: #F5DD5E;
}
.BgClassName
{
background-color: #F5DD5E;
}
</style>
border-color css
<style>
span { border-color: #F5DD5E; }
span { border-color: rgb(245,221,94); }
td.TdClassName
{
border-color: #F5DD5E;
}
.TagClassName
{
border-color: #F5DD5E;
}
</style>