Shades of Dandelion #F6DC5D
Tints of Dandelion #F6DC5D
RGB
CMYK
RGB Variations
Color information
#F6DC5D (or 0xF6DC5D) is known color: Dandelion. HEX triplet: F6, DC and 5D. RGB value is (246,220,93). Sum of RGB (Red+Green+Blue) = 246+220+93=559 (74% of max value = 765). Red value is 246 (96.48% from 255 or 44.01% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 93 (36.72% from 255 or 16.64% from 559); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DC5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6DC5D is #0923A2. Grayscale: #D5D5D5. Windows color (decimal): -598947 or 6151414. OLE color: 6151414.
HSL color Cylindrical-coordinate representation of color #F6DC5D: hue angle of 49.8º degrees, saturation: 0.89, 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 #F6DC5D is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 220 | 93 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.04 |
| HSL | 49.8º | 0.89% | 0.66% | - |
| HSV(B) | 49.8º | 0.62% | 0.96% | - |
| XYZ | 65.58 | 71.57 | 20.71 | - |
| YUV | 213.3 | 60.11 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 220 | 93 | 0 | 0.11 | 0.62 | 0.04 | 49.8 | 0.89 | 0.66 |
| Hex | F6 | DC | 5D | 0 | B | 3E | 4 | 32 | 59 | 42 |
| Octal | 366 | 334 | 135 | 0 | 13 | 76 | 4 | 62 | 131 | 102 |
| Binary | 11110110 | 11011100 | 1011101 | 0 | 1011 | 111110 | 100 | 110010 | 1011001 | 1000010 |
Color Harmonies of #F6DC5D
Complementary color
Monochromatic Colors of #F6DC5D
Black with #F6DC5D
Text Example
Text Example
White with #F6DC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DC5D; }
p { color: rgb(246,220,93); }
H1.HeaderClassName
{
color: #F6DC5D;
}
.AnyTagClassName
{
color: #F6DC5D;
}
</style>
background-color css
<style>
a { background-color: #F6DC5D; }
a { background-color: rgb(246,220,93); }
div.DivClassName
{
background-color: #F6DC5D;
}
.BgClassName
{
background-color: #F6DC5D;
}
</style>
border-color css
<style>
span { border-color: #F6DC5D; }
span { border-color: rgb(246,220,93); }
td.TdClassName
{
border-color: #F6DC5D;
}
.TagClassName
{
border-color: #F6DC5D;
}
</style>