Shades of Dandelion #F8DC5E
Tints of Dandelion #F8DC5E
RGB
CMYK
RGB Variations
Color information
#F8DC5E (or 0xF8DC5E) is known color: Dandelion. HEX triplet: F8, DC and 5E. RGB value is (248,220,94). Sum of RGB (Red+Green+Blue) = 248+220+94=562 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.13% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 94 (37.11% from 255 or 16.73% from 562); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DC5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DC5E is #0723A1. Grayscale: #D6D6D6. Windows color (decimal): -467874 or 6216952. OLE color: 6216952.
HSL color Cylindrical-coordinate representation of color #F8DC5E: hue angle of 49.09º 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 #F8DC5E is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 220 | 94 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.03 |
| HSL | 49.09º | 0.92% | 0.67% | - |
| HSV(B) | 49.09º | 0.62% | 0.97% | - |
| XYZ | 66.32 | 71.95 | 20.98 | - |
| YUV | 214.01 | 60.28 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 220 | 94 | 0 | 0.11 | 0.62 | 0.03 | 49.09 | 0.92 | 0.67 |
| Hex | F8 | DC | 5E | 0 | B | 3E | 3 | 31 | 5C | 43 |
| Octal | 370 | 334 | 136 | 0 | 13 | 76 | 3 | 61 | 134 | 103 |
| Binary | 11111000 | 11011100 | 1011110 | 0 | 1011 | 111110 | 11 | 110001 | 1011100 | 1000011 |
Color Harmonies of #F8DC5E
Complementary color
Monochromatic Colors of #F8DC5E
Black with #F8DC5E
Text Example
Text Example
White with #F8DC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DC5E; }
p { color: rgb(248,220,94); }
H1.HeaderClassName
{
color: #F8DC5E;
}
.AnyTagClassName
{
color: #F8DC5E;
}
</style>
background-color css
<style>
a { background-color: #F8DC5E; }
a { background-color: rgb(248,220,94); }
div.DivClassName
{
background-color: #F8DC5E;
}
.BgClassName
{
background-color: #F8DC5E;
}
</style>
border-color css
<style>
span { border-color: #F8DC5E; }
span { border-color: rgb(248,220,94); }
td.TdClassName
{
border-color: #F8DC5E;
}
.TagClassName
{
border-color: #F8DC5E;
}
</style>