Shades of Orange Red #F84310
Tints of Orange Red #F84310
RGB
CMYK
RGB Variations
Color information
#F84310 (or 0xF84310) is known color: Orange Red. HEX triplet: F8, 43 and 10. RGB value is (248,67,16). Sum of RGB (Red+Green+Blue) = 248+67+16=331 (43% of max value = 765). Red value is 248 (97.27% from 255 or 74.92% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 16 (6.64% from 255 or 4.83% from 331); Max value from RGB is 248 - color contains mainly: red. Hex color #F84310 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84310 is #07BCEF. Grayscale: #737373. Windows color (decimal): -507120 or 1065976. OLE color: 1065976.
HSL color Cylindrical-coordinate representation of color #F84310: hue angle of 13.19º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F84310 is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 67 | 16 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.03 |
| HSL | 13.19º | 0.94% | 0.52% | - |
| HSV(B) | 13.19º | 0.94% | 0.97% | - |
| XYZ | 40.81 | 24.01 | 2.97 | - |
| YUV | 115.31 | 71.97 | 222.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 67 | 16 | 0 | 0.73 | 0.94 | 0.03 | 13.19 | 0.94 | 0.52 |
| Hex | F8 | 43 | 10 | 0 | 49 | 5E | 3 | D | 5E | 34 |
| Octal | 370 | 103 | 20 | 0 | 111 | 136 | 3 | 15 | 136 | 64 |
| Binary | 11111000 | 1000011 | 10000 | 0 | 1001001 | 1011110 | 11 | 1101 | 1011110 | 110100 |
Color Harmonies of #F84310
Complementary color
Monochromatic Colors of #F84310
Black with #F84310
Text Example
Text Example
White with #F84310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84310; }
p { color: rgb(248,67,16); }
H1.HeaderClassName
{
color: #F84310;
}
.AnyTagClassName
{
color: #F84310;
}
</style>
background-color css
<style>
a { background-color: #F84310; }
a { background-color: rgb(248,67,16); }
div.DivClassName
{
background-color: #F84310;
}
.BgClassName
{
background-color: #F84310;
}
</style>
border-color css
<style>
span { border-color: #F84310; }
span { border-color: rgb(248,67,16); }
td.TdClassName
{
border-color: #F84310;
}
.TagClassName
{
border-color: #F84310;
}
</style>