Shades of Dolly #F7F168
Tints of Dolly #F7F168
RGB
CMYK
RGB Variations
Color information
#F7F168 (or 0xF7F168) is known color: Dolly. HEX triplet: F7, F1 and 68. RGB value is (247,241,104). Sum of RGB (Red+Green+Blue) = 247+241+104=592 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.72% from 592); Green value is 241 (94.53% from 255 or 40.71% from 592); Blue value is 104 (41.02% from 255 or 17.57% from 592); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F168 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7F168 is #080E97. Grayscale: #E3E3E3. Windows color (decimal): -528024 or 6877687. OLE color: 6877687.
HSL color Cylindrical-coordinate representation of color #F7F168: hue angle of 57.48º 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 #F7F168 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 241 | 104 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.03 |
| HSL | 57.48º | 0.9% | 0.69% | - |
| HSV(B) | 57.48º | 0.58% | 0.97% | - |
| XYZ | 72.31 | 83.68 | 25.44 | - |
| YUV | 227.18 | 58.49 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 241 | 104 | 0 | 0.02 | 0.58 | 0.03 | 57.48 | 0.9 | 0.69 |
| Hex | F7 | F1 | 68 | 0 | 2 | 3A | 3 | 39 | 5A | 45 |
| Octal | 367 | 361 | 150 | 0 | 2 | 72 | 3 | 71 | 132 | 105 |
| Binary | 11110111 | 11110001 | 1101000 | 0 | 10 | 111010 | 11 | 111001 | 1011010 | 1000101 |
Color Harmonies of #F7F168
Complementary color
Monochromatic Colors of #F7F168
Black with #F7F168
Text Example
Text Example
White with #F7F168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F168; }
p { color: rgb(247,241,104); }
H1.HeaderClassName
{
color: #F7F168;
}
.AnyTagClassName
{
color: #F7F168;
}
</style>
background-color css
<style>
a { background-color: #F7F168; }
a { background-color: rgb(247,241,104); }
div.DivClassName
{
background-color: #F7F168;
}
.BgClassName
{
background-color: #F7F168;
}
</style>
border-color css
<style>
span { border-color: #F7F168; }
span { border-color: rgb(247,241,104); }
td.TdClassName
{
border-color: #F7F168;
}
.TagClassName
{
border-color: #F7F168;
}
</style>