Shades of Dolly #F6F267
Tints of Dolly #F6F267
RGB
CMYK
RGB Variations
Color information
#F6F267 (or 0xF6F267) is known color: Dolly. HEX triplet: F6, F2 and 67. RGB value is (246,242,103). Sum of RGB (Red+Green+Blue) = 246+242+103=591 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.62% from 591); Green value is 242 (94.92% from 255 or 40.95% from 591); Blue value is 103 (40.62% from 255 or 17.43% from 591); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F267 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6F267 is #090D98. Grayscale: #E3E3E3. Windows color (decimal): -593305 or 6812406. OLE color: 6812406.
HSL color Cylindrical-coordinate representation of color #F6F267: hue angle of 58.32º 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 #F6F267 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 242 | 103 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.04 |
| HSL | 58.32º | 0.89% | 0.68% | - |
| HSV(B) | 58.32º | 0.58% | 0.96% | - |
| XYZ | 72.21 | 84.08 | 25.25 | - |
| YUV | 227.35 | 57.83 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 242 | 103 | 0 | 0.02 | 0.58 | 0.04 | 58.32 | 0.89 | 0.68 |
| Hex | F6 | F2 | 67 | 0 | 2 | 3A | 4 | 3A | 59 | 44 |
| Octal | 366 | 362 | 147 | 0 | 2 | 72 | 4 | 72 | 131 | 104 |
| Binary | 11110110 | 11110010 | 1100111 | 0 | 10 | 111010 | 100 | 111010 | 1011001 | 1000100 |
Color Harmonies of #F6F267
Complementary color
Monochromatic Colors of #F6F267
Black with #F6F267
Text Example
Text Example
White with #F6F267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F267; }
p { color: rgb(246,242,103); }
H1.HeaderClassName
{
color: #F6F267;
}
.AnyTagClassName
{
color: #F6F267;
}
</style>
background-color css
<style>
a { background-color: #F6F267; }
a { background-color: rgb(246,242,103); }
div.DivClassName
{
background-color: #F6F267;
}
.BgClassName
{
background-color: #F6F267;
}
</style>
border-color css
<style>
span { border-color: #F6F267; }
span { border-color: rgb(246,242,103); }
td.TdClassName
{
border-color: #F6F267;
}
.TagClassName
{
border-color: #F6F267;
}
</style>