Shades of Dolly #F8ED6B
Tints of Dolly #F8ED6B
RGB
CMYK
RGB Variations
Color information
#F8ED6B (or 0xF8ED6B) is known color: Dolly. HEX triplet: F8, ED and 6B. RGB value is (248,237,107). Sum of RGB (Red+Green+Blue) = 248+237+107=592 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.89% from 592); Green value is 237 (92.97% from 255 or 40.03% from 592); Blue value is 107 (42.19% from 255 or 18.07% from 592); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ED6B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8ED6B is #071294. Grayscale: #E1E1E1. Windows color (decimal): -463509 or 7073272. OLE color: 7073272.
HSL color Cylindrical-coordinate representation of color #F8ED6B: hue angle of 55.32º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F8ED6B is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 237 | 107 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.03 |
| HSL | 55.32º | 0.91% | 0.7% | - |
| HSV(B) | 55.32º | 0.57% | 0.97% | - |
| XYZ | 71.65 | 81.59 | 25.88 | - |
| YUV | 225.47 | 61.14 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 237 | 107 | 0 | 0.04 | 0.57 | 0.03 | 55.32 | 0.91 | 0.7 |
| Hex | F8 | ED | 6B | 0 | 4 | 39 | 3 | 37 | 5B | 46 |
| Octal | 370 | 355 | 153 | 0 | 4 | 71 | 3 | 67 | 133 | 106 |
| Binary | 11111000 | 11101101 | 1101011 | 0 | 100 | 111001 | 11 | 110111 | 1011011 | 1000110 |
Color Harmonies of #F8ED6B
Complementary color
Monochromatic Colors of #F8ED6B
Black with #F8ED6B
Text Example
Text Example
White with #F8ED6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ED6B; }
p { color: rgb(248,237,107); }
H1.HeaderClassName
{
color: #F8ED6B;
}
.AnyTagClassName
{
color: #F8ED6B;
}
</style>
background-color css
<style>
a { background-color: #F8ED6B; }
a { background-color: rgb(248,237,107); }
div.DivClassName
{
background-color: #F8ED6B;
}
.BgClassName
{
background-color: #F8ED6B;
}
</style>
border-color css
<style>
span { border-color: #F8ED6B; }
span { border-color: rgb(248,237,107); }
td.TdClassName
{
border-color: #F8ED6B;
}
.TagClassName
{
border-color: #F8ED6B;
}
</style>