Shades of Bittersweet #F8625E
Tints of Bittersweet #F8625E
RGB
CMYK
RGB Variations
Color information
#F8625E (or 0xF8625E) is known color: Bittersweet. HEX triplet: F8, 62 and 5E. RGB value is (248,98,94). Sum of RGB (Red+Green+Blue) = 248+98+94=440 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.36% from 440); Green value is 98 (38.67% from 255 or 22.27% from 440); Blue value is 94 (37.11% from 255 or 21.36% from 440); Max value from RGB is 248 - color contains mainly: red. Hex color #F8625E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8625E is #079DA1. Grayscale: #8E8E8E. Windows color (decimal): -499106 or 6185720. OLE color: 6185720.
HSL color Cylindrical-coordinate representation of color #F8625E: hue angle of 1.56º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F8625E is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 98 | 94 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.03 |
| HSL | 1.56º | 0.92% | 0.67% | - |
| HSV(B) | 1.56º | 0.62% | 0.97% | - |
| XYZ | 45.1 | 29.5 | 13.91 | - |
| YUV | 142.39 | 100.7 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 98 | 94 | 0 | 0.60 | 0.62 | 0.03 | 1.56 | 0.92 | 0.67 |
| Hex | F8 | 62 | 5E | 0 | 3C | 3E | 3 | 2 | 5C | 43 |
| Octal | 370 | 142 | 136 | 0 | 74 | 76 | 3 | 2 | 134 | 103 |
| Binary | 11111000 | 1100010 | 1011110 | 0 | 111100 | 111110 | 11 | 10 | 1011100 | 1000011 |
Color Harmonies of #F8625E
Complementary color
Monochromatic Colors of #F8625E
Black with #F8625E
Text Example
Text Example
White with #F8625E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8625E; }
p { color: rgb(248,98,94); }
H1.HeaderClassName
{
color: #F8625E;
}
.AnyTagClassName
{
color: #F8625E;
}
</style>
background-color css
<style>
a { background-color: #F8625E; }
a { background-color: rgb(248,98,94); }
div.DivClassName
{
background-color: #F8625E;
}
.BgClassName
{
background-color: #F8625E;
}
</style>
border-color css
<style>
span { border-color: #F8625E; }
span { border-color: rgb(248,98,94); }
td.TdClassName
{
border-color: #F8625E;
}
.TagClassName
{
border-color: #F8625E;
}
</style>