Shades of Dolly #F3F06A
Tints of Dolly #F3F06A
RGB
CMYK
RGB Variations
Color information
#F3F06A (or 0xF3F06A) is known color: Dolly. HEX triplet: F3, F0 and 6A. RGB value is (243,240,106). Sum of RGB (Red+Green+Blue) = 243+240+106=589 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.26% from 589); Green value is 240 (94.14% from 255 or 40.75% from 589); Blue value is 106 (41.80% from 255 or 18.00% from 589); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F06A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F3F06A is #0C0F95. Grayscale: #E2E2E2. Windows color (decimal): -790422 or 7008499. OLE color: 7008499.
HSL color Cylindrical-coordinate representation of color #F3F06A: hue angle of 58.69º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F3F06A is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 240 | 106 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.05 |
| HSL | 58.69º | 0.85% | 0.68% | - |
| HSV(B) | 58.69º | 0.56% | 0.95% | - |
| XYZ | 70.72 | 82.42 | 25.82 | - |
| YUV | 225.62 | 60.49 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 240 | 106 | 0 | 0.01 | 0.56 | 0.05 | 58.69 | 0.85 | 0.68 |
| Hex | F3 | F0 | 6A | 0 | 1 | 38 | 5 | 3B | 55 | 44 |
| Octal | 363 | 360 | 152 | 0 | 1 | 70 | 5 | 73 | 125 | 104 |
| Binary | 11110011 | 11110000 | 1101010 | 0 | 1 | 111000 | 101 | 111011 | 1010101 | 1000100 |
Color Harmonies of #F3F06A
Complementary color
Monochromatic Colors of #F3F06A
Black with #F3F06A
Text Example
Text Example
White with #F3F06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F06A; }
p { color: rgb(243,240,106); }
H1.HeaderClassName
{
color: #F3F06A;
}
.AnyTagClassName
{
color: #F3F06A;
}
</style>
background-color css
<style>
a { background-color: #F3F06A; }
a { background-color: rgb(243,240,106); }
div.DivClassName
{
background-color: #F3F06A;
}
.BgClassName
{
background-color: #F3F06A;
}
</style>
border-color css
<style>
span { border-color: #F3F06A; }
span { border-color: rgb(243,240,106); }
td.TdClassName
{
border-color: #F3F06A;
}
.TagClassName
{
border-color: #F3F06A;
}
</style>