Shades of Dolly #F7F568
Tints of Dolly #F7F568
RGB
CMYK
RGB Variations
Color information
#F7F568 (or 0xF7F568) is known color: Dolly. HEX triplet: F7, F5 and 68. RGB value is (247,245,104). Sum of RGB (Red+Green+Blue) = 247+245+104=596 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.44% from 596); Green value is 245 (96.09% from 255 or 41.11% from 596); Blue value is 104 (41.02% from 255 or 17.45% from 596); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F568 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7F568 is #080A97. Grayscale: #E6E6E6. Windows color (decimal): -527000 or 6878711. OLE color: 6878711.
HSL color Cylindrical-coordinate representation of color #F7F568: hue angle of 59.16º 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 #F7F568 is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 245 | 104 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.03 |
| HSL | 59.16º | 0.9% | 0.69% | - |
| HSV(B) | 59.16º | 0.58% | 0.97% | - |
| XYZ | 73.51 | 86.08 | 25.84 | - |
| YUV | 229.52 | 57.16 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 245 | 104 | 0 | 0.01 | 0.58 | 0.03 | 59.16 | 0.9 | 0.69 |
| Hex | F7 | F5 | 68 | 0 | 1 | 3A | 3 | 3B | 5A | 45 |
| Octal | 367 | 365 | 150 | 0 | 1 | 72 | 3 | 73 | 132 | 105 |
| Binary | 11110111 | 11110101 | 1101000 | 0 | 1 | 111010 | 11 | 111011 | 1011010 | 1000101 |
Color Harmonies of #F7F568
Complementary color
Monochromatic Colors of #F7F568
Black with #F7F568
Text Example
Text Example
White with #F7F568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F568; }
p { color: rgb(247,245,104); }
H1.HeaderClassName
{
color: #F7F568;
}
.AnyTagClassName
{
color: #F7F568;
}
</style>
background-color css
<style>
a { background-color: #F7F568; }
a { background-color: rgb(247,245,104); }
div.DivClassName
{
background-color: #F7F568;
}
.BgClassName
{
background-color: #F7F568;
}
</style>
border-color css
<style>
span { border-color: #F7F568; }
span { border-color: rgb(247,245,104); }
td.TdClassName
{
border-color: #F7F568;
}
.TagClassName
{
border-color: #F7F568;
}
</style>