Shades of Dolly #F3F16F
Tints of Dolly #F3F16F
RGB
CMYK
RGB Variations
Color information
#F3F16F (or 0xF3F16F) is known color: Dolly. HEX triplet: F3, F1 and 6F. RGB value is (243,241,111). Sum of RGB (Red+Green+Blue) = 243+241+111=595 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.84% from 595); Green value is 241 (94.53% from 255 or 40.50% from 595); Blue value is 111 (43.75% from 255 or 18.66% from 595); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F16F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F3F16F is #0C0E90. Grayscale: #E3E3E3. Windows color (decimal): -790161 or 7336435. OLE color: 7336435.
HSL color Cylindrical-coordinate representation of color #F3F16F: hue angle of 59.09º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F3F16F is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 241 | 111 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.05 |
| HSL | 59.09º | 0.85% | 0.69% | - |
| HSV(B) | 59.09º | 0.54% | 0.95% | - |
| XYZ | 71.29 | 83.11 | 27.32 | - |
| YUV | 226.78 | 62.66 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 241 | 111 | 0 | 0.01 | 0.54 | 0.05 | 59.09 | 0.85 | 0.69 |
| Hex | F3 | F1 | 6F | 0 | 1 | 36 | 5 | 3B | 55 | 45 |
| Octal | 363 | 361 | 157 | 0 | 1 | 66 | 5 | 73 | 125 | 105 |
| Binary | 11110011 | 11110001 | 1101111 | 0 | 1 | 110110 | 101 | 111011 | 1010101 | 1000101 |
Color Harmonies of #F3F16F
Complementary color
Monochromatic Colors of #F3F16F
Black with #F3F16F
Text Example
Text Example
White with #F3F16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F16F; }
p { color: rgb(243,241,111); }
H1.HeaderClassName
{
color: #F3F16F;
}
.AnyTagClassName
{
color: #F3F16F;
}
</style>
background-color css
<style>
a { background-color: #F3F16F; }
a { background-color: rgb(243,241,111); }
div.DivClassName
{
background-color: #F3F16F;
}
.BgClassName
{
background-color: #F3F16F;
}
</style>
border-color css
<style>
span { border-color: #F3F16F; }
span { border-color: rgb(243,241,111); }
td.TdClassName
{
border-color: #F3F16F;
}
.TagClassName
{
border-color: #F3F16F;
}
</style>