Shades of Dolly #F6F26C
Tints of Dolly #F6F26C
RGB
CMYK
RGB Variations
Color information
#F6F26C (or 0xF6F26C) is known color: Dolly. HEX triplet: F6, F2 and 6C. RGB value is (246,242,108). Sum of RGB (Red+Green+Blue) = 246+242+108=596 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.28% from 596); Green value is 242 (94.92% from 255 or 40.60% from 596); Blue value is 108 (42.58% from 255 or 18.12% from 596); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F26C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6F26C is #090D93. Grayscale: #E4E4E4. Windows color (decimal): -593300 or 7140086. OLE color: 7140086.
HSL color Cylindrical-coordinate representation of color #F6F26C: hue angle of 58.26º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F6F26C is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 242 | 108 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.04 |
| HSL | 58.26º | 0.88% | 0.69% | - |
| HSV(B) | 58.26º | 0.56% | 0.96% | - |
| XYZ | 72.46 | 84.18 | 26.62 | - |
| YUV | 227.92 | 60.33 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 242 | 108 | 0 | 0.02 | 0.56 | 0.04 | 58.26 | 0.88 | 0.69 |
| Hex | F6 | F2 | 6C | 0 | 2 | 38 | 4 | 3A | 58 | 45 |
| Octal | 366 | 362 | 154 | 0 | 2 | 70 | 4 | 72 | 130 | 105 |
| Binary | 11110110 | 11110010 | 1101100 | 0 | 10 | 111000 | 100 | 111010 | 1011000 | 1000101 |
Color Harmonies of #F6F26C
Complementary color
Monochromatic Colors of #F6F26C
Black with #F6F26C
Text Example
Text Example
White with #F6F26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F26C; }
p { color: rgb(246,242,108); }
H1.HeaderClassName
{
color: #F6F26C;
}
.AnyTagClassName
{
color: #F6F26C;
}
</style>
background-color css
<style>
a { background-color: #F6F26C; }
a { background-color: rgb(246,242,108); }
div.DivClassName
{
background-color: #F6F26C;
}
.BgClassName
{
background-color: #F6F26C;
}
</style>
border-color css
<style>
span { border-color: #F6F26C; }
span { border-color: rgb(246,242,108); }
td.TdClassName
{
border-color: #F6F26C;
}
.TagClassName
{
border-color: #F6F26C;
}
</style>