Shades of Dandelion #F8DD5D
Tints of Dandelion #F8DD5D
RGB
CMYK
RGB Variations
Color information
#F8DD5D (or 0xF8DD5D) is known color: Dandelion. HEX triplet: F8, DD and 5D. RGB value is (248,221,93). Sum of RGB (Red+Green+Blue) = 248+221+93=562 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.13% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 93 (36.72% from 255 or 16.55% from 562); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DD5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DD5D is #0722A2. Grayscale: #D7D7D7. Windows color (decimal): -467619 or 6151672. OLE color: 6151672.
HSL color Cylindrical-coordinate representation of color #F8DD5D: hue angle of 49.55º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F8DD5D is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 221 | 93 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.03 |
| HSL | 49.55º | 0.92% | 0.67% | - |
| HSV(B) | 49.55º | 0.63% | 0.97% | - |
| XYZ | 66.54 | 72.46 | 20.83 | - |
| YUV | 214.48 | 59.45 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 221 | 93 | 0 | 0.11 | 0.62 | 0.03 | 49.55 | 0.92 | 0.67 |
| Hex | F8 | DD | 5D | 0 | B | 3E | 3 | 32 | 5C | 43 |
| Octal | 370 | 335 | 135 | 0 | 13 | 76 | 3 | 62 | 134 | 103 |
| Binary | 11111000 | 11011101 | 1011101 | 0 | 1011 | 111110 | 11 | 110010 | 1011100 | 1000011 |
Color Harmonies of #F8DD5D
Complementary color
Monochromatic Colors of #F8DD5D
Black with #F8DD5D
Text Example
Text Example
White with #F8DD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DD5D; }
p { color: rgb(248,221,93); }
H1.HeaderClassName
{
color: #F8DD5D;
}
.AnyTagClassName
{
color: #F8DD5D;
}
</style>
background-color css
<style>
a { background-color: #F8DD5D; }
a { background-color: rgb(248,221,93); }
div.DivClassName
{
background-color: #F8DD5D;
}
.BgClassName
{
background-color: #F8DD5D;
}
</style>
border-color css
<style>
span { border-color: #F8DD5D; }
span { border-color: rgb(248,221,93); }
td.TdClassName
{
border-color: #F8DD5D;
}
.TagClassName
{
border-color: #F8DD5D;
}
</style>