Shades of Dolly #F6F768
Tints of Dolly #F6F768
RGB
CMYK
RGB Variations
Color information
#F6F768 (or 0xF6F768) is known color: Dolly. HEX triplet: F6, F7 and 68. RGB value is (246,247,104). Sum of RGB (Red+Green+Blue) = 246+247+104=597 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.21% from 597); Green value is 247 (96.88% from 255 or 41.37% from 597); Blue value is 104 (41.02% from 255 or 17.42% from 597); Max value from RGB is 247 - color contains mainly: green. Hex color #F6F768 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6F768 is #090897. Grayscale: #E6E6E6. Windows color (decimal): -592024 or 6879222. OLE color: 6879222.
HSL color Cylindrical-coordinate representation of color #F6F768: hue angle of 60.42º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F6F768 is Cyan = 0.00, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 246 | 247 | 104 | - |
| CMYK | 0.00 | 0 | 0.58 | 0.03 |
| HSL | 60.42º | 0.9% | 0.69% | - |
| HSV(B) | 60.42º | 0.58% | 0.97% | - |
| XYZ | 73.77 | 87.11 | 26.02 | - |
| YUV | 230.4 | 56.67 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 247 | 104 | 0.00 | 0 | 0.58 | 0.03 | 60.42 | 0.9 | 0.69 |
| Hex | F6 | F7 | 68 | 0 | 0 | 3A | 3 | 3C | 5A | 45 |
| Octal | 366 | 367 | 150 | 0 | 0 | 72 | 3 | 74 | 132 | 105 |
| Binary | 11110110 | 11110111 | 1101000 | 0 | 0 | 111010 | 11 | 111100 | 1011010 | 1000101 |
Color Harmonies of #F6F768
Complementary color
Monochromatic Colors of #F6F768
Black with #F6F768
Text Example
Text Example
White with #F6F768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F768; }
p { color: rgb(246,247,104); }
H1.HeaderClassName
{
color: #F6F768;
}
.AnyTagClassName
{
color: #F6F768;
}
</style>
background-color css
<style>
a { background-color: #F6F768; }
a { background-color: rgb(246,247,104); }
div.DivClassName
{
background-color: #F6F768;
}
.BgClassName
{
background-color: #F6F768;
}
</style>
border-color css
<style>
span { border-color: #F6F768; }
span { border-color: rgb(246,247,104); }
td.TdClassName
{
border-color: #F6F768;
}
.TagClassName
{
border-color: #F6F768;
}
</style>