Shades of Orange Red #F8410B
Tints of Orange Red #F8410B
RGB
CMYK
RGB Variations
Color information
#F8410B (or 0xF8410B) is known color: Orange Red. HEX triplet: F8, 41 and 0B. RGB value is (248,65,11). Sum of RGB (Red+Green+Blue) = 248+65+11=324 (42% of max value = 765). Red value is 248 (97.27% from 255 or 76.54% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 11 (4.69% from 255 or 3.40% from 324); Max value from RGB is 248 - color contains mainly: red. Hex color #F8410B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F8410B is #07BEF4. Grayscale: #717171. Windows color (decimal): -507637 or 737784. OLE color: 737784.
HSL color Cylindrical-coordinate representation of color #F8410B: hue angle of 13.67º 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 #F8410B is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 65 | 11 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.03 |
| HSL | 13.67º | 0.94% | 0.51% | - |
| HSV(B) | 13.67º | 0.96% | 0.97% | - |
| XYZ | 40.66 | 23.76 | 2.76 | - |
| YUV | 113.56 | 70.13 | 223.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 65 | 11 | 0 | 0.74 | 0.96 | 0.03 | 13.67 | 0.94 | 0.51 |
| Hex | F8 | 41 | B | 0 | 4A | 60 | 3 | E | 5E | 33 |
| Octal | 370 | 101 | 13 | 0 | 112 | 140 | 3 | 16 | 136 | 63 |
| Binary | 11111000 | 1000001 | 1011 | 0 | 1001010 | 1100000 | 11 | 1110 | 1011110 | 110011 |
Color Harmonies of #F8410B
Complementary color
Monochromatic Colors of #F8410B
Black with #F8410B
Text Example
Text Example
White with #F8410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8410B; }
p { color: rgb(248,65,11); }
H1.HeaderClassName
{
color: #F8410B;
}
.AnyTagClassName
{
color: #F8410B;
}
</style>
background-color css
<style>
a { background-color: #F8410B; }
a { background-color: rgb(248,65,11); }
div.DivClassName
{
background-color: #F8410B;
}
.BgClassName
{
background-color: #F8410B;
}
</style>
border-color css
<style>
span { border-color: #F8410B; }
span { border-color: rgb(248,65,11); }
td.TdClassName
{
border-color: #F8410B;
}
.TagClassName
{
border-color: #F8410B;
}
</style>