Shades of Dandelion #F6D162
Tints of Dandelion #F6D162
RGB
CMYK
RGB Variations
Color information
#F6D162 (or 0xF6D162) is known color: Dandelion. HEX triplet: F6, D1 and 62. RGB value is (246,209,98). Sum of RGB (Red+Green+Blue) = 246+209+98=553 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.48% from 553); Green value is 209 (82.03% from 255 or 37.79% from 553); Blue value is 98 (38.67% from 255 or 17.72% from 553); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D162 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6D162 is #092E9D. Grayscale: #CFCFCF. Windows color (decimal): -601758 or 6476278. OLE color: 6476278.
HSL color Cylindrical-coordinate representation of color #F6D162: hue angle of 45º degrees, saturation: 0.89, 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 #F6D162 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 209 | 98 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.04 |
| HSL | 45º | 0.89% | 0.67% | - |
| HSV(B) | 45º | 0.6% | 0.96% | - |
| XYZ | 63.01 | 66.08 | 20.99 | - |
| YUV | 207.41 | 66.26 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 209 | 98 | 0 | 0.15 | 0.60 | 0.04 | 45 | 0.89 | 0.67 |
| Hex | F6 | D1 | 62 | 0 | F | 3C | 4 | 2D | 59 | 43 |
| Octal | 366 | 321 | 142 | 0 | 17 | 74 | 4 | 55 | 131 | 103 |
| Binary | 11110110 | 11010001 | 1100010 | 0 | 1111 | 111100 | 100 | 101101 | 1011001 | 1000011 |
Color Harmonies of #F6D162
Complementary color
Monochromatic Colors of #F6D162
Black with #F6D162
Text Example
Text Example
White with #F6D162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D162; }
p { color: rgb(246,209,98); }
H1.HeaderClassName
{
color: #F6D162;
}
.AnyTagClassName
{
color: #F6D162;
}
</style>
background-color css
<style>
a { background-color: #F6D162; }
a { background-color: rgb(246,209,98); }
div.DivClassName
{
background-color: #F6D162;
}
.BgClassName
{
background-color: #F6D162;
}
</style>
border-color css
<style>
span { border-color: #F6D162; }
span { border-color: rgb(246,209,98); }
td.TdClassName
{
border-color: #F6D162;
}
.TagClassName
{
border-color: #F6D162;
}
</style>