Shades of Dolly #F6F27C
Tints of Dolly #F6F27C
RGB
CMYK
RGB Variations
Color information
#F6F27C (or 0xF6F27C) is known color: Dolly. HEX triplet: F6, F2 and 7C. RGB value is (246,242,124). Sum of RGB (Red+Green+Blue) = 246+242+124=612 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.20% from 612); Green value is 242 (94.92% from 255 or 39.54% from 612); Blue value is 124 (48.83% from 255 or 20.26% from 612); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F27C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6F27C is #090D83. Grayscale: #E6E6E6. Windows color (decimal): -593284 or 8188662. OLE color: 8188662.
HSL color Cylindrical-coordinate representation of color #F6F27C: hue angle of 58.03º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F6F27C is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 242 | 124 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.04 |
| HSL | 58.03º | 0.87% | 0.73% | - |
| HSV(B) | 58.03º | 0.5% | 0.96% | - |
| XYZ | 73.4 | 84.55 | 31.52 | - |
| YUV | 229.74 | 68.33 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 242 | 124 | 0 | 0.02 | 0.50 | 0.04 | 58.03 | 0.87 | 0.73 |
| Hex | F6 | F2 | 7C | 0 | 2 | 32 | 4 | 3A | 57 | 49 |
| Octal | 366 | 362 | 174 | 0 | 2 | 62 | 4 | 72 | 127 | 111 |
| Binary | 11110110 | 11110010 | 1111100 | 0 | 10 | 110010 | 100 | 111010 | 1010111 | 1001001 |
Color Harmonies of #F6F27C
Complementary color
Monochromatic Colors of #F6F27C
Black with #F6F27C
Text Example
Text Example
White with #F6F27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F27C; }
p { color: rgb(246,242,124); }
H1.HeaderClassName
{
color: #F6F27C;
}
.AnyTagClassName
{
color: #F6F27C;
}
</style>
background-color css
<style>
a { background-color: #F6F27C; }
a { background-color: rgb(246,242,124); }
div.DivClassName
{
background-color: #F6F27C;
}
.BgClassName
{
background-color: #F6F27C;
}
</style>
border-color css
<style>
span { border-color: #F6F27C; }
span { border-color: rgb(246,242,124); }
td.TdClassName
{
border-color: #F6F27C;
}
.TagClassName
{
border-color: #F6F27C;
}
</style>