Shades of Dandelion #F8D55B
Tints of Dandelion #F8D55B
RGB
CMYK
RGB Variations
Color information
#F8D55B (or 0xF8D55B) is known color: Dandelion. HEX triplet: F8, D5 and 5B. RGB value is (248,213,91). Sum of RGB (Red+Green+Blue) = 248+213+91=552 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.93% from 552); Green value is 213 (83.59% from 255 or 38.59% from 552); Blue value is 91 (35.94% from 255 or 16.49% from 552); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D55B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D55B is #072AA4. Grayscale: #D2D2D2. Windows color (decimal): -469669 or 6018552. OLE color: 6018552.
HSL color Cylindrical-coordinate representation of color #F8D55B: hue angle of 46.62º 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 #F8D55B is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 213 | 91 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.03 |
| HSL | 46.62º | 0.92% | 0.66% | - |
| HSV(B) | 46.62º | 0.63% | 0.97% | - |
| XYZ | 64.39 | 68.3 | 19.69 | - |
| YUV | 209.56 | 61.1 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 213 | 91 | 0 | 0.14 | 0.63 | 0.03 | 46.62 | 0.92 | 0.66 |
| Hex | F8 | D5 | 5B | 0 | E | 3F | 3 | 2F | 5C | 42 |
| Octal | 370 | 325 | 133 | 0 | 16 | 77 | 3 | 57 | 134 | 102 |
| Binary | 11111000 | 11010101 | 1011011 | 0 | 1110 | 111111 | 11 | 101111 | 1011100 | 1000010 |
Color Harmonies of #F8D55B
Complementary color
Monochromatic Colors of #F8D55B
Black with #F8D55B
Text Example
Text Example
White with #F8D55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D55B; }
p { color: rgb(248,213,91); }
H1.HeaderClassName
{
color: #F8D55B;
}
.AnyTagClassName
{
color: #F8D55B;
}
</style>
background-color css
<style>
a { background-color: #F8D55B; }
a { background-color: rgb(248,213,91); }
div.DivClassName
{
background-color: #F8D55B;
}
.BgClassName
{
background-color: #F8D55B;
}
</style>
border-color css
<style>
span { border-color: #F8D55B; }
span { border-color: rgb(248,213,91); }
td.TdClassName
{
border-color: #F8D55B;
}
.TagClassName
{
border-color: #F8D55B;
}
</style>