Shades of Dolly #F8F669
Tints of Dolly #F8F669
RGB
CMYK
RGB Variations
Color information
#F8F669 (or 0xF8F669) is known color: Dolly. HEX triplet: F8, F6 and 69. RGB value is (248,246,105). Sum of RGB (Red+Green+Blue) = 248+246+105=599 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.40% from 599); Green value is 246 (96.48% from 255 or 41.07% from 599); Blue value is 105 (41.41% from 255 or 17.53% from 599); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F669 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F669 is #070996. Grayscale: #E7E7E7. Windows color (decimal): -461207 or 6944504. OLE color: 6944504.
HSL color Cylindrical-coordinate representation of color #F8F669: hue angle of 59.16º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F8F669 is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 246 | 105 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.03 |
| HSL | 59.16º | 0.91% | 0.69% | - |
| HSV(B) | 59.16º | 0.58% | 0.97% | - |
| XYZ | 74.22 | 86.89 | 26.22 | - |
| YUV | 230.52 | 57.16 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 246 | 105 | 0 | 0.01 | 0.58 | 0.03 | 59.16 | 0.91 | 0.69 |
| Hex | F8 | F6 | 69 | 0 | 1 | 3A | 3 | 3B | 5B | 45 |
| Octal | 370 | 366 | 151 | 0 | 1 | 72 | 3 | 73 | 133 | 105 |
| Binary | 11111000 | 11110110 | 1101001 | 0 | 1 | 111010 | 11 | 111011 | 1011011 | 1000101 |
Color Harmonies of #F8F669
Complementary color
Monochromatic Colors of #F8F669
Black with #F8F669
Text Example
Text Example
White with #F8F669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F669; }
p { color: rgb(248,246,105); }
H1.HeaderClassName
{
color: #F8F669;
}
.AnyTagClassName
{
color: #F8F669;
}
</style>
background-color css
<style>
a { background-color: #F8F669; }
a { background-color: rgb(248,246,105); }
div.DivClassName
{
background-color: #F8F669;
}
.BgClassName
{
background-color: #F8F669;
}
</style>
border-color css
<style>
span { border-color: #F8F669; }
span { border-color: rgb(248,246,105); }
td.TdClassName
{
border-color: #F8F669;
}
.TagClassName
{
border-color: #F8F669;
}
</style>