Shades of Orange Red #F8360B
Tints of Orange Red #F8360B
RGB
CMYK
RGB Variations
Color information
#F8360B (or 0xF8360B) is known color: Orange Red. HEX triplet: F8, 36 and 0B. RGB value is (248,54,11). Sum of RGB (Red+Green+Blue) = 248+54+11=313 (41% of max value = 765). Red value is 248 (97.27% from 255 or 79.23% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 248 - color contains mainly: red. Hex color #F8360B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F8360B is #07C9F4. Grayscale: #6B6B6B. Windows color (decimal): -510453 or 734968. OLE color: 734968.
HSL color Cylindrical-coordinate representation of color #F8360B: hue angle of 10.89º 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 #F8360B is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 54 | 11 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.03 |
| HSL | 10.89º | 0.94% | 0.51% | - |
| HSV(B) | 10.89º | 0.96% | 0.97% | - |
| XYZ | 40.09 | 22.62 | 2.57 | - |
| YUV | 107.1 | 73.77 | 228.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 54 | 11 | 0 | 0.78 | 0.96 | 0.03 | 10.89 | 0.94 | 0.51 |
| Hex | F8 | 36 | B | 0 | 4E | 60 | 3 | B | 5E | 33 |
| Octal | 370 | 66 | 13 | 0 | 116 | 140 | 3 | 13 | 136 | 63 |
| Binary | 11111000 | 110110 | 1011 | 0 | 1001110 | 1100000 | 11 | 1011 | 1011110 | 110011 |
Color Harmonies of #F8360B
Complementary color
Monochromatic Colors of #F8360B
Black with #F8360B
Text Example
Text Example
White with #F8360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8360B; }
p { color: rgb(248,54,11); }
H1.HeaderClassName
{
color: #F8360B;
}
.AnyTagClassName
{
color: #F8360B;
}
</style>
background-color css
<style>
a { background-color: #F8360B; }
a { background-color: rgb(248,54,11); }
div.DivClassName
{
background-color: #F8360B;
}
.BgClassName
{
background-color: #F8360B;
}
</style>
border-color css
<style>
span { border-color: #F8360B; }
span { border-color: rgb(248,54,11); }
td.TdClassName
{
border-color: #F8360B;
}
.TagClassName
{
border-color: #F8360B;
}
</style>