Shades of Dolly #F5F667
Tints of Dolly #F5F667
RGB
CMYK
RGB Variations
Color information
#F5F667 (or 0xF5F667) is known color: Dolly. HEX triplet: F5, F6 and 67. RGB value is (245,246,103). Sum of RGB (Red+Green+Blue) = 245+246+103=594 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.25% from 594); Green value is 246 (96.48% from 255 or 41.41% from 594); Blue value is 103 (40.62% from 255 or 17.34% from 594); Max value from RGB is 246 - color contains mainly: green. Hex color #F5F667 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F667 is #0A0998. Grayscale: #E5E5E5. Windows color (decimal): -657817 or 6813429. OLE color: 6813429.
HSL color Cylindrical-coordinate representation of color #F5F667: hue angle of 60.42º degrees, saturation: 0.89, 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 #F5F667 is Cyan = 0.00, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 246 | 103 | - |
| CMYK | 0.00 | 0 | 0.58 | 0.04 |
| HSL | 60.42º | 0.89% | 0.68% | - |
| HSV(B) | 60.42º | 0.58% | 0.96% | - |
| XYZ | 73.06 | 86.3 | 25.64 | - |
| YUV | 229.4 | 56.67 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 246 | 103 | 0.00 | 0 | 0.58 | 0.04 | 60.42 | 0.89 | 0.68 |
| Hex | F5 | F6 | 67 | 0 | 0 | 3A | 4 | 3C | 59 | 44 |
| Octal | 365 | 366 | 147 | 0 | 0 | 72 | 4 | 74 | 131 | 104 |
| Binary | 11110101 | 11110110 | 1100111 | 0 | 0 | 111010 | 100 | 111100 | 1011001 | 1000100 |
Color Harmonies of #F5F667
Complementary color
Monochromatic Colors of #F5F667
Black with #F5F667
Text Example
Text Example
White with #F5F667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F667; }
p { color: rgb(245,246,103); }
H1.HeaderClassName
{
color: #F5F667;
}
.AnyTagClassName
{
color: #F5F667;
}
</style>
background-color css
<style>
a { background-color: #F5F667; }
a { background-color: rgb(245,246,103); }
div.DivClassName
{
background-color: #F5F667;
}
.BgClassName
{
background-color: #F5F667;
}
</style>
border-color css
<style>
span { border-color: #F5F667; }
span { border-color: rgb(245,246,103); }
td.TdClassName
{
border-color: #F5F667;
}
.TagClassName
{
border-color: #F5F667;
}
</style>