Shades of Red Orange #F8362B
Tints of Red Orange #F8362B
RGB
CMYK
RGB Variations
Color information
#F8362B (or 0xF8362B) is known color: Red Orange. HEX triplet: F8, 36 and 2B. RGB value is (248,54,43). Sum of RGB (Red+Green+Blue) = 248+54+43=345 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.88% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 43 (17.19% from 255 or 12.46% from 345); Max value from RGB is 248 - color contains mainly: red. Hex color #F8362B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8362B is #07C9D4. Grayscale: #6E6E6E. Windows color (decimal): -510421 or 2832120. OLE color: 2832120.
HSL color Cylindrical-coordinate representation of color #F8362B: hue angle of 3.22º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F8362B is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 54 | 43 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.03 |
| HSL | 3.22º | 0.94% | 0.57% | - |
| HSV(B) | 3.22º | 0.83% | 0.97% | - |
| XYZ | 40.47 | 22.77 | 4.55 | - |
| YUV | 110.75 | 89.77 | 225.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 54 | 43 | 0 | 0.78 | 0.83 | 0.03 | 3.22 | 0.94 | 0.57 |
| Hex | F8 | 36 | 2B | 0 | 4E | 53 | 3 | 3 | 5E | 39 |
| Octal | 370 | 66 | 53 | 0 | 116 | 123 | 3 | 3 | 136 | 71 |
| Binary | 11111000 | 110110 | 101011 | 0 | 1001110 | 1010011 | 11 | 11 | 1011110 | 111001 |
Color Harmonies of #F8362B
Complementary color
Monochromatic Colors of #F8362B
Black with #F8362B
Text Example
Text Example
White with #F8362B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8362B; }
p { color: rgb(248,54,43); }
H1.HeaderClassName
{
color: #F8362B;
}
.AnyTagClassName
{
color: #F8362B;
}
</style>
background-color css
<style>
a { background-color: #F8362B; }
a { background-color: rgb(248,54,43); }
div.DivClassName
{
background-color: #F8362B;
}
.BgClassName
{
background-color: #F8362B;
}
</style>
border-color css
<style>
span { border-color: #F8362B; }
span { border-color: rgb(248,54,43); }
td.TdClassName
{
border-color: #F8362B;
}
.TagClassName
{
border-color: #F8362B;
}
</style>