Shades of Bittersweet #F8725C
Tints of Bittersweet #F8725C
RGB
CMYK
RGB Variations
Color information
#F8725C (or 0xF8725C) is known color: Bittersweet. HEX triplet: F8, 72 and 5C. RGB value is (248,114,92). Sum of RGB (Red+Green+Blue) = 248+114+92=454 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.63% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 92 (36.33% from 255 or 20.26% from 454); Max value from RGB is 248 - color contains mainly: red. Hex color #F8725C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8725C is #078DA3. Grayscale: #979797. Windows color (decimal): -495012 or 6058744. OLE color: 6058744.
HSL color Cylindrical-coordinate representation of color #F8725C: hue angle of 8.46º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F8725C is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 114 | 92 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.03 |
| HSL | 8.46º | 0.92% | 0.67% | - |
| HSV(B) | 8.46º | 0.63% | 0.97% | - |
| XYZ | 46.66 | 32.76 | 13.99 | - |
| YUV | 151.56 | 94.39 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 114 | 92 | 0 | 0.54 | 0.63 | 0.03 | 8.46 | 0.92 | 0.67 |
| Hex | F8 | 72 | 5C | 0 | 36 | 3F | 3 | 8 | 5C | 43 |
| Octal | 370 | 162 | 134 | 0 | 66 | 77 | 3 | 10 | 134 | 103 |
| Binary | 11111000 | 1110010 | 1011100 | 0 | 110110 | 111111 | 11 | 1000 | 1011100 | 1000011 |
Color Harmonies of #F8725C
Complementary color
Monochromatic Colors of #F8725C
Black with #F8725C
Text Example
Text Example
White with #F8725C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8725C; }
p { color: rgb(248,114,92); }
H1.HeaderClassName
{
color: #F8725C;
}
.AnyTagClassName
{
color: #F8725C;
}
</style>
background-color css
<style>
a { background-color: #F8725C; }
a { background-color: rgb(248,114,92); }
div.DivClassName
{
background-color: #F8725C;
}
.BgClassName
{
background-color: #F8725C;
}
</style>
border-color css
<style>
span { border-color: #F8725C; }
span { border-color: rgb(248,114,92); }
td.TdClassName
{
border-color: #F8725C;
}
.TagClassName
{
border-color: #F8725C;
}
</style>