Shades of Dandelion #F8D45B
Tints of Dandelion #F8D45B
RGB
CMYK
RGB Variations
Color information
#F8D45B (or 0xF8D45B) is known color: Dandelion. HEX triplet: F8, D4 and 5B. RGB value is (248,212,91). Sum of RGB (Red+Green+Blue) = 248+212+91=551 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.01% from 551); Green value is 212 (83.20% from 255 or 38.48% from 551); Blue value is 91 (35.94% from 255 or 16.52% from 551); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D45B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D45B is #072BA4. Grayscale: #D1D1D1. Windows color (decimal): -469925 or 6018296. OLE color: 6018296.
HSL color Cylindrical-coordinate representation of color #F8D45B: hue angle of 46.24º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F8D45B is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 212 | 91 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.03 |
| HSL | 46.24º | 0.92% | 0.66% | - |
| HSV(B) | 46.24º | 0.63% | 0.97% | - |
| XYZ | 64.14 | 67.8 | 19.6 | - |
| YUV | 208.97 | 61.43 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 212 | 91 | 0 | 0.15 | 0.63 | 0.03 | 46.24 | 0.92 | 0.66 |
| Hex | F8 | D4 | 5B | 0 | F | 3F | 3 | 2E | 5C | 42 |
| Octal | 370 | 324 | 133 | 0 | 17 | 77 | 3 | 56 | 134 | 102 |
| Binary | 11111000 | 11010100 | 1011011 | 0 | 1111 | 111111 | 11 | 101110 | 1011100 | 1000010 |
Color Harmonies of #F8D45B
Complementary color
Monochromatic Colors of #F8D45B
Black with #F8D45B
Text Example
Text Example
White with #F8D45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D45B; }
p { color: rgb(248,212,91); }
H1.HeaderClassName
{
color: #F8D45B;
}
.AnyTagClassName
{
color: #F8D45B;
}
</style>
background-color css
<style>
a { background-color: #F8D45B; }
a { background-color: rgb(248,212,91); }
div.DivClassName
{
background-color: #F8D45B;
}
.BgClassName
{
background-color: #F8D45B;
}
</style>
border-color css
<style>
span { border-color: #F8D45B; }
span { border-color: rgb(248,212,91); }
td.TdClassName
{
border-color: #F8D45B;
}
.TagClassName
{
border-color: #F8D45B;
}
</style>