Shades of Orange Red #F8400B
Tints of Orange Red #F8400B
RGB
CMYK
RGB Variations
Color information
#F8400B (or 0xF8400B) is known color: Orange Red. HEX triplet: F8, 40 and 0B. RGB value is (248,64,11). Sum of RGB (Red+Green+Blue) = 248+64+11=323 (42% of max value = 765). Red value is 248 (97.27% from 255 or 76.78% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 11 (4.69% from 255 or 3.41% from 323); Max value from RGB is 248 - color contains mainly: red. Hex color #F8400B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F8400B is #07BFF4. Grayscale: #717171. Windows color (decimal): -507893 or 737528. OLE color: 737528.
HSL color Cylindrical-coordinate representation of color #F8400B: hue angle of 13.42º 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 #F8400B is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 64 | 11 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.03 |
| HSL | 13.42º | 0.94% | 0.51% | - |
| HSV(B) | 13.42º | 0.96% | 0.97% | - |
| XYZ | 40.61 | 23.65 | 2.74 | - |
| YUV | 112.97 | 70.46 | 224.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 64 | 11 | 0 | 0.74 | 0.96 | 0.03 | 13.42 | 0.94 | 0.51 |
| Hex | F8 | 40 | B | 0 | 4A | 60 | 3 | D | 5E | 33 |
| Octal | 370 | 100 | 13 | 0 | 112 | 140 | 3 | 15 | 136 | 63 |
| Binary | 11111000 | 1000000 | 1011 | 0 | 1001010 | 1100000 | 11 | 1101 | 1011110 | 110011 |
Color Harmonies of #F8400B
Complementary color
Monochromatic Colors of #F8400B
Black with #F8400B
Text Example
Text Example
White with #F8400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8400B; }
p { color: rgb(248,64,11); }
H1.HeaderClassName
{
color: #F8400B;
}
.AnyTagClassName
{
color: #F8400B;
}
</style>
background-color css
<style>
a { background-color: #F8400B; }
a { background-color: rgb(248,64,11); }
div.DivClassName
{
background-color: #F8400B;
}
.BgClassName
{
background-color: #F8400B;
}
</style>
border-color css
<style>
span { border-color: #F8400B; }
span { border-color: rgb(248,64,11); }
td.TdClassName
{
border-color: #F8400B;
}
.TagClassName
{
border-color: #F8400B;
}
</style>