Shades of Red Orange #F8461E
Tints of Red Orange #F8461E
RGB
CMYK
RGB Variations
Color information
#F8461E (or 0xF8461E) is known color: Red Orange. HEX triplet: F8, 46 and 1E. RGB value is (248,70,30). Sum of RGB (Red+Green+Blue) = 248+70+30=348 (46% of max value = 765). Red value is 248 (97.27% from 255 or 71.26% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 30 (12.11% from 255 or 8.62% from 348); Max value from RGB is 248 - color contains mainly: red. Hex color #F8461E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8461E is #07B9E1. Grayscale: #767676. Windows color (decimal): -506338 or 1984248. OLE color: 1984248.
HSL color Cylindrical-coordinate representation of color #F8461E: hue angle of 11.01º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F8461E is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 70 | 30 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.03 |
| HSL | 11.01º | 0.94% | 0.55% | - |
| HSV(B) | 11.01º | 0.88% | 0.97% | - |
| XYZ | 41.14 | 24.43 | 3.78 | - |
| YUV | 118.66 | 77.97 | 220.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 70 | 30 | 0 | 0.72 | 0.88 | 0.03 | 11.01 | 0.94 | 0.55 |
| Hex | F8 | 46 | 1E | 0 | 48 | 58 | 3 | B | 5E | 37 |
| Octal | 370 | 106 | 36 | 0 | 110 | 130 | 3 | 13 | 136 | 67 |
| Binary | 11111000 | 1000110 | 11110 | 0 | 1001000 | 1011000 | 11 | 1011 | 1011110 | 110111 |
Color Harmonies of #F8461E
Complementary color
Monochromatic Colors of #F8461E
Black with #F8461E
Text Example
Text Example
White with #F8461E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8461E; }
p { color: rgb(248,70,30); }
H1.HeaderClassName
{
color: #F8461E;
}
.AnyTagClassName
{
color: #F8461E;
}
</style>
background-color css
<style>
a { background-color: #F8461E; }
a { background-color: rgb(248,70,30); }
div.DivClassName
{
background-color: #F8461E;
}
.BgClassName
{
background-color: #F8461E;
}
</style>
border-color css
<style>
span { border-color: #F8461E; }
span { border-color: rgb(248,70,30); }
td.TdClassName
{
border-color: #F8461E;
}
.TagClassName
{
border-color: #F8461E;
}
</style>