Shades of Dandelion #F5D75D
Tints of Dandelion #F5D75D
RGB
CMYK
RGB Variations
Color information
#F5D75D (or 0xF5D75D) is known color: Dandelion. HEX triplet: F5, D7 and 5D. RGB value is (245,215,93). Sum of RGB (Red+Green+Blue) = 245+215+93=553 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.30% from 553); Green value is 215 (84.38% from 255 or 38.88% from 553); Blue value is 93 (36.72% from 255 or 16.82% from 553); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D75D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D75D is #0A28A2. Grayscale: #D2D2D2. Windows color (decimal): -665763 or 6150133. OLE color: 6150133.
HSL color Cylindrical-coordinate representation of color #F5D75D: hue angle of 48.16º 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 #F5D75D is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 215 | 93 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.04 |
| HSL | 48.16º | 0.88% | 0.66% | - |
| HSV(B) | 48.16º | 0.62% | 0.96% | - |
| XYZ | 63.93 | 68.8 | 20.27 | - |
| YUV | 210.06 | 61.94 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 215 | 93 | 0 | 0.12 | 0.62 | 0.04 | 48.16 | 0.88 | 0.66 |
| Hex | F5 | D7 | 5D | 0 | C | 3E | 4 | 30 | 58 | 42 |
| Octal | 365 | 327 | 135 | 0 | 14 | 76 | 4 | 60 | 130 | 102 |
| Binary | 11110101 | 11010111 | 1011101 | 0 | 1100 | 111110 | 100 | 110000 | 1011000 | 1000010 |
Color Harmonies of #F5D75D
Complementary color
Monochromatic Colors of #F5D75D
Black with #F5D75D
Text Example
Text Example
White with #F5D75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D75D; }
p { color: rgb(245,215,93); }
H1.HeaderClassName
{
color: #F5D75D;
}
.AnyTagClassName
{
color: #F5D75D;
}
</style>
background-color css
<style>
a { background-color: #F5D75D; }
a { background-color: rgb(245,215,93); }
div.DivClassName
{
background-color: #F5D75D;
}
.BgClassName
{
background-color: #F5D75D;
}
</style>
border-color css
<style>
span { border-color: #F5D75D; }
span { border-color: rgb(245,215,93); }
td.TdClassName
{
border-color: #F5D75D;
}
.TagClassName
{
border-color: #F5D75D;
}
</style>