Shades of Dolly #F3ED6D
Tints of Dolly #F3ED6D
RGB
CMYK
RGB Variations
Color information
#F3ED6D (or 0xF3ED6D) is known color: Dolly. HEX triplet: F3, ED and 6D. RGB value is (243,237,109). Sum of RGB (Red+Green+Blue) = 243+237+109=589 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.26% from 589); Green value is 237 (92.97% from 255 or 40.24% from 589); Blue value is 109 (42.97% from 255 or 18.51% from 589); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ED6D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F3ED6D is #0C1292. Grayscale: #E0E0E0. Windows color (decimal): -791187 or 7204339. OLE color: 7204339.
HSL color Cylindrical-coordinate representation of color #F3ED6D: hue angle of 57.31º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F3ED6D is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 237 | 109 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.05 |
| HSL | 57.31º | 0.85% | 0.69% | - |
| HSV(B) | 57.31º | 0.55% | 0.95% | - |
| XYZ | 70.01 | 80.73 | 26.36 | - |
| YUV | 224.2 | 62.99 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 237 | 109 | 0 | 0.02 | 0.55 | 0.05 | 57.31 | 0.85 | 0.69 |
| Hex | F3 | ED | 6D | 0 | 2 | 37 | 5 | 39 | 55 | 45 |
| Octal | 363 | 355 | 155 | 0 | 2 | 67 | 5 | 71 | 125 | 105 |
| Binary | 11110011 | 11101101 | 1101101 | 0 | 10 | 110111 | 101 | 111001 | 1010101 | 1000101 |
Color Harmonies of #F3ED6D
Complementary color
Monochromatic Colors of #F3ED6D
Black with #F3ED6D
Text Example
Text Example
White with #F3ED6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ED6D; }
p { color: rgb(243,237,109); }
H1.HeaderClassName
{
color: #F3ED6D;
}
.AnyTagClassName
{
color: #F3ED6D;
}
</style>
background-color css
<style>
a { background-color: #F3ED6D; }
a { background-color: rgb(243,237,109); }
div.DivClassName
{
background-color: #F3ED6D;
}
.BgClassName
{
background-color: #F3ED6D;
}
</style>
border-color css
<style>
span { border-color: #F3ED6D; }
span { border-color: rgb(243,237,109); }
td.TdClassName
{
border-color: #F3ED6D;
}
.TagClassName
{
border-color: #F3ED6D;
}
</style>