Shades of Red Orange #F83231
Tints of Red Orange #F83231
RGB
CMYK
RGB Variations
Color information
#F83231 (or 0xF83231) is known color: Red Orange. HEX triplet: F8, 32 and 31. RGB value is (248,50,49). Sum of RGB (Red+Green+Blue) = 248+50+49=347 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.47% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 49 (19.53% from 255 or 14.12% from 347); Max value from RGB is 248 - color contains mainly: red. Hex color #F83231 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83231 is #07CDCE. Grayscale: #6D6D6D. Windows color (decimal): -511439 or 3224312. OLE color: 3224312.
HSL color Cylindrical-coordinate representation of color #F83231: hue angle of 0.3º 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 #F83231 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 50 | 49 | - |
| CMYK | 0 | 0.80 | 0.80 | 0.03 |
| HSL | 0.3º | 0.93% | 0.58% | - |
| HSV(B) | 0.3º | 0.8% | 0.97% | - |
| XYZ | 40.41 | 22.46 | 5.11 | - |
| YUV | 109.09 | 94.1 | 227.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 50 | 49 | 0 | 0.80 | 0.80 | 0.03 | 0.3 | 0.93 | 0.58 |
| Hex | F8 | 32 | 31 | 0 | 50 | 50 | 3 | 0 | 5D | 3A |
| Octal | 370 | 62 | 61 | 0 | 120 | 120 | 3 | 0 | 135 | 72 |
| Binary | 11111000 | 110010 | 110001 | 0 | 1010000 | 1010000 | 11 | 0 | 1011101 | 111010 |
Color Harmonies of #F83231
Complementary color
Monochromatic Colors of #F83231
Black with #F83231
Text Example
Text Example
White with #F83231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83231; }
p { color: rgb(248,50,49); }
H1.HeaderClassName
{
color: #F83231;
}
.AnyTagClassName
{
color: #F83231;
}
</style>
background-color css
<style>
a { background-color: #F83231; }
a { background-color: rgb(248,50,49); }
div.DivClassName
{
background-color: #F83231;
}
.BgClassName
{
background-color: #F83231;
}
</style>
border-color css
<style>
span { border-color: #F83231; }
span { border-color: rgb(248,50,49); }
td.TdClassName
{
border-color: #F83231;
}
.TagClassName
{
border-color: #F83231;
}
</style>