Shades of Dolly #F5F166
Tints of Dolly #F5F166
RGB
CMYK
RGB Variations
Color information
#F5F166 (or 0xF5F166) is known color: Dolly. HEX triplet: F5, F1 and 66. RGB value is (245,241,102). Sum of RGB (Red+Green+Blue) = 245+241+102=588 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.67% from 588); Green value is 241 (94.53% from 255 or 40.99% from 588); Blue value is 102 (40.23% from 255 or 17.35% from 588); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F166 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F166 is #0A0E99. Grayscale: #E2E2E2. Windows color (decimal): -659098 or 6746613. OLE color: 6746613.
HSL color Cylindrical-coordinate representation of color #F5F166: hue angle of 58.32º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F5F166 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 241 | 102 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.04 |
| HSL | 58.32º | 0.88% | 0.68% | - |
| HSV(B) | 58.32º | 0.58% | 0.96% | - |
| XYZ | 71.51 | 83.28 | 24.88 | - |
| YUV | 226.35 | 57.83 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 241 | 102 | 0 | 0.02 | 0.58 | 0.04 | 58.32 | 0.88 | 0.68 |
| Hex | F5 | F1 | 66 | 0 | 2 | 3A | 4 | 3A | 58 | 44 |
| Octal | 365 | 361 | 146 | 0 | 2 | 72 | 4 | 72 | 130 | 104 |
| Binary | 11110101 | 11110001 | 1100110 | 0 | 10 | 111010 | 100 | 111010 | 1011000 | 1000100 |
Color Harmonies of #F5F166
Complementary color
Monochromatic Colors of #F5F166
Black with #F5F166
Text Example
Text Example
White with #F5F166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F166; }
p { color: rgb(245,241,102); }
H1.HeaderClassName
{
color: #F5F166;
}
.AnyTagClassName
{
color: #F5F166;
}
</style>
background-color css
<style>
a { background-color: #F5F166; }
a { background-color: rgb(245,241,102); }
div.DivClassName
{
background-color: #F5F166;
}
.BgClassName
{
background-color: #F5F166;
}
</style>
border-color css
<style>
span { border-color: #F5F166; }
span { border-color: rgb(245,241,102); }
td.TdClassName
{
border-color: #F5F166;
}
.TagClassName
{
border-color: #F5F166;
}
</style>