Shades of Red Orange #F84031
Tints of Red Orange #F84031
RGB
CMYK
RGB Variations
Color information
#F84031 (or 0xF84031) is known color: Red Orange. HEX triplet: F8, 40 and 31. RGB value is (248,64,49). Sum of RGB (Red+Green+Blue) = 248+64+49=361 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.70% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 49 (19.53% from 255 or 13.57% from 361); Max value from RGB is 248 - color contains mainly: red. Hex color #F84031 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F84031 is #07BFCE. Grayscale: #757575. Windows color (decimal): -507855 or 3227896. OLE color: 3227896.
HSL color Cylindrical-coordinate representation of color #F84031: hue angle of 4.52º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F84031 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 64 | 49 | - |
| CMYK | 0 | 0.74 | 0.80 | 0.03 |
| HSL | 4.52º | 0.93% | 0.58% | - |
| HSV(B) | 4.52º | 0.8% | 0.97% | - |
| XYZ | 41.1 | 23.85 | 5.34 | - |
| YUV | 117.31 | 89.46 | 221.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 64 | 49 | 0 | 0.74 | 0.80 | 0.03 | 4.52 | 0.93 | 0.58 |
| Hex | F8 | 40 | 31 | 0 | 4A | 50 | 3 | 5 | 5D | 3A |
| Octal | 370 | 100 | 61 | 0 | 112 | 120 | 3 | 5 | 135 | 72 |
| Binary | 11111000 | 1000000 | 110001 | 0 | 1001010 | 1010000 | 11 | 101 | 1011101 | 111010 |
Color Harmonies of #F84031
Complementary color
Monochromatic Colors of #F84031
Black with #F84031
Text Example
Text Example
White with #F84031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84031; }
p { color: rgb(248,64,49); }
H1.HeaderClassName
{
color: #F84031;
}
.AnyTagClassName
{
color: #F84031;
}
</style>
background-color css
<style>
a { background-color: #F84031; }
a { background-color: rgb(248,64,49); }
div.DivClassName
{
background-color: #F84031;
}
.BgClassName
{
background-color: #F84031;
}
</style>
border-color css
<style>
span { border-color: #F84031; }
span { border-color: rgb(248,64,49); }
td.TdClassName
{
border-color: #F84031;
}
.TagClassName
{
border-color: #F84031;
}
</style>