Shades of Dolly #F4F666
Tints of Dolly #F4F666
RGB
CMYK
RGB Variations
Color information
#F4F666 (or 0xF4F666) is known color: Dolly. HEX triplet: F4, F6 and 66. RGB value is (244,246,102). Sum of RGB (Red+Green+Blue) = 244+246+102=592 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.22% from 592); Green value is 246 (96.48% from 255 or 41.55% from 592); Blue value is 102 (40.23% from 255 or 17.23% from 592); Max value from RGB is 246 - color contains mainly: green. Hex color #F4F666 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F4F666 is #0B0999. Grayscale: #E5E5E5. Windows color (decimal): -723354 or 6747892. OLE color: 6747892.
HSL color Cylindrical-coordinate representation of color #F4F666: hue angle of 60.83º 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 #F4F666 is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 246 | 102 | - |
| CMYK | 0.01 | 0 | 0.59 | 0.04 |
| HSL | 60.83º | 0.89% | 0.68% | - |
| HSV(B) | 60.83º | 0.59% | 0.96% | - |
| XYZ | 72.66 | 86.1 | 25.36 | - |
| YUV | 228.99 | 56.34 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 246 | 102 | 0.01 | 0 | 0.59 | 0.04 | 60.83 | 0.89 | 0.68 |
| Hex | F4 | F6 | 66 | 1 | 0 | 3B | 4 | 3D | 59 | 44 |
| Octal | 364 | 366 | 146 | 1 | 0 | 73 | 4 | 75 | 131 | 104 |
| Binary | 11110100 | 11110110 | 1100110 | 1 | 0 | 111011 | 100 | 111101 | 1011001 | 1000100 |
Color Harmonies of #F4F666
Complementary color
Monochromatic Colors of #F4F666
Black with #F4F666
Text Example
Text Example
White with #F4F666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F666; }
p { color: rgb(244,246,102); }
H1.HeaderClassName
{
color: #F4F666;
}
.AnyTagClassName
{
color: #F4F666;
}
</style>
background-color css
<style>
a { background-color: #F4F666; }
a { background-color: rgb(244,246,102); }
div.DivClassName
{
background-color: #F4F666;
}
.BgClassName
{
background-color: #F4F666;
}
</style>
border-color css
<style>
span { border-color: #F4F666; }
span { border-color: rgb(244,246,102); }
td.TdClassName
{
border-color: #F4F666;
}
.TagClassName
{
border-color: #F4F666;
}
</style>