Shades of Dolly #F0F674
Tints of Dolly #F0F674
RGB
CMYK
RGB Variations
Color information
#F0F674 (or 0xF0F674) is known color: Dolly. HEX triplet: F0, F6 and 74. RGB value is (240,246,116). Sum of RGB (Red+Green+Blue) = 240+246+116=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 246 (96.48% from 255 or 40.86% from 602); Blue value is 116 (45.70% from 255 or 19.27% from 602); Max value from RGB is 246 - color contains mainly: green. Hex color #F0F674 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F674 is #0F098B. Grayscale: #E5E5E5. Windows color (decimal): -985484 or 7665392. OLE color: 7665392.
HSL color Cylindrical-coordinate representation of color #F0F674: hue angle of 62.77º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F0F674 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 246 | 116 | - |
| CMYK | 0.02 | 0 | 0.53 | 0.04 |
| HSL | 62.77º | 0.88% | 0.71% | - |
| HSV(B) | 62.77º | 0.53% | 0.96% | - |
| XYZ | 72.04 | 85.7 | 29.27 | - |
| YUV | 229.39 | 64.01 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 246 | 116 | 0.02 | 0 | 0.53 | 0.04 | 62.77 | 0.88 | 0.71 |
| Hex | F0 | F6 | 74 | 2 | 0 | 35 | 4 | 3F | 58 | 47 |
| Octal | 360 | 366 | 164 | 2 | 0 | 65 | 4 | 77 | 130 | 107 |
| Binary | 11110000 | 11110110 | 1110100 | 10 | 0 | 110101 | 100 | 111111 | 1011000 | 1000111 |
Color Harmonies of #F0F674
Complementary color
Monochromatic Colors of #F0F674
Black with #F0F674
Text Example
Text Example
White with #F0F674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F674; }
p { color: rgb(240,246,116); }
H1.HeaderClassName
{
color: #F0F674;
}
.AnyTagClassName
{
color: #F0F674;
}
</style>
background-color css
<style>
a { background-color: #F0F674; }
a { background-color: rgb(240,246,116); }
div.DivClassName
{
background-color: #F0F674;
}
.BgClassName
{
background-color: #F0F674;
}
</style>
border-color css
<style>
span { border-color: #F0F674; }
span { border-color: rgb(240,246,116); }
td.TdClassName
{
border-color: #F0F674;
}
.TagClassName
{
border-color: #F0F674;
}
</style>