Shades of Dandelion #F8D45E
Tints of Dandelion #F8D45E
RGB
CMYK
RGB Variations
Color information
#F8D45E (or 0xF8D45E) is known color: Dandelion. HEX triplet: F8, D4 and 5E. RGB value is (248,212,94). Sum of RGB (Red+Green+Blue) = 248+212+94=554 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.77% from 554); Green value is 212 (83.20% from 255 or 38.27% from 554); Blue value is 94 (37.11% from 255 or 16.97% from 554); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D45E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D45E is #072BA1. Grayscale: #D1D1D1. Windows color (decimal): -469922 or 6214904. OLE color: 6214904.
HSL color Cylindrical-coordinate representation of color #F8D45E: hue angle of 45.97º 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 #F8D45E is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 212 | 94 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.03 |
| HSL | 45.97º | 0.92% | 0.67% | - |
| HSV(B) | 45.97º | 0.62% | 0.97% | - |
| XYZ | 64.28 | 67.85 | 20.3 | - |
| YUV | 209.31 | 62.93 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 212 | 94 | 0 | 0.15 | 0.62 | 0.03 | 45.97 | 0.92 | 0.67 |
| Hex | F8 | D4 | 5E | 0 | F | 3E | 3 | 2E | 5C | 43 |
| Octal | 370 | 324 | 136 | 0 | 17 | 76 | 3 | 56 | 134 | 103 |
| Binary | 11111000 | 11010100 | 1011110 | 0 | 1111 | 111110 | 11 | 101110 | 1011100 | 1000011 |
Color Harmonies of #F8D45E
Complementary color
Monochromatic Colors of #F8D45E
Black with #F8D45E
Text Example
Text Example
White with #F8D45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D45E; }
p { color: rgb(248,212,94); }
H1.HeaderClassName
{
color: #F8D45E;
}
.AnyTagClassName
{
color: #F8D45E;
}
</style>
background-color css
<style>
a { background-color: #F8D45E; }
a { background-color: rgb(248,212,94); }
div.DivClassName
{
background-color: #F8D45E;
}
.BgClassName
{
background-color: #F8D45E;
}
</style>
border-color css
<style>
span { border-color: #F8D45E; }
span { border-color: rgb(248,212,94); }
td.TdClassName
{
border-color: #F8D45E;
}
.TagClassName
{
border-color: #F8D45E;
}
</style>