Shades of Dolly #F6F270
Tints of Dolly #F6F270
RGB
CMYK
RGB Variations
Color information
#F6F270 (or 0xF6F270) is known color: Dolly. HEX triplet: F6, F2 and 70. RGB value is (246,242,112). Sum of RGB (Red+Green+Blue) = 246+242+112=600 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41% from 600); Green value is 242 (94.92% from 255 or 40.33% from 600); Blue value is 112 (44.14% from 255 or 18.67% from 600); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F270 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6F270 is #090D8F. Grayscale: #E4E4E4. Windows color (decimal): -593296 or 7402230. OLE color: 7402230.
HSL color Cylindrical-coordinate representation of color #F6F270: hue angle of 58.21º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F6F270 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 242 | 112 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.04 |
| HSL | 58.21º | 0.88% | 0.7% | - |
| HSV(B) | 58.21º | 0.54% | 0.96% | - |
| XYZ | 72.68 | 84.27 | 27.76 | - |
| YUV | 228.38 | 62.33 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 242 | 112 | 0 | 0.02 | 0.54 | 0.04 | 58.21 | 0.88 | 0.7 |
| Hex | F6 | F2 | 70 | 0 | 2 | 36 | 4 | 3A | 58 | 46 |
| Octal | 366 | 362 | 160 | 0 | 2 | 66 | 4 | 72 | 130 | 106 |
| Binary | 11110110 | 11110010 | 1110000 | 0 | 10 | 110110 | 100 | 111010 | 1011000 | 1000110 |
Color Harmonies of #F6F270
Complementary color
Monochromatic Colors of #F6F270
Black with #F6F270
Text Example
Text Example
White with #F6F270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F270; }
p { color: rgb(246,242,112); }
H1.HeaderClassName
{
color: #F6F270;
}
.AnyTagClassName
{
color: #F6F270;
}
</style>
background-color css
<style>
a { background-color: #F6F270; }
a { background-color: rgb(246,242,112); }
div.DivClassName
{
background-color: #F6F270;
}
.BgClassName
{
background-color: #F6F270;
}
</style>
border-color css
<style>
span { border-color: #F6F270; }
span { border-color: rgb(246,242,112); }
td.TdClassName
{
border-color: #F6F270;
}
.TagClassName
{
border-color: #F6F270;
}
</style>