Shades of Dandelion #F8D961
Tints of Dandelion #F8D961
RGB
CMYK
RGB Variations
Color information
#F8D961 (or 0xF8D961) is known color: Dandelion. HEX triplet: F8, D9 and 61. RGB value is (248,217,97). Sum of RGB (Red+Green+Blue) = 248+217+97=562 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.13% from 562); Green value is 217 (85.16% from 255 or 38.61% from 562); Blue value is 97 (38.28% from 255 or 17.26% from 562); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D961 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D961 is #07269E. Grayscale: #D5D5D5. Windows color (decimal): -468639 or 6412792. OLE color: 6412792.
HSL color Cylindrical-coordinate representation of color #F8D961: hue angle of 47.68º degrees, saturation: 0.92, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F8D961 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 217 | 97 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.03 |
| HSL | 47.68º | 0.92% | 0.68% | - |
| HSV(B) | 47.68º | 0.61% | 0.97% | - |
| XYZ | 65.68 | 70.45 | 21.44 | - |
| YUV | 212.59 | 62.77 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 217 | 97 | 0 | 0.12 | 0.61 | 0.03 | 47.68 | 0.92 | 0.68 |
| Hex | F8 | D9 | 61 | 0 | C | 3D | 3 | 30 | 5C | 44 |
| Octal | 370 | 331 | 141 | 0 | 14 | 75 | 3 | 60 | 134 | 104 |
| Binary | 11111000 | 11011001 | 1100001 | 0 | 1100 | 111101 | 11 | 110000 | 1011100 | 1000100 |
Color Harmonies of #F8D961
Complementary color
Monochromatic Colors of #F8D961
Black with #F8D961
Text Example
Text Example
White with #F8D961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D961; }
p { color: rgb(248,217,97); }
H1.HeaderClassName
{
color: #F8D961;
}
.AnyTagClassName
{
color: #F8D961;
}
</style>
background-color css
<style>
a { background-color: #F8D961; }
a { background-color: rgb(248,217,97); }
div.DivClassName
{
background-color: #F8D961;
}
.BgClassName
{
background-color: #F8D961;
}
</style>
border-color css
<style>
span { border-color: #F8D961; }
span { border-color: rgb(248,217,97); }
td.TdClassName
{
border-color: #F8D961;
}
.TagClassName
{
border-color: #F8D961;
}
</style>