Shades of Red Orange #F8461C
Tints of Red Orange #F8461C
RGB
CMYK
RGB Variations
Color information
#F8461C (or 0xF8461C) is known color: Red Orange. HEX triplet: F8, 46 and 1C. RGB value is (248,70,28). Sum of RGB (Red+Green+Blue) = 248+70+28=346 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.68% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 28 (11.33% from 255 or 8.09% from 346); Max value from RGB is 248 - color contains mainly: red. Hex color #F8461C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8461C is #07B9E3. Grayscale: #767676. Windows color (decimal): -506340 or 1853176. OLE color: 1853176.
HSL color Cylindrical-coordinate representation of color #F8461C: hue angle of 11.45º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F8461C is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 70 | 28 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.03 |
| HSL | 11.45º | 0.94% | 0.54% | - |
| HSV(B) | 11.45º | 0.89% | 0.97% | - |
| XYZ | 41.11 | 24.42 | 3.65 | - |
| YUV | 118.43 | 76.97 | 220.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 70 | 28 | 0 | 0.72 | 0.89 | 0.03 | 11.45 | 0.94 | 0.54 |
| Hex | F8 | 46 | 1C | 0 | 48 | 59 | 3 | B | 5E | 36 |
| Octal | 370 | 106 | 34 | 0 | 110 | 131 | 3 | 13 | 136 | 66 |
| Binary | 11111000 | 1000110 | 11100 | 0 | 1001000 | 1011001 | 11 | 1011 | 1011110 | 110110 |
Color Harmonies of #F8461C
Complementary color
Monochromatic Colors of #F8461C
Black with #F8461C
Text Example
Text Example
White with #F8461C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8461C; }
p { color: rgb(248,70,28); }
H1.HeaderClassName
{
color: #F8461C;
}
.AnyTagClassName
{
color: #F8461C;
}
</style>
background-color css
<style>
a { background-color: #F8461C; }
a { background-color: rgb(248,70,28); }
div.DivClassName
{
background-color: #F8461C;
}
.BgClassName
{
background-color: #F8461C;
}
</style>
border-color css
<style>
span { border-color: #F8461C; }
span { border-color: rgb(248,70,28); }
td.TdClassName
{
border-color: #F8461C;
}
.TagClassName
{
border-color: #F8461C;
}
</style>