Shades of Dandelion #F6DC60
Tints of Dandelion #F6DC60
RGB
CMYK
RGB Variations
Color information
#F6DC60 (or 0xF6DC60) is known color: Dandelion. HEX triplet: F6, DC and 60. RGB value is (246,220,96). Sum of RGB (Red+Green+Blue) = 246+220+96=562 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.77% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 96 (37.89% from 255 or 17.08% from 562); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DC60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6DC60 is #09239F. Grayscale: #D6D6D6. Windows color (decimal): -598944 or 6348022. OLE color: 6348022.
HSL color Cylindrical-coordinate representation of color #F6DC60: hue angle of 49.6º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F6DC60 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 220 | 96 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.04 |
| HSL | 49.6º | 0.89% | 0.67% | - |
| HSV(B) | 49.6º | 0.61% | 0.96% | - |
| XYZ | 65.71 | 71.62 | 21.43 | - |
| YUV | 213.64 | 61.61 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 220 | 96 | 0 | 0.11 | 0.61 | 0.04 | 49.6 | 0.89 | 0.67 |
| Hex | F6 | DC | 60 | 0 | B | 3D | 4 | 32 | 59 | 43 |
| Octal | 366 | 334 | 140 | 0 | 13 | 75 | 4 | 62 | 131 | 103 |
| Binary | 11110110 | 11011100 | 1100000 | 0 | 1011 | 111101 | 100 | 110010 | 1011001 | 1000011 |
Color Harmonies of #F6DC60
Complementary color
Monochromatic Colors of #F6DC60
Black with #F6DC60
Text Example
Text Example
White with #F6DC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DC60; }
p { color: rgb(246,220,96); }
H1.HeaderClassName
{
color: #F6DC60;
}
.AnyTagClassName
{
color: #F6DC60;
}
</style>
background-color css
<style>
a { background-color: #F6DC60; }
a { background-color: rgb(246,220,96); }
div.DivClassName
{
background-color: #F6DC60;
}
.BgClassName
{
background-color: #F6DC60;
}
</style>
border-color css
<style>
span { border-color: #F6DC60; }
span { border-color: rgb(246,220,96); }
td.TdClassName
{
border-color: #F6DC60;
}
.TagClassName
{
border-color: #F6DC60;
}
</style>