Shades of Dolly #F3F665
Tints of Dolly #F3F665
RGB
CMYK
RGB Variations
Color information
#F3F665 (or 0xF3F665) is known color: Dolly. HEX triplet: F3, F6 and 65. RGB value is (243,246,101). Sum of RGB (Red+Green+Blue) = 243+246+101=590 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.19% from 590); Green value is 246 (96.48% from 255 or 41.69% from 590); Blue value is 101 (39.84% from 255 or 17.12% from 590); Max value from RGB is 246 - color contains mainly: green. Hex color #F3F665 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F3F665 is #0C099A. Grayscale: #E5E5E5. Windows color (decimal): -788891 or 6682355. OLE color: 6682355.
HSL color Cylindrical-coordinate representation of color #F3F665: hue angle of 61.24º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F3F665 is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 243 | 246 | 101 | - |
| CMYK | 0.01 | 0 | 0.59 | 0.04 |
| HSL | 61.24º | 0.89% | 0.68% | - |
| HSV(B) | 61.24º | 0.59% | 0.96% | - |
| XYZ | 72.27 | 85.91 | 25.08 | - |
| YUV | 228.57 | 56.01 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 246 | 101 | 0.01 | 0 | 0.59 | 0.04 | 61.24 | 0.89 | 0.68 |
| Hex | F3 | F6 | 65 | 1 | 0 | 3B | 4 | 3D | 59 | 44 |
| Octal | 363 | 366 | 145 | 1 | 0 | 73 | 4 | 75 | 131 | 104 |
| Binary | 11110011 | 11110110 | 1100101 | 1 | 0 | 111011 | 100 | 111101 | 1011001 | 1000100 |
Color Harmonies of #F3F665
Complementary color
Monochromatic Colors of #F3F665
Black with #F3F665
Text Example
Text Example
White with #F3F665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F665; }
p { color: rgb(243,246,101); }
H1.HeaderClassName
{
color: #F3F665;
}
.AnyTagClassName
{
color: #F3F665;
}
</style>
background-color css
<style>
a { background-color: #F3F665; }
a { background-color: rgb(243,246,101); }
div.DivClassName
{
background-color: #F3F665;
}
.BgClassName
{
background-color: #F3F665;
}
</style>
border-color css
<style>
span { border-color: #F3F665; }
span { border-color: rgb(243,246,101); }
td.TdClassName
{
border-color: #F3F665;
}
.TagClassName
{
border-color: #F3F665;
}
</style>