Shades of Orange Red #F8370D
Tints of Orange Red #F8370D
RGB
CMYK
RGB Variations
Color information
#F8370D (or 0xF8370D) is known color: Orange Red. HEX triplet: F8, 37 and 0D. RGB value is (248,55,13). Sum of RGB (Red+Green+Blue) = 248+55+13=316 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.48% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 13 (5.47% from 255 or 4.11% from 316); Max value from RGB is 248 - color contains mainly: red. Hex color #F8370D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F8370D is #07C8F2. Grayscale: #6C6C6C. Windows color (decimal): -510195 or 866296. OLE color: 866296.
HSL color Cylindrical-coordinate representation of color #F8370D: hue angle of 10.72º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F8370D is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 55 | 13 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.03 |
| HSL | 10.72º | 0.94% | 0.51% | - |
| HSV(B) | 10.72º | 0.95% | 0.97% | - |
| XYZ | 40.15 | 22.72 | 2.65 | - |
| YUV | 107.92 | 74.44 | 227.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 55 | 13 | 0 | 0.78 | 0.95 | 0.03 | 10.72 | 0.94 | 0.51 |
| Hex | F8 | 37 | D | 0 | 4E | 5F | 3 | B | 5E | 33 |
| Octal | 370 | 67 | 15 | 0 | 116 | 137 | 3 | 13 | 136 | 63 |
| Binary | 11111000 | 110111 | 1101 | 0 | 1001110 | 1011111 | 11 | 1011 | 1011110 | 110011 |
Color Harmonies of #F8370D
Complementary color
Monochromatic Colors of #F8370D
Black with #F8370D
Text Example
Text Example
White with #F8370D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8370D; }
p { color: rgb(248,55,13); }
H1.HeaderClassName
{
color: #F8370D;
}
.AnyTagClassName
{
color: #F8370D;
}
</style>
background-color css
<style>
a { background-color: #F8370D; }
a { background-color: rgb(248,55,13); }
div.DivClassName
{
background-color: #F8370D;
}
.BgClassName
{
background-color: #F8370D;
}
</style>
border-color css
<style>
span { border-color: #F8370D; }
span { border-color: rgb(248,55,13); }
td.TdClassName
{
border-color: #F8370D;
}
.TagClassName
{
border-color: #F8370D;
}
</style>