Shades of Dolly #F8F36D
Tints of Dolly #F8F36D
RGB
CMYK
RGB Variations
Color information
#F8F36D (or 0xF8F36D) is known color: Dolly. HEX triplet: F8, F3 and 6D. RGB value is (248,243,109). Sum of RGB (Red+Green+Blue) = 248+243+109=600 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.33% from 600); Green value is 243 (95.31% from 255 or 40.5% from 600); Blue value is 109 (42.97% from 255 or 18.17% from 600); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F36D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F36D is #070C92. Grayscale: #E5E5E5. Windows color (decimal): -461971 or 7205880. OLE color: 7205880.
HSL color Cylindrical-coordinate representation of color #F8F36D: hue angle of 57.84º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F8F36D is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 243 | 109 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.03 |
| HSL | 57.84º | 0.91% | 0.7% | - |
| HSV(B) | 57.84º | 0.56% | 0.97% | - |
| XYZ | 73.52 | 85.16 | 27.03 | - |
| YUV | 229.22 | 60.16 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 243 | 109 | 0 | 0.02 | 0.56 | 0.03 | 57.84 | 0.91 | 0.7 |
| Hex | F8 | F3 | 6D | 0 | 2 | 38 | 3 | 3A | 5B | 46 |
| Octal | 370 | 363 | 155 | 0 | 2 | 70 | 3 | 72 | 133 | 106 |
| Binary | 11111000 | 11110011 | 1101101 | 0 | 10 | 111000 | 11 | 111010 | 1011011 | 1000110 |
Color Harmonies of #F8F36D
Complementary color
Monochromatic Colors of #F8F36D
Black with #F8F36D
Text Example
Text Example
White with #F8F36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F36D; }
p { color: rgb(248,243,109); }
H1.HeaderClassName
{
color: #F8F36D;
}
.AnyTagClassName
{
color: #F8F36D;
}
</style>
background-color css
<style>
a { background-color: #F8F36D; }
a { background-color: rgb(248,243,109); }
div.DivClassName
{
background-color: #F8F36D;
}
.BgClassName
{
background-color: #F8F36D;
}
</style>
border-color css
<style>
span { border-color: #F8F36D; }
span { border-color: rgb(248,243,109); }
td.TdClassName
{
border-color: #F8F36D;
}
.TagClassName
{
border-color: #F8F36D;
}
</style>