Shades of Dandelion #F5DD62
Tints of Dandelion #F5DD62
RGB
CMYK
RGB Variations
Color information
#F5DD62 (or 0xF5DD62) is known color: Dandelion. HEX triplet: F5, DD and 62. RGB value is (245,221,98). Sum of RGB (Red+Green+Blue) = 245+221+98=564 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.44% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 98 (38.67% from 255 or 17.38% from 564); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DD62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5DD62 is #0A229D. Grayscale: #D6D6D6. Windows color (decimal): -664222 or 6479349. OLE color: 6479349.
HSL color Cylindrical-coordinate representation of color #F5DD62: hue angle of 50.2º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F5DD62 is Cyan = 0, Magento = 0.10, Yellow = 0.6 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 221 | 98 | - |
| CMYK | 0 | 0.10 | 0.6 | 0.04 |
| HSL | 50.2º | 0.88% | 0.67% | - |
| HSV(B) | 50.2º | 0.6% | 0.96% | - |
| XYZ | 65.72 | 72.01 | 21.99 | - |
| YUV | 214.15 | 62.45 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 221 | 98 | 0 | 0.10 | 0.6 | 0.04 | 50.2 | 0.88 | 0.67 |
| Hex | F5 | DD | 62 | 0 | A | 3C | 4 | 32 | 58 | 43 |
| Octal | 365 | 335 | 142 | 0 | 12 | 74 | 4 | 62 | 130 | 103 |
| Binary | 11110101 | 11011101 | 1100010 | 0 | 1010 | 111100 | 100 | 110010 | 1011000 | 1000011 |
Color Harmonies of #F5DD62
Complementary color
Monochromatic Colors of #F5DD62
Black with #F5DD62
Text Example
Text Example
White with #F5DD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DD62; }
p { color: rgb(245,221,98); }
H1.HeaderClassName
{
color: #F5DD62;
}
.AnyTagClassName
{
color: #F5DD62;
}
</style>
background-color css
<style>
a { background-color: #F5DD62; }
a { background-color: rgb(245,221,98); }
div.DivClassName
{
background-color: #F5DD62;
}
.BgClassName
{
background-color: #F5DD62;
}
</style>
border-color css
<style>
span { border-color: #F5DD62; }
span { border-color: rgb(245,221,98); }
td.TdClassName
{
border-color: #F5DD62;
}
.TagClassName
{
border-color: #F5DD62;
}
</style>