Shades of Dolly #F5F665
Tints of Dolly #F5F665
RGB
CMYK
RGB Variations
Color information
#F5F665 (or 0xF5F665) is known color: Dolly. HEX triplet: F5, F6 and 65. RGB value is (245,246,101). Sum of RGB (Red+Green+Blue) = 245+246+101=592 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.39% from 592); Green value is 246 (96.48% from 255 or 41.55% from 592); Blue value is 101 (39.84% from 255 or 17.06% from 592); Max value from RGB is 246 - color contains mainly: green. Hex color #F5F665 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F665 is #0A099A. Grayscale: #E5E5E5. Windows color (decimal): -657819 or 6682357. OLE color: 6682357.
HSL color Cylindrical-coordinate representation of color #F5F665: hue angle of 60.41º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F5F665 is Cyan = 0.00, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 246 | 101 | - |
| CMYK | 0.00 | 0 | 0.59 | 0.04 |
| HSL | 60.41º | 0.89% | 0.68% | - |
| HSV(B) | 60.41º | 0.59% | 0.96% | - |
| XYZ | 72.96 | 86.26 | 25.12 | - |
| YUV | 229.17 | 55.67 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 246 | 101 | 0.00 | 0 | 0.59 | 0.04 | 60.41 | 0.89 | 0.68 |
| Hex | F5 | F6 | 65 | 0 | 0 | 3B | 4 | 3C | 59 | 44 |
| Octal | 365 | 366 | 145 | 0 | 0 | 73 | 4 | 74 | 131 | 104 |
| Binary | 11110101 | 11110110 | 1100101 | 0 | 0 | 111011 | 100 | 111100 | 1011001 | 1000100 |
Color Harmonies of #F5F665
Complementary color
Monochromatic Colors of #F5F665
Black with #F5F665
Text Example
Text Example
White with #F5F665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F665; }
p { color: rgb(245,246,101); }
H1.HeaderClassName
{
color: #F5F665;
}
.AnyTagClassName
{
color: #F5F665;
}
</style>
background-color css
<style>
a { background-color: #F5F665; }
a { background-color: rgb(245,246,101); }
div.DivClassName
{
background-color: #F5F665;
}
.BgClassName
{
background-color: #F5F665;
}
</style>
border-color css
<style>
span { border-color: #F5F665; }
span { border-color: rgb(245,246,101); }
td.TdClassName
{
border-color: #F5F665;
}
.TagClassName
{
border-color: #F5F665;
}
</style>