Shades of Dolly #F3F168
Tints of Dolly #F3F168
RGB
CMYK
RGB Variations
Color information
#F3F168 (or 0xF3F168) is known color: Dolly. HEX triplet: F3, F1 and 68. RGB value is (243,241,104). Sum of RGB (Red+Green+Blue) = 243+241+104=588 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.33% from 588); Green value is 241 (94.53% from 255 or 40.99% from 588); Blue value is 104 (41.02% from 255 or 17.69% from 588); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F168 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F3F168 is #0C0E97. Grayscale: #E2E2E2. Windows color (decimal): -790168 or 6877683. OLE color: 6877683.
HSL color Cylindrical-coordinate representation of color #F3F168: hue angle of 59.14º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F3F168 is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 241 | 104 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.05 |
| HSL | 59.14º | 0.85% | 0.68% | - |
| HSV(B) | 59.14º | 0.57% | 0.95% | - |
| XYZ | 70.92 | 82.96 | 25.37 | - |
| YUV | 225.98 | 59.16 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 241 | 104 | 0 | 0.01 | 0.57 | 0.05 | 59.14 | 0.85 | 0.68 |
| Hex | F3 | F1 | 68 | 0 | 1 | 39 | 5 | 3B | 55 | 44 |
| Octal | 363 | 361 | 150 | 0 | 1 | 71 | 5 | 73 | 125 | 104 |
| Binary | 11110011 | 11110001 | 1101000 | 0 | 1 | 111001 | 101 | 111011 | 1010101 | 1000100 |
Color Harmonies of #F3F168
Complementary color
Monochromatic Colors of #F3F168
Black with #F3F168
Text Example
Text Example
White with #F3F168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F168; }
p { color: rgb(243,241,104); }
H1.HeaderClassName
{
color: #F3F168;
}
.AnyTagClassName
{
color: #F3F168;
}
</style>
background-color css
<style>
a { background-color: #F3F168; }
a { background-color: rgb(243,241,104); }
div.DivClassName
{
background-color: #F3F168;
}
.BgClassName
{
background-color: #F3F168;
}
</style>
border-color css
<style>
span { border-color: #F3F168; }
span { border-color: rgb(243,241,104); }
td.TdClassName
{
border-color: #F3F168;
}
.TagClassName
{
border-color: #F3F168;
}
</style>