Shades of Dandelion #F8D461
Tints of Dandelion #F8D461
RGB
CMYK
RGB Variations
Color information
#F8D461 (or 0xF8D461) is known color: Dandelion. HEX triplet: F8, D4 and 61. RGB value is (248,212,97). Sum of RGB (Red+Green+Blue) = 248+212+97=557 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.52% from 557); Green value is 212 (83.20% from 255 or 38.06% from 557); Blue value is 97 (38.28% from 255 or 17.41% from 557); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D461 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D461 is #072B9E. Grayscale: #D2D2D2. Windows color (decimal): -469919 or 6411512. OLE color: 6411512.
HSL color Cylindrical-coordinate representation of color #F8D461: hue angle of 45.7º 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 #F8D461 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 212 | 97 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.03 |
| HSL | 45.7º | 0.92% | 0.68% | - |
| HSV(B) | 45.7º | 0.61% | 0.97% | - |
| XYZ | 64.41 | 67.91 | 21.02 | - |
| YUV | 209.65 | 64.43 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 212 | 97 | 0 | 0.15 | 0.61 | 0.03 | 45.7 | 0.92 | 0.68 |
| Hex | F8 | D4 | 61 | 0 | F | 3D | 3 | 2E | 5C | 44 |
| Octal | 370 | 324 | 141 | 0 | 17 | 75 | 3 | 56 | 134 | 104 |
| Binary | 11111000 | 11010100 | 1100001 | 0 | 1111 | 111101 | 11 | 101110 | 1011100 | 1000100 |
Color Harmonies of #F8D461
Complementary color
Monochromatic Colors of #F8D461
Black with #F8D461
Text Example
Text Example
White with #F8D461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D461; }
p { color: rgb(248,212,97); }
H1.HeaderClassName
{
color: #F8D461;
}
.AnyTagClassName
{
color: #F8D461;
}
</style>
background-color css
<style>
a { background-color: #F8D461; }
a { background-color: rgb(248,212,97); }
div.DivClassName
{
background-color: #F8D461;
}
.BgClassName
{
background-color: #F8D461;
}
</style>
border-color css
<style>
span { border-color: #F8D461; }
span { border-color: rgb(248,212,97); }
td.TdClassName
{
border-color: #F8D461;
}
.TagClassName
{
border-color: #F8D461;
}
</style>