Shades of Orange Red #F84510
Tints of Orange Red #F84510
RGB
CMYK
RGB Variations
Color information
#F84510 (or 0xF84510) is known color: Orange Red. HEX triplet: F8, 45 and 10. RGB value is (248,69,16). Sum of RGB (Red+Green+Blue) = 248+69+16=333 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.47% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 16 (6.64% from 255 or 4.80% from 333); Max value from RGB is 248 - color contains mainly: red. Hex color #F84510 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84510 is #07BAEF. Grayscale: #747474. Windows color (decimal): -506608 or 1066488. OLE color: 1066488.
HSL color Cylindrical-coordinate representation of color #F84510: hue angle of 13.71º 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 #F84510 is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 69 | 16 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.03 |
| HSL | 13.71º | 0.94% | 0.52% | - |
| HSV(B) | 13.71º | 0.94% | 0.97% | - |
| XYZ | 40.93 | 24.25 | 3.01 | - |
| YUV | 116.48 | 71.3 | 221.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 69 | 16 | 0 | 0.72 | 0.94 | 0.03 | 13.71 | 0.94 | 0.52 |
| Hex | F8 | 45 | 10 | 0 | 48 | 5E | 3 | E | 5E | 34 |
| Octal | 370 | 105 | 20 | 0 | 110 | 136 | 3 | 16 | 136 | 64 |
| Binary | 11111000 | 1000101 | 10000 | 0 | 1001000 | 1011110 | 11 | 1110 | 1011110 | 110100 |
Color Harmonies of #F84510
Complementary color
Monochromatic Colors of #F84510
Black with #F84510
Text Example
Text Example
White with #F84510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84510; }
p { color: rgb(248,69,16); }
H1.HeaderClassName
{
color: #F84510;
}
.AnyTagClassName
{
color: #F84510;
}
</style>
background-color css
<style>
a { background-color: #F84510; }
a { background-color: rgb(248,69,16); }
div.DivClassName
{
background-color: #F84510;
}
.BgClassName
{
background-color: #F84510;
}
</style>
border-color css
<style>
span { border-color: #F84510; }
span { border-color: rgb(248,69,16); }
td.TdClassName
{
border-color: #F84510;
}
.TagClassName
{
border-color: #F84510;
}
</style>