Shades of Orange Red #F8460B
Tints of Orange Red #F8460B
RGB
CMYK
RGB Variations
Color information
#F8460B (or 0xF8460B) is known color: Orange Red. HEX triplet: F8, 46 and 0B. RGB value is (248,70,11). Sum of RGB (Red+Green+Blue) = 248+70+11=329 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.38% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 11 (4.69% from 255 or 3.34% from 329); Max value from RGB is 248 - color contains mainly: red. Hex color #F8460B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F8460B is #07B9F4. Grayscale: #747474. Windows color (decimal): -506357 or 739064. OLE color: 739064.
HSL color Cylindrical-coordinate representation of color #F8460B: hue angle of 14.94º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F8460B is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 70 | 11 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.03 |
| HSL | 14.94º | 0.94% | 0.51% | - |
| HSV(B) | 14.94º | 0.96% | 0.97% | - |
| XYZ | 40.96 | 24.36 | 2.86 | - |
| YUV | 116.5 | 68.47 | 221.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 70 | 11 | 0 | 0.72 | 0.96 | 0.03 | 14.94 | 0.94 | 0.51 |
| Hex | F8 | 46 | B | 0 | 48 | 60 | 3 | F | 5E | 33 |
| Octal | 370 | 106 | 13 | 0 | 110 | 140 | 3 | 17 | 136 | 63 |
| Binary | 11111000 | 1000110 | 1011 | 0 | 1001000 | 1100000 | 11 | 1111 | 1011110 | 110011 |
Color Harmonies of #F8460B
Complementary color
Monochromatic Colors of #F8460B
Black with #F8460B
Text Example
Text Example
White with #F8460B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8460B; }
p { color: rgb(248,70,11); }
H1.HeaderClassName
{
color: #F8460B;
}
.AnyTagClassName
{
color: #F8460B;
}
</style>
background-color css
<style>
a { background-color: #F8460B; }
a { background-color: rgb(248,70,11); }
div.DivClassName
{
background-color: #F8460B;
}
.BgClassName
{
background-color: #F8460B;
}
</style>
border-color css
<style>
span { border-color: #F8460B; }
span { border-color: rgb(248,70,11); }
td.TdClassName
{
border-color: #F8460B;
}
.TagClassName
{
border-color: #F8460B;
}
</style>