Shades of Dolly #F6F568
Tints of Dolly #F6F568
RGB
CMYK
RGB Variations
Color information
#F6F568 (or 0xF6F568) is known color: Dolly. HEX triplet: F6, F5 and 68. RGB value is (246,245,104). Sum of RGB (Red+Green+Blue) = 246+245+104=595 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.34% from 595); Green value is 245 (96.09% from 255 or 41.18% from 595); Blue value is 104 (41.02% from 255 or 17.48% from 595); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F568 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6F568 is #090A97. Grayscale: #E5E5E5. Windows color (decimal): -592536 or 6878710. OLE color: 6878710.
HSL color Cylindrical-coordinate representation of color #F6F568: hue angle of 59.58º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F6F568 is Cyan = 0, Magento = 0.00, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 245 | 104 | - |
| CMYK | 0 | 0.00 | 0.58 | 0.04 |
| HSL | 59.58º | 0.89% | 0.69% | - |
| HSV(B) | 59.58º | 0.58% | 0.96% | - |
| XYZ | 73.16 | 85.9 | 25.82 | - |
| YUV | 229.23 | 57.33 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 245 | 104 | 0 | 0.00 | 0.58 | 0.04 | 59.58 | 0.89 | 0.69 |
| Hex | F6 | F5 | 68 | 0 | 0 | 3A | 4 | 3C | 59 | 45 |
| Octal | 366 | 365 | 150 | 0 | 0 | 72 | 4 | 74 | 131 | 105 |
| Binary | 11110110 | 11110101 | 1101000 | 0 | 0 | 111010 | 100 | 111100 | 1011001 | 1000101 |
Color Harmonies of #F6F568
Complementary color
Monochromatic Colors of #F6F568
Black with #F6F568
Text Example
Text Example
White with #F6F568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F568; }
p { color: rgb(246,245,104); }
H1.HeaderClassName
{
color: #F6F568;
}
.AnyTagClassName
{
color: #F6F568;
}
</style>
background-color css
<style>
a { background-color: #F6F568; }
a { background-color: rgb(246,245,104); }
div.DivClassName
{
background-color: #F6F568;
}
.BgClassName
{
background-color: #F6F568;
}
</style>
border-color css
<style>
span { border-color: #F6F568; }
span { border-color: rgb(246,245,104); }
td.TdClassName
{
border-color: #F6F568;
}
.TagClassName
{
border-color: #F6F568;
}
</style>