Shades of Dolly #F5F668
Tints of Dolly #F5F668
RGB
CMYK
RGB Variations
Color information
#F5F668 (or 0xF5F668) is known color: Dolly. HEX triplet: F5, F6 and 68. RGB value is (245,246,104). Sum of RGB (Red+Green+Blue) = 245+246+104=595 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.18% from 595); Green value is 246 (96.48% from 255 or 41.34% from 595); Blue value is 104 (41.02% from 255 or 17.48% from 595); Max value from RGB is 246 - color contains mainly: green. Hex color #F5F668 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F668 is #0A0997. Grayscale: #E6E6E6. Windows color (decimal): -657816 or 6878965. OLE color: 6878965.
HSL color Cylindrical-coordinate representation of color #F5F668: hue angle of 60.42º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F5F668 is Cyan = 0.00, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 246 | 104 | - |
| CMYK | 0.00 | 0 | 0.58 | 0.04 |
| HSL | 60.42º | 0.89% | 0.69% | - |
| HSV(B) | 60.42º | 0.58% | 0.96% | - |
| XYZ | 73.11 | 86.32 | 25.91 | - |
| YUV | 229.51 | 57.17 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 246 | 104 | 0.00 | 0 | 0.58 | 0.04 | 60.42 | 0.89 | 0.69 |
| Hex | F5 | F6 | 68 | 0 | 0 | 3A | 4 | 3C | 59 | 45 |
| Octal | 365 | 366 | 150 | 0 | 0 | 72 | 4 | 74 | 131 | 105 |
| Binary | 11110101 | 11110110 | 1101000 | 0 | 0 | 111010 | 100 | 111100 | 1011001 | 1000101 |
Color Harmonies of #F5F668
Complementary color
Monochromatic Colors of #F5F668
Black with #F5F668
Text Example
Text Example
White with #F5F668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F668; }
p { color: rgb(245,246,104); }
H1.HeaderClassName
{
color: #F5F668;
}
.AnyTagClassName
{
color: #F5F668;
}
</style>
background-color css
<style>
a { background-color: #F5F668; }
a { background-color: rgb(245,246,104); }
div.DivClassName
{
background-color: #F5F668;
}
.BgClassName
{
background-color: #F5F668;
}
</style>
border-color css
<style>
span { border-color: #F5F668; }
span { border-color: rgb(245,246,104); }
td.TdClassName
{
border-color: #F5F668;
}
.TagClassName
{
border-color: #F5F668;
}
</style>