Shades of Dolly #F3F564
Tints of Dolly #F3F564
RGB
CMYK
RGB Variations
Color information
#F3F564 (or 0xF3F564) is known color: Dolly. HEX triplet: F3, F5 and 64. RGB value is (243,245,100). Sum of RGB (Red+Green+Blue) = 243+245+100=588 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.33% from 588); Green value is 245 (96.09% from 255 or 41.67% from 588); Blue value is 100 (39.45% from 255 or 17.01% from 588); Max value from RGB is 245 - color contains mainly: green. Hex color #F3F564 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F3F564 is #0C0A9B. Grayscale: #E4E4E4. Windows color (decimal): -789148 or 6616563. OLE color: 6616563.
HSL color Cylindrical-coordinate representation of color #F3F564: hue angle of 60.83º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F3F564 is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 243 | 245 | 100 | - |
| CMYK | 0.01 | 0 | 0.59 | 0.04 |
| HSL | 60.83º | 0.88% | 0.68% | - |
| HSV(B) | 60.83º | 0.59% | 0.96% | - |
| XYZ | 71.91 | 85.28 | 24.73 | - |
| YUV | 227.87 | 55.84 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 245 | 100 | 0.01 | 0 | 0.59 | 0.04 | 60.83 | 0.88 | 0.68 |
| Hex | F3 | F5 | 64 | 1 | 0 | 3B | 4 | 3D | 58 | 44 |
| Octal | 363 | 365 | 144 | 1 | 0 | 73 | 4 | 75 | 130 | 104 |
| Binary | 11110011 | 11110101 | 1100100 | 1 | 0 | 111011 | 100 | 111101 | 1011000 | 1000100 |
Color Harmonies of #F3F564
Complementary color
Monochromatic Colors of #F3F564
Black with #F3F564
Text Example
Text Example
White with #F3F564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F564; }
p { color: rgb(243,245,100); }
H1.HeaderClassName
{
color: #F3F564;
}
.AnyTagClassName
{
color: #F3F564;
}
</style>
background-color css
<style>
a { background-color: #F3F564; }
a { background-color: rgb(243,245,100); }
div.DivClassName
{
background-color: #F3F564;
}
.BgClassName
{
background-color: #F3F564;
}
</style>
border-color css
<style>
span { border-color: #F3F564; }
span { border-color: rgb(243,245,100); }
td.TdClassName
{
border-color: #F3F564;
}
.TagClassName
{
border-color: #F3F564;
}
</style>