Shades of Dolly #F3F078
Tints of Dolly #F3F078
RGB
CMYK
RGB Variations
Color information
#F3F078 (or 0xF3F078) is known color: Dolly. HEX triplet: F3, F0 and 78. RGB value is (243,240,120). Sum of RGB (Red+Green+Blue) = 243+240+120=603 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.30% from 603); Green value is 240 (94.14% from 255 or 39.80% from 603); Blue value is 120 (47.27% from 255 or 19.90% from 603); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F078 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F3F078 is #0C0F87. Grayscale: #E3E3E3. Windows color (decimal): -790408 or 7926003. OLE color: 7926003.
HSL color Cylindrical-coordinate representation of color #F3F078: hue angle of 58.54º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F3F078 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 240 | 120 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.05 |
| HSL | 58.54º | 0.84% | 0.71% | - |
| HSV(B) | 58.54º | 0.51% | 0.95% | - |
| XYZ | 71.51 | 82.73 | 29.97 | - |
| YUV | 227.22 | 67.49 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 240 | 120 | 0 | 0.01 | 0.51 | 0.05 | 58.54 | 0.84 | 0.71 |
| Hex | F3 | F0 | 78 | 0 | 1 | 33 | 5 | 3B | 54 | 47 |
| Octal | 363 | 360 | 170 | 0 | 1 | 63 | 5 | 73 | 124 | 107 |
| Binary | 11110011 | 11110000 | 1111000 | 0 | 1 | 110011 | 101 | 111011 | 1010100 | 1000111 |
Color Harmonies of #F3F078
Complementary color
Monochromatic Colors of #F3F078
Black with #F3F078
Text Example
Text Example
White with #F3F078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F078; }
p { color: rgb(243,240,120); }
H1.HeaderClassName
{
color: #F3F078;
}
.AnyTagClassName
{
color: #F3F078;
}
</style>
background-color css
<style>
a { background-color: #F3F078; }
a { background-color: rgb(243,240,120); }
div.DivClassName
{
background-color: #F3F078;
}
.BgClassName
{
background-color: #F3F078;
}
</style>
border-color css
<style>
span { border-color: #F3F078; }
span { border-color: rgb(243,240,120); }
td.TdClassName
{
border-color: #F3F078;
}
.TagClassName
{
border-color: #F3F078;
}
</style>