Shades of Red Orange #F83124
Tints of Red Orange #F83124
RGB
CMYK
RGB Variations
Color information
#F83124 (or 0xF83124) is known color: Red Orange. HEX triplet: F8, 31 and 24. RGB value is (248,49,36). Sum of RGB (Red+Green+Blue) = 248+49+36=333 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.47% from 333); Green value is 49 (19.53% from 255 or 14.71% from 333); Blue value is 36 (14.45% from 255 or 10.81% from 333); Max value from RGB is 248 - color contains mainly: red. Hex color #F83124 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83124 is #07CEDB. Grayscale: #6B6B6B. Windows color (decimal): -511708 or 2372088. OLE color: 2372088.
HSL color Cylindrical-coordinate representation of color #F83124: hue angle of 3.68º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F83124 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 49 | 36 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.03 |
| HSL | 3.68º | 0.94% | 0.56% | - |
| HSV(B) | 3.68º | 0.85% | 0.97% | - |
| XYZ | 40.13 | 22.28 | 3.85 | - |
| YUV | 107.02 | 87.93 | 228.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 49 | 36 | 0 | 0.80 | 0.85 | 0.03 | 3.68 | 0.94 | 0.56 |
| Hex | F8 | 31 | 24 | 0 | 50 | 55 | 3 | 4 | 5E | 38 |
| Octal | 370 | 61 | 44 | 0 | 120 | 125 | 3 | 4 | 136 | 70 |
| Binary | 11111000 | 110001 | 100100 | 0 | 1010000 | 1010101 | 11 | 100 | 1011110 | 111000 |
Color Harmonies of #F83124
Complementary color
Monochromatic Colors of #F83124
Black with #F83124
Text Example
Text Example
White with #F83124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83124; }
p { color: rgb(248,49,36); }
H1.HeaderClassName
{
color: #F83124;
}
.AnyTagClassName
{
color: #F83124;
}
</style>
background-color css
<style>
a { background-color: #F83124; }
a { background-color: rgb(248,49,36); }
div.DivClassName
{
background-color: #F83124;
}
.BgClassName
{
background-color: #F83124;
}
</style>
border-color css
<style>
span { border-color: #F83124; }
span { border-color: rgb(248,49,36); }
td.TdClassName
{
border-color: #F83124;
}
.TagClassName
{
border-color: #F83124;
}
</style>