Shades of Red Orange #F8392C
Tints of Red Orange #F8392C
RGB
CMYK
RGB Variations
Color information
#F8392C (or 0xF8392C) is known color: Red Orange. HEX triplet: F8, 39 and 2C. RGB value is (248,57,44). Sum of RGB (Red+Green+Blue) = 248+57+44=349 (46% of max value = 765). Red value is 248 (97.27% from 255 or 71.06% from 349); Green value is 57 (22.66% from 255 or 16.33% from 349); Blue value is 44 (17.58% from 255 or 12.61% from 349); Max value from RGB is 248 - color contains mainly: red. Hex color #F8392C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8392C is #07C6D3. Grayscale: #707070. Windows color (decimal): -509652 or 2898424. OLE color: 2898424.
HSL color Cylindrical-coordinate representation of color #F8392C: hue angle of 3.82º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F8392C is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 57 | 44 | - |
| CMYK | 0 | 0.77 | 0.82 | 0.03 |
| HSL | 3.82º | 0.94% | 0.57% | - |
| HSV(B) | 3.82º | 0.82% | 0.97% | - |
| XYZ | 40.63 | 23.06 | 4.69 | - |
| YUV | 112.63 | 89.28 | 224.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 57 | 44 | 0 | 0.77 | 0.82 | 0.03 | 3.82 | 0.94 | 0.57 |
| Hex | F8 | 39 | 2C | 0 | 4D | 52 | 3 | 4 | 5E | 39 |
| Octal | 370 | 71 | 54 | 0 | 115 | 122 | 3 | 4 | 136 | 71 |
| Binary | 11111000 | 111001 | 101100 | 0 | 1001101 | 1010010 | 11 | 100 | 1011110 | 111001 |
Color Harmonies of #F8392C
Complementary color
Monochromatic Colors of #F8392C
Black with #F8392C
Text Example
Text Example
White with #F8392C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8392C; }
p { color: rgb(248,57,44); }
H1.HeaderClassName
{
color: #F8392C;
}
.AnyTagClassName
{
color: #F8392C;
}
</style>
background-color css
<style>
a { background-color: #F8392C; }
a { background-color: rgb(248,57,44); }
div.DivClassName
{
background-color: #F8392C;
}
.BgClassName
{
background-color: #F8392C;
}
</style>
border-color css
<style>
span { border-color: #F8392C; }
span { border-color: rgb(248,57,44); }
td.TdClassName
{
border-color: #F8392C;
}
.TagClassName
{
border-color: #F8392C;
}
</style>