Shades of Dolly #F8F46C
Tints of Dolly #F8F46C
RGB
CMYK
RGB Variations
Color information
#F8F46C (or 0xF8F46C) is known color: Dolly. HEX triplet: F8, F4 and 6C. RGB value is (248,244,108). Sum of RGB (Red+Green+Blue) = 248+244+108=600 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.33% from 600); Green value is 244 (95.70% from 255 or 40.67% from 600); Blue value is 108 (42.58% from 255 or 18% from 600); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F46C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F46C is #070B93. Grayscale: #E6E6E6. Windows color (decimal): -461716 or 7140600. OLE color: 7140600.
HSL color Cylindrical-coordinate representation of color #F8F46C: hue angle of 58.29º 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 #F8F46C is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 244 | 108 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.03 |
| HSL | 58.29º | 0.91% | 0.7% | - |
| HSV(B) | 58.29º | 0.56% | 0.97% | - |
| XYZ | 73.77 | 85.74 | 26.85 | - |
| YUV | 229.69 | 59.33 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 244 | 108 | 0 | 0.02 | 0.56 | 0.03 | 58.29 | 0.91 | 0.7 |
| Hex | F8 | F4 | 6C | 0 | 2 | 38 | 3 | 3A | 5B | 46 |
| Octal | 370 | 364 | 154 | 0 | 2 | 70 | 3 | 72 | 133 | 106 |
| Binary | 11111000 | 11110100 | 1101100 | 0 | 10 | 111000 | 11 | 111010 | 1011011 | 1000110 |
Color Harmonies of #F8F46C
Complementary color
Monochromatic Colors of #F8F46C
Black with #F8F46C
Text Example
Text Example
White with #F8F46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F46C; }
p { color: rgb(248,244,108); }
H1.HeaderClassName
{
color: #F8F46C;
}
.AnyTagClassName
{
color: #F8F46C;
}
</style>
background-color css
<style>
a { background-color: #F8F46C; }
a { background-color: rgb(248,244,108); }
div.DivClassName
{
background-color: #F8F46C;
}
.BgClassName
{
background-color: #F8F46C;
}
</style>
border-color css
<style>
span { border-color: #F8F46C; }
span { border-color: rgb(248,244,108); }
td.TdClassName
{
border-color: #F8F46C;
}
.TagClassName
{
border-color: #F8F46C;
}
</style>