Shades of Dandelion #F5DC5D
Tints of Dandelion #F5DC5D
RGB
CMYK
RGB Variations
Color information
#F5DC5D (or 0xF5DC5D) is known color: Dandelion. HEX triplet: F5, DC and 5D. RGB value is (245,220,93). Sum of RGB (Red+Green+Blue) = 245+220+93=558 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.91% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 93 (36.72% from 255 or 16.67% from 558); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DC5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5DC5D is #0A23A2. Grayscale: #D5D5D5. Windows color (decimal): -664483 or 6151413. OLE color: 6151413.
HSL color Cylindrical-coordinate representation of color #F5DC5D: hue angle of 50.13º 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 #F5DC5D is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 220 | 93 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.04 |
| HSL | 50.13º | 0.88% | 0.66% | - |
| HSV(B) | 50.13º | 0.62% | 0.96% | - |
| XYZ | 65.23 | 71.39 | 20.7 | - |
| YUV | 213 | 60.28 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 220 | 93 | 0 | 0.10 | 0.62 | 0.04 | 50.13 | 0.88 | 0.66 |
| Hex | F5 | DC | 5D | 0 | A | 3E | 4 | 32 | 58 | 42 |
| Octal | 365 | 334 | 135 | 0 | 12 | 76 | 4 | 62 | 130 | 102 |
| Binary | 11110101 | 11011100 | 1011101 | 0 | 1010 | 111110 | 100 | 110010 | 1011000 | 1000010 |
Color Harmonies of #F5DC5D
Complementary color
Monochromatic Colors of #F5DC5D
Black with #F5DC5D
Text Example
Text Example
White with #F5DC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DC5D; }
p { color: rgb(245,220,93); }
H1.HeaderClassName
{
color: #F5DC5D;
}
.AnyTagClassName
{
color: #F5DC5D;
}
</style>
background-color css
<style>
a { background-color: #F5DC5D; }
a { background-color: rgb(245,220,93); }
div.DivClassName
{
background-color: #F5DC5D;
}
.BgClassName
{
background-color: #F5DC5D;
}
</style>
border-color css
<style>
span { border-color: #F5DC5D; }
span { border-color: rgb(245,220,93); }
td.TdClassName
{
border-color: #F5DC5D;
}
.TagClassName
{
border-color: #F5DC5D;
}
</style>