Shades of Dolly #F3E96B
Tints of Dolly #F3E96B
RGB
CMYK
RGB Variations
Color information
#F3E96B (or 0xF3E96B) is known color: Dolly. HEX triplet: F3, E9 and 6B. RGB value is (243,233,107). Sum of RGB (Red+Green+Blue) = 243+233+107=583 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.68% from 583); Green value is 233 (91.41% from 255 or 39.97% from 583); Blue value is 107 (42.19% from 255 or 18.35% from 583); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E96B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F3E96B is #0C1694. Grayscale: #DEDEDE. Windows color (decimal): -792213 or 7072243. OLE color: 7072243.
HSL color Cylindrical-coordinate representation of color #F3E96B: hue angle of 55.59º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F3E96B is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 233 | 107 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.05 |
| HSL | 55.59º | 0.85% | 0.69% | - |
| HSV(B) | 55.59º | 0.56% | 0.95% | - |
| XYZ | 68.75 | 78.39 | 25.42 | - |
| YUV | 221.63 | 63.31 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 233 | 107 | 0 | 0.04 | 0.56 | 0.05 | 55.59 | 0.85 | 0.69 |
| Hex | F3 | E9 | 6B | 0 | 4 | 38 | 5 | 38 | 55 | 45 |
| Octal | 363 | 351 | 153 | 0 | 4 | 70 | 5 | 70 | 125 | 105 |
| Binary | 11110011 | 11101001 | 1101011 | 0 | 100 | 111000 | 101 | 111000 | 1010101 | 1000101 |
Color Harmonies of #F3E96B
Complementary color
Monochromatic Colors of #F3E96B
Black with #F3E96B
Text Example
Text Example
White with #F3E96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E96B; }
p { color: rgb(243,233,107); }
H1.HeaderClassName
{
color: #F3E96B;
}
.AnyTagClassName
{
color: #F3E96B;
}
</style>
background-color css
<style>
a { background-color: #F3E96B; }
a { background-color: rgb(243,233,107); }
div.DivClassName
{
background-color: #F3E96B;
}
.BgClassName
{
background-color: #F3E96B;
}
</style>
border-color css
<style>
span { border-color: #F3E96B; }
span { border-color: rgb(243,233,107); }
td.TdClassName
{
border-color: #F3E96B;
}
.TagClassName
{
border-color: #F3E96B;
}
</style>