Shades of Dolly #F3F17D
Tints of Dolly #F3F17D
RGB
CMYK
RGB Variations
Color information
#F3F17D (or 0xF3F17D) is known color: Dolly. HEX triplet: F3, F1 and 7D. RGB value is (243,241,125). Sum of RGB (Red+Green+Blue) = 243+241+125=609 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.90% from 609); Green value is 241 (94.53% from 255 or 39.57% from 609); Blue value is 125 (49.22% from 255 or 20.53% from 609); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F17D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F3F17D is #0C0E82. Grayscale: #E4E4E4. Windows color (decimal): -790147 or 8253939. OLE color: 8253939.
HSL color Cylindrical-coordinate representation of color #F3F17D: hue angle of 58.98º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F3F17D is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 241 | 125 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.05 |
| HSL | 58.98º | 0.83% | 0.72% | - |
| HSV(B) | 58.98º | 0.49% | 0.95% | - |
| XYZ | 72.12 | 83.45 | 31.71 | - |
| YUV | 228.37 | 69.66 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 241 | 125 | 0 | 0.01 | 0.49 | 0.05 | 58.98 | 0.83 | 0.72 |
| Hex | F3 | F1 | 7D | 0 | 1 | 31 | 5 | 3B | 53 | 48 |
| Octal | 363 | 361 | 175 | 0 | 1 | 61 | 5 | 73 | 123 | 110 |
| Binary | 11110011 | 11110001 | 1111101 | 0 | 1 | 110001 | 101 | 111011 | 1010011 | 1001000 |
Color Harmonies of #F3F17D
Complementary color
Monochromatic Colors of #F3F17D
Black with #F3F17D
Text Example
Text Example
White with #F3F17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F17D; }
p { color: rgb(243,241,125); }
H1.HeaderClassName
{
color: #F3F17D;
}
.AnyTagClassName
{
color: #F3F17D;
}
</style>
background-color css
<style>
a { background-color: #F3F17D; }
a { background-color: rgb(243,241,125); }
div.DivClassName
{
background-color: #F3F17D;
}
.BgClassName
{
background-color: #F3F17D;
}
</style>
border-color css
<style>
span { border-color: #F3F17D; }
span { border-color: rgb(243,241,125); }
td.TdClassName
{
border-color: #F3F17D;
}
.TagClassName
{
border-color: #F3F17D;
}
</style>