Shades of Bittersweet #F8635E
Tints of Bittersweet #F8635E
RGB
CMYK
RGB Variations
Color information
#F8635E (or 0xF8635E) is known color: Bittersweet. HEX triplet: F8, 63 and 5E. RGB value is (248,99,94). Sum of RGB (Red+Green+Blue) = 248+99+94=441 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.24% from 441); Green value is 99 (39.06% from 255 or 22.45% from 441); Blue value is 94 (37.11% from 255 or 21.32% from 441); Max value from RGB is 248 - color contains mainly: red. Hex color #F8635E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8635E is #079CA1. Grayscale: #8F8F8F. Windows color (decimal): -498850 or 6185976. OLE color: 6185976.
HSL color Cylindrical-coordinate representation of color #F8635E: hue angle of 1.95º 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 #F8635E is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 99 | 94 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.03 |
| HSL | 1.95º | 0.92% | 0.67% | - |
| HSV(B) | 1.95º | 0.62% | 0.97% | - |
| XYZ | 45.19 | 29.69 | 13.94 | - |
| YUV | 142.98 | 100.36 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 99 | 94 | 0 | 0.60 | 0.62 | 0.03 | 1.95 | 0.92 | 0.67 |
| Hex | F8 | 63 | 5E | 0 | 3C | 3E | 3 | 2 | 5C | 43 |
| Octal | 370 | 143 | 136 | 0 | 74 | 76 | 3 | 2 | 134 | 103 |
| Binary | 11111000 | 1100011 | 1011110 | 0 | 111100 | 111110 | 11 | 10 | 1011100 | 1000011 |
Color Harmonies of #F8635E
Complementary color
Monochromatic Colors of #F8635E
Black with #F8635E
Text Example
Text Example
White with #F8635E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8635E; }
p { color: rgb(248,99,94); }
H1.HeaderClassName
{
color: #F8635E;
}
.AnyTagClassName
{
color: #F8635E;
}
</style>
background-color css
<style>
a { background-color: #F8635E; }
a { background-color: rgb(248,99,94); }
div.DivClassName
{
background-color: #F8635E;
}
.BgClassName
{
background-color: #F8635E;
}
</style>
border-color css
<style>
span { border-color: #F8635E; }
span { border-color: rgb(248,99,94); }
td.TdClassName
{
border-color: #F8635E;
}
.TagClassName
{
border-color: #F8635E;
}
</style>