Shades of Dolly #F6F269
Tints of Dolly #F6F269
RGB
CMYK
RGB Variations
Color information
#F6F269 (or 0xF6F269) is known color: Dolly. HEX triplet: F6, F2 and 69. RGB value is (246,242,105). Sum of RGB (Red+Green+Blue) = 246+242+105=593 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.48% from 593); Green value is 242 (94.92% from 255 or 40.81% from 593); Blue value is 105 (41.41% from 255 or 17.71% from 593); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F269 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6F269 is #090D96. Grayscale: #E4E4E4. Windows color (decimal): -593303 or 6943478. OLE color: 6943478.
HSL color Cylindrical-coordinate representation of color #F6F269: hue angle of 58.3º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F6F269 is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 242 | 105 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.04 |
| HSL | 58.3º | 0.89% | 0.69% | - |
| HSV(B) | 58.3º | 0.57% | 0.96% | - |
| XYZ | 72.31 | 84.12 | 25.79 | - |
| YUV | 227.58 | 58.83 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 242 | 105 | 0 | 0.02 | 0.57 | 0.04 | 58.3 | 0.89 | 0.69 |
| Hex | F6 | F2 | 69 | 0 | 2 | 39 | 4 | 3A | 59 | 45 |
| Octal | 366 | 362 | 151 | 0 | 2 | 71 | 4 | 72 | 131 | 105 |
| Binary | 11110110 | 11110010 | 1101001 | 0 | 10 | 111001 | 100 | 111010 | 1011001 | 1000101 |
Color Harmonies of #F6F269
Complementary color
Monochromatic Colors of #F6F269
Black with #F6F269
Text Example
Text Example
White with #F6F269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F269; }
p { color: rgb(246,242,105); }
H1.HeaderClassName
{
color: #F6F269;
}
.AnyTagClassName
{
color: #F6F269;
}
</style>
background-color css
<style>
a { background-color: #F6F269; }
a { background-color: rgb(246,242,105); }
div.DivClassName
{
background-color: #F6F269;
}
.BgClassName
{
background-color: #F6F269;
}
</style>
border-color css
<style>
span { border-color: #F6F269; }
span { border-color: rgb(246,242,105); }
td.TdClassName
{
border-color: #F6F269;
}
.TagClassName
{
border-color: #F6F269;
}
</style>