Shades of Red Orange #F83A1F
Tints of Red Orange #F83A1F
RGB
CMYK
RGB Variations
Color information
#F83A1F (or 0xF83A1F) is known color: Red Orange. HEX triplet: F8, 3A and 1F. RGB value is (248,58,31). Sum of RGB (Red+Green+Blue) = 248+58+31=337 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.59% from 337); Green value is 58 (23.05% from 255 or 17.21% from 337); Blue value is 31 (12.5% from 255 or 9.20% from 337); Max value from RGB is 248 - color contains mainly: red. Hex color #F83A1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83A1F is #07C5E0. Grayscale: #707070. Windows color (decimal): -509409 or 2046712. OLE color: 2046712.
HSL color Cylindrical-coordinate representation of color #F83A1F: hue angle of 7.47º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F83A1F is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 58 | 31 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.03 |
| HSL | 7.47º | 0.94% | 0.55% | - |
| HSV(B) | 7.47º | 0.88% | 0.97% | - |
| XYZ | 40.47 | 23.08 | 3.62 | - |
| YUV | 111.73 | 82.45 | 225.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 58 | 31 | 0 | 0.77 | 0.88 | 0.03 | 7.47 | 0.94 | 0.55 |
| Hex | F8 | 3A | 1F | 0 | 4D | 58 | 3 | 7 | 5E | 37 |
| Octal | 370 | 72 | 37 | 0 | 115 | 130 | 3 | 7 | 136 | 67 |
| Binary | 11111000 | 111010 | 11111 | 0 | 1001101 | 1011000 | 11 | 111 | 1011110 | 110111 |
Color Harmonies of #F83A1F
Complementary color
Monochromatic Colors of #F83A1F
Black with #F83A1F
Text Example
Text Example
White with #F83A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83A1F; }
p { color: rgb(248,58,31); }
H1.HeaderClassName
{
color: #F83A1F;
}
.AnyTagClassName
{
color: #F83A1F;
}
</style>
background-color css
<style>
a { background-color: #F83A1F; }
a { background-color: rgb(248,58,31); }
div.DivClassName
{
background-color: #F83A1F;
}
.BgClassName
{
background-color: #F83A1F;
}
</style>
border-color css
<style>
span { border-color: #F83A1F; }
span { border-color: rgb(248,58,31); }
td.TdClassName
{
border-color: #F83A1F;
}
.TagClassName
{
border-color: #F83A1F;
}
</style>