Shades of Red Orange #F8312E
Tints of Red Orange #F8312E
RGB
CMYK
RGB Variations
Color information
#F8312E (or 0xF8312E) is known color: Red Orange. HEX triplet: F8, 31 and 2E. RGB value is (248,49,46). Sum of RGB (Red+Green+Blue) = 248+49+46=343 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.30% from 343); Green value is 49 (19.53% from 255 or 14.29% from 343); Blue value is 46 (18.36% from 255 or 13.41% from 343); Max value from RGB is 248 - color contains mainly: red. Hex color #F8312E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8312E is #07CED1. Grayscale: #6C6C6C. Windows color (decimal): -511698 or 3027448. OLE color: 3027448.
HSL color Cylindrical-coordinate representation of color #F8312E: hue angle of 0.89º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F8312E is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 49 | 46 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.03 |
| HSL | 0.89º | 0.94% | 0.58% | - |
| HSV(B) | 0.89º | 0.81% | 0.97% | - |
| XYZ | 40.3 | 22.35 | 4.77 | - |
| YUV | 108.16 | 92.93 | 227.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 49 | 46 | 0 | 0.80 | 0.81 | 0.03 | 0.89 | 0.94 | 0.58 |
| Hex | F8 | 31 | 2E | 0 | 50 | 51 | 3 | 1 | 5E | 3A |
| Octal | 370 | 61 | 56 | 0 | 120 | 121 | 3 | 1 | 136 | 72 |
| Binary | 11111000 | 110001 | 101110 | 0 | 1010000 | 1010001 | 11 | 1 | 1011110 | 111010 |
Color Harmonies of #F8312E
Complementary color
Monochromatic Colors of #F8312E
Black with #F8312E
Text Example
Text Example
White with #F8312E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8312E; }
p { color: rgb(248,49,46); }
H1.HeaderClassName
{
color: #F8312E;
}
.AnyTagClassName
{
color: #F8312E;
}
</style>
background-color css
<style>
a { background-color: #F8312E; }
a { background-color: rgb(248,49,46); }
div.DivClassName
{
background-color: #F8312E;
}
.BgClassName
{
background-color: #F8312E;
}
</style>
border-color css
<style>
span { border-color: #F8312E; }
span { border-color: rgb(248,49,46); }
td.TdClassName
{
border-color: #F8312E;
}
.TagClassName
{
border-color: #F8312E;
}
</style>