Shades of Dolly #F8F57A
Tints of Dolly #F8F57A
RGB
CMYK
RGB Variations
Color information
#F8F57A (or 0xF8F57A) is known color: Dolly. HEX triplet: F8, F5 and 7A. RGB value is (248,245,122). Sum of RGB (Red+Green+Blue) = 248+245+122=615 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.33% from 615); Green value is 245 (96.09% from 255 or 39.84% from 615); Blue value is 122 (48.05% from 255 or 19.84% from 615); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F57A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F57A is #070A85. Grayscale: #E8E8E8. Windows color (decimal): -461446 or 8058360. OLE color: 8058360.
HSL color Cylindrical-coordinate representation of color #F8F57A: hue angle of 58.57º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F8F57A is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 245 | 122 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.03 |
| HSL | 58.57º | 0.9% | 0.73% | - |
| HSV(B) | 58.57º | 0.51% | 0.97% | - |
| XYZ | 74.88 | 86.67 | 31.19 | - |
| YUV | 231.88 | 65.99 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 245 | 122 | 0 | 0.01 | 0.51 | 0.03 | 58.57 | 0.9 | 0.73 |
| Hex | F8 | F5 | 7A | 0 | 1 | 33 | 3 | 3B | 5A | 49 |
| Octal | 370 | 365 | 172 | 0 | 1 | 63 | 3 | 73 | 132 | 111 |
| Binary | 11111000 | 11110101 | 1111010 | 0 | 1 | 110011 | 11 | 111011 | 1011010 | 1001001 |
Color Harmonies of #F8F57A
Complementary color
Monochromatic Colors of #F8F57A
Black with #F8F57A
Text Example
Text Example
White with #F8F57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F57A; }
p { color: rgb(248,245,122); }
H1.HeaderClassName
{
color: #F8F57A;
}
.AnyTagClassName
{
color: #F8F57A;
}
</style>
background-color css
<style>
a { background-color: #F8F57A; }
a { background-color: rgb(248,245,122); }
div.DivClassName
{
background-color: #F8F57A;
}
.BgClassName
{
background-color: #F8F57A;
}
</style>
border-color css
<style>
span { border-color: #F8F57A; }
span { border-color: rgb(248,245,122); }
td.TdClassName
{
border-color: #F8F57A;
}
.TagClassName
{
border-color: #F8F57A;
}
</style>