Shades of Dolly #F3F56B
Tints of Dolly #F3F56B
RGB
CMYK
RGB Variations
Color information
#F3F56B (or 0xF3F56B) is known color: Dolly. HEX triplet: F3, F5 and 6B. RGB value is (243,245,107). Sum of RGB (Red+Green+Blue) = 243+245+107=595 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.84% from 595); Green value is 245 (96.09% from 255 or 41.18% from 595); Blue value is 107 (42.19% from 255 or 17.98% from 595); Max value from RGB is 245 - color contains mainly: green. Hex color #F3F56B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F3F56B is #0C0A94. Grayscale: #E5E5E5. Windows color (decimal): -789141 or 7075315. OLE color: 7075315.
HSL color Cylindrical-coordinate representation of color #F3F56B: hue angle of 60.87º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F3F56B is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 243 | 245 | 107 | - |
| CMYK | 0.01 | 0 | 0.56 | 0.04 |
| HSL | 60.87º | 0.87% | 0.69% | - |
| HSV(B) | 60.87º | 0.56% | 0.96% | - |
| XYZ | 72.27 | 85.42 | 26.59 | - |
| YUV | 228.67 | 59.34 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 245 | 107 | 0.01 | 0 | 0.56 | 0.04 | 60.87 | 0.87 | 0.69 |
| Hex | F3 | F5 | 6B | 1 | 0 | 38 | 4 | 3D | 57 | 45 |
| Octal | 363 | 365 | 153 | 1 | 0 | 70 | 4 | 75 | 127 | 105 |
| Binary | 11110011 | 11110101 | 1101011 | 1 | 0 | 111000 | 100 | 111101 | 1010111 | 1000101 |
Color Harmonies of #F3F56B
Complementary color
Monochromatic Colors of #F3F56B
Black with #F3F56B
Text Example
Text Example
White with #F3F56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F56B; }
p { color: rgb(243,245,107); }
H1.HeaderClassName
{
color: #F3F56B;
}
.AnyTagClassName
{
color: #F3F56B;
}
</style>
background-color css
<style>
a { background-color: #F3F56B; }
a { background-color: rgb(243,245,107); }
div.DivClassName
{
background-color: #F3F56B;
}
.BgClassName
{
background-color: #F3F56B;
}
</style>
border-color css
<style>
span { border-color: #F3F56B; }
span { border-color: rgb(243,245,107); }
td.TdClassName
{
border-color: #F3F56B;
}
.TagClassName
{
border-color: #F3F56B;
}
</style>