Shades of Dolly #F3F06F
Tints of Dolly #F3F06F
RGB
CMYK
RGB Variations
Color information
#F3F06F (or 0xF3F06F) is known color: Dolly. HEX triplet: F3, F0 and 6F. RGB value is (243,240,111). Sum of RGB (Red+Green+Blue) = 243+240+111=594 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.91% from 594); Green value is 240 (94.14% from 255 or 40.40% from 594); Blue value is 111 (43.75% from 255 or 18.69% from 594); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F06F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F3F06F is #0C0F90. Grayscale: #E2E2E2. Windows color (decimal): -790417 or 7336179. OLE color: 7336179.
HSL color Cylindrical-coordinate representation of color #F3F06F: hue angle of 58.64º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F3F06F is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 240 | 111 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.05 |
| HSL | 58.64º | 0.85% | 0.69% | - |
| HSV(B) | 58.64º | 0.54% | 0.95% | - |
| XYZ | 70.99 | 82.52 | 27.23 | - |
| YUV | 226.19 | 62.99 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 240 | 111 | 0 | 0.01 | 0.54 | 0.05 | 58.64 | 0.85 | 0.69 |
| Hex | F3 | F0 | 6F | 0 | 1 | 36 | 5 | 3B | 55 | 45 |
| Octal | 363 | 360 | 157 | 0 | 1 | 66 | 5 | 73 | 125 | 105 |
| Binary | 11110011 | 11110000 | 1101111 | 0 | 1 | 110110 | 101 | 111011 | 1010101 | 1000101 |
Color Harmonies of #F3F06F
Complementary color
Monochromatic Colors of #F3F06F
Black with #F3F06F
Text Example
Text Example
White with #F3F06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F06F; }
p { color: rgb(243,240,111); }
H1.HeaderClassName
{
color: #F3F06F;
}
.AnyTagClassName
{
color: #F3F06F;
}
</style>
background-color css
<style>
a { background-color: #F3F06F; }
a { background-color: rgb(243,240,111); }
div.DivClassName
{
background-color: #F3F06F;
}
.BgClassName
{
background-color: #F3F06F;
}
</style>
border-color css
<style>
span { border-color: #F3F06F; }
span { border-color: rgb(243,240,111); }
td.TdClassName
{
border-color: #F3F06F;
}
.TagClassName
{
border-color: #F3F06F;
}
</style>