Shades of Dolly #F6F268
Tints of Dolly #F6F268
RGB
CMYK
RGB Variations
Color information
#F6F268 (or 0xF6F268) is known color: Dolly. HEX triplet: F6, F2 and 68. RGB value is (246,242,104). Sum of RGB (Red+Green+Blue) = 246+242+104=592 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.55% from 592); Green value is 242 (94.92% from 255 or 40.88% from 592); Blue value is 104 (41.02% from 255 or 17.57% from 592); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F268 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6F268 is #090D97. Grayscale: #E4E4E4. Windows color (decimal): -593304 or 6877942. OLE color: 6877942.
HSL color Cylindrical-coordinate representation of color #F6F268: hue angle of 58.31º 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 #F6F268 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 242 | 104 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.04 |
| HSL | 58.31º | 0.89% | 0.69% | - |
| HSV(B) | 58.31º | 0.58% | 0.96% | - |
| XYZ | 72.26 | 84.1 | 25.52 | - |
| YUV | 227.46 | 58.33 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 242 | 104 | 0 | 0.02 | 0.58 | 0.04 | 58.31 | 0.89 | 0.69 |
| Hex | F6 | F2 | 68 | 0 | 2 | 3A | 4 | 3A | 59 | 45 |
| Octal | 366 | 362 | 150 | 0 | 2 | 72 | 4 | 72 | 131 | 105 |
| Binary | 11110110 | 11110010 | 1101000 | 0 | 10 | 111010 | 100 | 111010 | 1011001 | 1000101 |
Color Harmonies of #F6F268
Complementary color
Monochromatic Colors of #F6F268
Black with #F6F268
Text Example
Text Example
White with #F6F268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F268; }
p { color: rgb(246,242,104); }
H1.HeaderClassName
{
color: #F6F268;
}
.AnyTagClassName
{
color: #F6F268;
}
</style>
background-color css
<style>
a { background-color: #F6F268; }
a { background-color: rgb(246,242,104); }
div.DivClassName
{
background-color: #F6F268;
}
.BgClassName
{
background-color: #F6F268;
}
</style>
border-color css
<style>
span { border-color: #F6F268; }
span { border-color: rgb(246,242,104); }
td.TdClassName
{
border-color: #F6F268;
}
.TagClassName
{
border-color: #F6F268;
}
</style>