Shades of Dolly #F8F168
Tints of Dolly #F8F168
RGB
CMYK
RGB Variations
Color information
#F8F168 (or 0xF8F168) is known color: Dolly. HEX triplet: F8, F1 and 68. RGB value is (248,241,104). Sum of RGB (Red+Green+Blue) = 248+241+104=593 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.82% from 593); Green value is 241 (94.53% from 255 or 40.64% from 593); Blue value is 104 (41.02% from 255 or 17.54% from 593); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F168 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F168 is #070E97. Grayscale: #E4E4E4. Windows color (decimal): -462488 or 6877688. OLE color: 6877688.
HSL color Cylindrical-coordinate representation of color #F8F168: hue angle of 57.08º 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 #F8F168 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 241 | 104 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.03 |
| HSL | 57.08º | 0.91% | 0.69% | - |
| HSV(B) | 57.08º | 0.58% | 0.97% | - |
| XYZ | 72.67 | 83.87 | 25.45 | - |
| YUV | 227.48 | 58.32 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 241 | 104 | 0 | 0.03 | 0.58 | 0.03 | 57.08 | 0.91 | 0.69 |
| Hex | F8 | F1 | 68 | 0 | 3 | 3A | 3 | 39 | 5B | 45 |
| Octal | 370 | 361 | 150 | 0 | 3 | 72 | 3 | 71 | 133 | 105 |
| Binary | 11111000 | 11110001 | 1101000 | 0 | 11 | 111010 | 11 | 111001 | 1011011 | 1000101 |
Color Harmonies of #F8F168
Complementary color
Monochromatic Colors of #F8F168
Black with #F8F168
Text Example
Text Example
White with #F8F168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F168; }
p { color: rgb(248,241,104); }
H1.HeaderClassName
{
color: #F8F168;
}
.AnyTagClassName
{
color: #F8F168;
}
</style>
background-color css
<style>
a { background-color: #F8F168; }
a { background-color: rgb(248,241,104); }
div.DivClassName
{
background-color: #F8F168;
}
.BgClassName
{
background-color: #F8F168;
}
</style>
border-color css
<style>
span { border-color: #F8F168; }
span { border-color: rgb(248,241,104); }
td.TdClassName
{
border-color: #F8F168;
}
.TagClassName
{
border-color: #F8F168;
}
</style>