Shades of Dolly #F6F172
Tints of Dolly #F6F172
RGB
CMYK
RGB Variations
Color information
#F6F172 (or 0xF6F172) is known color: Dolly. HEX triplet: F6, F1 and 72. RGB value is (246,241,114). Sum of RGB (Red+Green+Blue) = 246+241+114=601 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.93% from 601); Green value is 241 (94.53% from 255 or 40.10% from 601); Blue value is 114 (44.92% from 255 or 18.97% from 601); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F172 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6F172 is #090E8D. Grayscale: #E4E4E4. Windows color (decimal): -593550 or 7533046. OLE color: 7533046.
HSL color Cylindrical-coordinate representation of color #F6F172: hue angle of 57.73º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F6F172 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 241 | 114 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.04 |
| HSL | 57.73º | 0.88% | 0.71% | - |
| HSV(B) | 57.73º | 0.54% | 0.96% | - |
| XYZ | 72.5 | 83.72 | 28.26 | - |
| YUV | 228.02 | 63.66 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 241 | 114 | 0 | 0.02 | 0.54 | 0.04 | 57.73 | 0.88 | 0.71 |
| Hex | F6 | F1 | 72 | 0 | 2 | 36 | 4 | 3A | 58 | 47 |
| Octal | 366 | 361 | 162 | 0 | 2 | 66 | 4 | 72 | 130 | 107 |
| Binary | 11110110 | 11110001 | 1110010 | 0 | 10 | 110110 | 100 | 111010 | 1011000 | 1000111 |
Color Harmonies of #F6F172
Complementary color
Monochromatic Colors of #F6F172
Black with #F6F172
Text Example
Text Example
White with #F6F172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F172; }
p { color: rgb(246,241,114); }
H1.HeaderClassName
{
color: #F6F172;
}
.AnyTagClassName
{
color: #F6F172;
}
</style>
background-color css
<style>
a { background-color: #F6F172; }
a { background-color: rgb(246,241,114); }
div.DivClassName
{
background-color: #F6F172;
}
.BgClassName
{
background-color: #F6F172;
}
</style>
border-color css
<style>
span { border-color: #F6F172; }
span { border-color: rgb(246,241,114); }
td.TdClassName
{
border-color: #F6F172;
}
.TagClassName
{
border-color: #F6F172;
}
</style>