Shades of Dolly #F8F370
Tints of Dolly #F8F370
RGB
CMYK
RGB Variations
Color information
#F8F370 (or 0xF8F370) is known color: Dolly. HEX triplet: F8, F3 and 70. RGB value is (248,243,112). Sum of RGB (Red+Green+Blue) = 248+243+112=603 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.13% from 603); Green value is 243 (95.31% from 255 or 40.30% from 603); Blue value is 112 (44.14% from 255 or 18.57% from 603); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F370 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F370 is #070C8F. Grayscale: #E6E6E6. Windows color (decimal): -461968 or 7402488. OLE color: 7402488.
HSL color Cylindrical-coordinate representation of color #F8F370: hue angle of 57.79º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F8F370 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 243 | 112 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.03 |
| HSL | 57.79º | 0.91% | 0.71% | - |
| HSV(B) | 57.79º | 0.55% | 0.97% | - |
| XYZ | 73.69 | 85.23 | 27.9 | - |
| YUV | 229.56 | 61.66 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 243 | 112 | 0 | 0.02 | 0.55 | 0.03 | 57.79 | 0.91 | 0.71 |
| Hex | F8 | F3 | 70 | 0 | 2 | 37 | 3 | 3A | 5B | 47 |
| Octal | 370 | 363 | 160 | 0 | 2 | 67 | 3 | 72 | 133 | 107 |
| Binary | 11111000 | 11110011 | 1110000 | 0 | 10 | 110111 | 11 | 111010 | 1011011 | 1000111 |
Color Harmonies of #F8F370
Complementary color
Monochromatic Colors of #F8F370
Black with #F8F370
Text Example
Text Example
White with #F8F370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F370; }
p { color: rgb(248,243,112); }
H1.HeaderClassName
{
color: #F8F370;
}
.AnyTagClassName
{
color: #F8F370;
}
</style>
background-color css
<style>
a { background-color: #F8F370; }
a { background-color: rgb(248,243,112); }
div.DivClassName
{
background-color: #F8F370;
}
.BgClassName
{
background-color: #F8F370;
}
</style>
border-color css
<style>
span { border-color: #F8F370; }
span { border-color: rgb(248,243,112); }
td.TdClassName
{
border-color: #F8F370;
}
.TagClassName
{
border-color: #F8F370;
}
</style>