Shades of Dolly #F8F568
Tints of Dolly #F8F568
RGB
CMYK
RGB Variations
Color information
#F8F568 (or 0xF8F568) is known color: Dolly. HEX triplet: F8, F5 and 68. RGB value is (248,245,104). Sum of RGB (Red+Green+Blue) = 248+245+104=597 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.54% from 597); Green value is 245 (96.09% from 255 or 41.04% from 597); Blue value is 104 (41.02% from 255 or 17.42% from 597); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F568 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F568 is #070A97. Grayscale: #E6E6E6. Windows color (decimal): -461464 or 6878712. OLE color: 6878712.
HSL color Cylindrical-coordinate representation of color #F8F568: hue angle of 58.75º 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 #F8F568 is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 245 | 104 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.03 |
| HSL | 58.75º | 0.91% | 0.69% | - |
| HSV(B) | 58.75º | 0.58% | 0.97% | - |
| XYZ | 73.86 | 86.26 | 25.85 | - |
| YUV | 229.82 | 56.99 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 245 | 104 | 0 | 0.01 | 0.58 | 0.03 | 58.75 | 0.91 | 0.69 |
| Hex | F8 | F5 | 68 | 0 | 1 | 3A | 3 | 3B | 5B | 45 |
| Octal | 370 | 365 | 150 | 0 | 1 | 72 | 3 | 73 | 133 | 105 |
| Binary | 11111000 | 11110101 | 1101000 | 0 | 1 | 111010 | 11 | 111011 | 1011011 | 1000101 |
Color Harmonies of #F8F568
Complementary color
Monochromatic Colors of #F8F568
Black with #F8F568
Text Example
Text Example
White with #F8F568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F568; }
p { color: rgb(248,245,104); }
H1.HeaderClassName
{
color: #F8F568;
}
.AnyTagClassName
{
color: #F8F568;
}
</style>
background-color css
<style>
a { background-color: #F8F568; }
a { background-color: rgb(248,245,104); }
div.DivClassName
{
background-color: #F8F568;
}
.BgClassName
{
background-color: #F8F568;
}
</style>
border-color css
<style>
span { border-color: #F8F568; }
span { border-color: rgb(248,245,104); }
td.TdClassName
{
border-color: #F8F568;
}
.TagClassName
{
border-color: #F8F568;
}
</style>