Shades of Red Orange #F8461D
Tints of Red Orange #F8461D
RGB
CMYK
RGB Variations
Color information
#F8461D (or 0xF8461D) is known color: Red Orange. HEX triplet: F8, 46 and 1D. RGB value is (248,70,29). Sum of RGB (Red+Green+Blue) = 248+70+29=347 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.47% from 347); Green value is 70 (27.73% from 255 or 20.17% from 347); Blue value is 29 (11.72% from 255 or 8.36% from 347); Max value from RGB is 248 - color contains mainly: red. Hex color #F8461D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8461D is #07B9E2. Grayscale: #767676. Windows color (decimal): -506339 or 1918712. OLE color: 1918712.
HSL color Cylindrical-coordinate representation of color #F8461D: hue angle of 11.23º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F8461D is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 70 | 29 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.03 |
| HSL | 11.23º | 0.94% | 0.54% | - |
| HSV(B) | 11.23º | 0.88% | 0.97% | - |
| XYZ | 41.12 | 24.43 | 3.71 | - |
| YUV | 118.55 | 77.47 | 220.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 70 | 29 | 0 | 0.72 | 0.88 | 0.03 | 11.23 | 0.94 | 0.54 |
| Hex | F8 | 46 | 1D | 0 | 48 | 58 | 3 | B | 5E | 36 |
| Octal | 370 | 106 | 35 | 0 | 110 | 130 | 3 | 13 | 136 | 66 |
| Binary | 11111000 | 1000110 | 11101 | 0 | 1001000 | 1011000 | 11 | 1011 | 1011110 | 110110 |
Color Harmonies of #F8461D
Complementary color
Monochromatic Colors of #F8461D
Black with #F8461D
Text Example
Text Example
White with #F8461D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8461D; }
p { color: rgb(248,70,29); }
H1.HeaderClassName
{
color: #F8461D;
}
.AnyTagClassName
{
color: #F8461D;
}
</style>
background-color css
<style>
a { background-color: #F8461D; }
a { background-color: rgb(248,70,29); }
div.DivClassName
{
background-color: #F8461D;
}
.BgClassName
{
background-color: #F8461D;
}
</style>
border-color css
<style>
span { border-color: #F8461D; }
span { border-color: rgb(248,70,29); }
td.TdClassName
{
border-color: #F8461D;
}
.TagClassName
{
border-color: #F8461D;
}
</style>