Shades of Dandelion #F8DB5D
Tints of Dandelion #F8DB5D
RGB
CMYK
RGB Variations
Color information
#F8DB5D (or 0xF8DB5D) is known color: Dandelion. HEX triplet: F8, DB and 5D. RGB value is (248,219,93). Sum of RGB (Red+Green+Blue) = 248+219+93=560 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.29% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 93 (36.72% from 255 or 16.61% from 560); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DB5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DB5D is #0724A2. Grayscale: #D5D5D5. Windows color (decimal): -468131 or 6151160. OLE color: 6151160.
HSL color Cylindrical-coordinate representation of color #F8DB5D: hue angle of 48.77º 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 #F8DB5D is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 219 | 93 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.03 |
| HSL | 48.77º | 0.92% | 0.67% | - |
| HSV(B) | 48.77º | 0.63% | 0.97% | - |
| XYZ | 66.02 | 71.41 | 20.66 | - |
| YUV | 213.31 | 60.11 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 219 | 93 | 0 | 0.12 | 0.62 | 0.03 | 48.77 | 0.92 | 0.67 |
| Hex | F8 | DB | 5D | 0 | C | 3E | 3 | 31 | 5C | 43 |
| Octal | 370 | 333 | 135 | 0 | 14 | 76 | 3 | 61 | 134 | 103 |
| Binary | 11111000 | 11011011 | 1011101 | 0 | 1100 | 111110 | 11 | 110001 | 1011100 | 1000011 |
Color Harmonies of #F8DB5D
Complementary color
Monochromatic Colors of #F8DB5D
Black with #F8DB5D
Text Example
Text Example
White with #F8DB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DB5D; }
p { color: rgb(248,219,93); }
H1.HeaderClassName
{
color: #F8DB5D;
}
.AnyTagClassName
{
color: #F8DB5D;
}
</style>
background-color css
<style>
a { background-color: #F8DB5D; }
a { background-color: rgb(248,219,93); }
div.DivClassName
{
background-color: #F8DB5D;
}
.BgClassName
{
background-color: #F8DB5D;
}
</style>
border-color css
<style>
span { border-color: #F8DB5D; }
span { border-color: rgb(248,219,93); }
td.TdClassName
{
border-color: #F8DB5D;
}
.TagClassName
{
border-color: #F8DB5D;
}
</style>