Shades of Bittersweet #F8745A
Tints of Bittersweet #F8745A
RGB
CMYK
RGB Variations
Color information
#F8745A (or 0xF8745A) is known color: Bittersweet. HEX triplet: F8, 74 and 5A. RGB value is (248,116,90). Sum of RGB (Red+Green+Blue) = 248+116+90=454 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.63% from 454); Green value is 116 (45.70% from 255 or 25.55% from 454); Blue value is 90 (35.55% from 255 or 19.82% from 454); Max value from RGB is 248 - color contains mainly: red. Hex color #F8745A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8745A is #078BA5. Grayscale: #989898. Windows color (decimal): -494502 or 5928184. OLE color: 5928184.
HSL color Cylindrical-coordinate representation of color #F8745A: hue angle of 9.87º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F8745A is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 116 | 90 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.03 |
| HSL | 9.87º | 0.92% | 0.66% | - |
| HSV(B) | 9.87º | 0.64% | 0.97% | - |
| XYZ | 46.8 | 33.19 | 13.61 | - |
| YUV | 152.5 | 92.73 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 116 | 90 | 0 | 0.53 | 0.64 | 0.03 | 9.87 | 0.92 | 0.66 |
| Hex | F8 | 74 | 5A | 0 | 35 | 40 | 3 | A | 5C | 42 |
| Octal | 370 | 164 | 132 | 0 | 65 | 100 | 3 | 12 | 134 | 102 |
| Binary | 11111000 | 1110100 | 1011010 | 0 | 110101 | 1000000 | 11 | 1010 | 1011100 | 1000010 |
Color Harmonies of #F8745A
Complementary color
Monochromatic Colors of #F8745A
Black with #F8745A
Text Example
Text Example
White with #F8745A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8745A; }
p { color: rgb(248,116,90); }
H1.HeaderClassName
{
color: #F8745A;
}
.AnyTagClassName
{
color: #F8745A;
}
</style>
background-color css
<style>
a { background-color: #F8745A; }
a { background-color: rgb(248,116,90); }
div.DivClassName
{
background-color: #F8745A;
}
.BgClassName
{
background-color: #F8745A;
}
</style>
border-color css
<style>
span { border-color: #F8745A; }
span { border-color: rgb(248,116,90); }
td.TdClassName
{
border-color: #F8745A;
}
.TagClassName
{
border-color: #F8745A;
}
</style>