Shades of Red Orange #F8371C
Tints of Red Orange #F8371C
RGB
CMYK
RGB Variations
Color information
#F8371C (or 0xF8371C) is known color: Red Orange. HEX triplet: F8, 37 and 1C. RGB value is (248,55,28). Sum of RGB (Red+Green+Blue) = 248+55+28=331 (43% of max value = 765). Red value is 248 (97.27% from 255 or 74.92% from 331); Green value is 55 (21.88% from 255 or 16.62% from 331); Blue value is 28 (11.33% from 255 or 8.46% from 331); Max value from RGB is 248 - color contains mainly: red. Hex color #F8371C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8371C is #07C8E3. Grayscale: #6D6D6D. Windows color (decimal): -510180 or 1849336. OLE color: 1849336.
HSL color Cylindrical-coordinate representation of color #F8371C: hue angle of 7.36º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F8371C is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 55 | 28 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.03 |
| HSL | 7.36º | 0.94% | 0.54% | - |
| HSV(B) | 7.36º | 0.89% | 0.97% | - |
| XYZ | 40.29 | 22.77 | 3.37 | - |
| YUV | 109.63 | 81.94 | 226.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 55 | 28 | 0 | 0.78 | 0.89 | 0.03 | 7.36 | 0.94 | 0.54 |
| Hex | F8 | 37 | 1C | 0 | 4E | 59 | 3 | 7 | 5E | 36 |
| Octal | 370 | 67 | 34 | 0 | 116 | 131 | 3 | 7 | 136 | 66 |
| Binary | 11111000 | 110111 | 11100 | 0 | 1001110 | 1011001 | 11 | 111 | 1011110 | 110110 |
Color Harmonies of #F8371C
Complementary color
Monochromatic Colors of #F8371C
Black with #F8371C
Text Example
Text Example
White with #F8371C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8371C; }
p { color: rgb(248,55,28); }
H1.HeaderClassName
{
color: #F8371C;
}
.AnyTagClassName
{
color: #F8371C;
}
</style>
background-color css
<style>
a { background-color: #F8371C; }
a { background-color: rgb(248,55,28); }
div.DivClassName
{
background-color: #F8371C;
}
.BgClassName
{
background-color: #F8371C;
}
</style>
border-color css
<style>
span { border-color: #F8371C; }
span { border-color: rgb(248,55,28); }
td.TdClassName
{
border-color: #F8371C;
}
.TagClassName
{
border-color: #F8371C;
}
</style>