Shades of Dolly #F3F26D
Tints of Dolly #F3F26D
RGB
CMYK
RGB Variations
Color information
#F3F26D (or 0xF3F26D) is known color: Dolly. HEX triplet: F3, F2 and 6D. RGB value is (243,242,109). Sum of RGB (Red+Green+Blue) = 243+242+109=594 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.91% from 594); Green value is 242 (94.92% from 255 or 40.74% from 594); Blue value is 109 (42.97% from 255 or 18.35% from 594); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F26D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F3F26D is #0C0D92. Grayscale: #E3E3E3. Windows color (decimal): -789907 or 7205619. OLE color: 7205619.
HSL color Cylindrical-coordinate representation of color #F3F26D: hue angle of 59.55º 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 #F3F26D is Cyan = 0, Magento = 0.00, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 242 | 109 | - |
| CMYK | 0 | 0.00 | 0.55 | 0.05 |
| HSL | 59.55º | 0.85% | 0.69% | - |
| HSV(B) | 59.55º | 0.55% | 0.95% | - |
| XYZ | 71.47 | 83.66 | 26.85 | - |
| YUV | 227.14 | 61.33 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 242 | 109 | 0 | 0.00 | 0.55 | 0.05 | 59.55 | 0.85 | 0.69 |
| Hex | F3 | F2 | 6D | 0 | 0 | 37 | 5 | 3C | 55 | 45 |
| Octal | 363 | 362 | 155 | 0 | 0 | 67 | 5 | 74 | 125 | 105 |
| Binary | 11110011 | 11110010 | 1101101 | 0 | 0 | 110111 | 101 | 111100 | 1010101 | 1000101 |
Color Harmonies of #F3F26D
Complementary color
Monochromatic Colors of #F3F26D
Black with #F3F26D
Text Example
Text Example
White with #F3F26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F26D; }
p { color: rgb(243,242,109); }
H1.HeaderClassName
{
color: #F3F26D;
}
.AnyTagClassName
{
color: #F3F26D;
}
</style>
background-color css
<style>
a { background-color: #F3F26D; }
a { background-color: rgb(243,242,109); }
div.DivClassName
{
background-color: #F3F26D;
}
.BgClassName
{
background-color: #F3F26D;
}
</style>
border-color css
<style>
span { border-color: #F3F26D; }
span { border-color: rgb(243,242,109); }
td.TdClassName
{
border-color: #F3F26D;
}
.TagClassName
{
border-color: #F3F26D;
}
</style>