Shades of Dandelion #F6D75C
Tints of Dandelion #F6D75C
RGB
CMYK
RGB Variations
Color information
#F6D75C (or 0xF6D75C) is known color: Dandelion. HEX triplet: F6, D7 and 5C. RGB value is (246,215,92). Sum of RGB (Red+Green+Blue) = 246+215+92=553 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.48% from 553); Green value is 215 (84.38% from 255 or 38.88% from 553); Blue value is 92 (36.33% from 255 or 16.64% from 553); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D75C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6D75C is #0928A3. Grayscale: #D2D2D2. Windows color (decimal): -600228 or 6084598. OLE color: 6084598.
HSL color Cylindrical-coordinate representation of color #F6D75C: hue angle of 47.92º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F6D75C is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 215 | 92 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.04 |
| HSL | 47.92º | 0.9% | 0.66% | - |
| HSV(B) | 47.92º | 0.63% | 0.96% | - |
| XYZ | 64.24 | 68.97 | 20.05 | - |
| YUV | 210.25 | 61.27 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 215 | 92 | 0 | 0.13 | 0.63 | 0.04 | 47.92 | 0.9 | 0.66 |
| Hex | F6 | D7 | 5C | 0 | D | 3F | 4 | 30 | 5A | 42 |
| Octal | 366 | 327 | 134 | 0 | 15 | 77 | 4 | 60 | 132 | 102 |
| Binary | 11110110 | 11010111 | 1011100 | 0 | 1101 | 111111 | 100 | 110000 | 1011010 | 1000010 |
Color Harmonies of #F6D75C
Complementary color
Monochromatic Colors of #F6D75C
Black with #F6D75C
Text Example
Text Example
White with #F6D75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D75C; }
p { color: rgb(246,215,92); }
H1.HeaderClassName
{
color: #F6D75C;
}
.AnyTagClassName
{
color: #F6D75C;
}
</style>
background-color css
<style>
a { background-color: #F6D75C; }
a { background-color: rgb(246,215,92); }
div.DivClassName
{
background-color: #F6D75C;
}
.BgClassName
{
background-color: #F6D75C;
}
</style>
border-color css
<style>
span { border-color: #F6D75C; }
span { border-color: rgb(246,215,92); }
td.TdClassName
{
border-color: #F6D75C;
}
.TagClassName
{
border-color: #F6D75C;
}
</style>