Shades of Dolly #F4F86D
Tints of Dolly #F4F86D
RGB
CMYK
RGB Variations
Color information
#F4F86D (or 0xF4F86D) is known color: Dolly. HEX triplet: F4, F8 and 6D. RGB value is (244,248,109). Sum of RGB (Red+Green+Blue) = 244+248+109=601 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.60% from 601); Green value is 248 (97.27% from 255 or 41.26% from 601); Blue value is 109 (42.97% from 255 or 18.14% from 601); Max value from RGB is 248 - color contains mainly: green. Hex color #F4F86D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F4F86D is #0B0792. Grayscale: #E7E7E7. Windows color (decimal): -722835 or 7207156. OLE color: 7207156.
HSL color Cylindrical-coordinate representation of color #F4F86D: hue angle of 61.73º 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 #F4F86D is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 244 | 248 | 109 | - |
| CMYK | 0.02 | 0 | 0.56 | 0.03 |
| HSL | 61.73º | 0.91% | 0.7% | - |
| HSV(B) | 61.73º | 0.56% | 0.97% | - |
| XYZ | 73.64 | 87.47 | 27.47 | - |
| YUV | 230.96 | 59.17 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 248 | 109 | 0.02 | 0 | 0.56 | 0.03 | 61.73 | 0.91 | 0.7 |
| Hex | F4 | F8 | 6D | 2 | 0 | 38 | 3 | 3E | 5B | 46 |
| Octal | 364 | 370 | 155 | 2 | 0 | 70 | 3 | 76 | 133 | 106 |
| Binary | 11110100 | 11111000 | 1101101 | 10 | 0 | 111000 | 11 | 111110 | 1011011 | 1000110 |
Color Harmonies of #F4F86D
Complementary color
Monochromatic Colors of #F4F86D
Black with #F4F86D
Text Example
Text Example
White with #F4F86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F86D; }
p { color: rgb(244,248,109); }
H1.HeaderClassName
{
color: #F4F86D;
}
.AnyTagClassName
{
color: #F4F86D;
}
</style>
background-color css
<style>
a { background-color: #F4F86D; }
a { background-color: rgb(244,248,109); }
div.DivClassName
{
background-color: #F4F86D;
}
.BgClassName
{
background-color: #F4F86D;
}
</style>
border-color css
<style>
span { border-color: #F4F86D; }
span { border-color: rgb(244,248,109); }
td.TdClassName
{
border-color: #F4F86D;
}
.TagClassName
{
border-color: #F4F86D;
}
</style>