Shades of Red Orange #F83022
Tints of Red Orange #F83022
RGB
CMYK
RGB Variations
Color information
#F83022 (or 0xF83022) is known color: Red Orange. HEX triplet: F8, 30 and 22. RGB value is (248,48,34). Sum of RGB (Red+Green+Blue) = 248+48+34=330 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.15% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 34 (13.67% from 255 or 10.30% from 330); Max value from RGB is 248 - color contains mainly: red. Hex color #F83022 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83022 is #07CFDD. Grayscale: #6A6A6A. Windows color (decimal): -511966 or 2240760. OLE color: 2240760.
HSL color Cylindrical-coordinate representation of color #F83022: hue angle of 3.93º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F83022 is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 48 | 34 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.03 |
| HSL | 3.93º | 0.94% | 0.55% | - |
| HSV(B) | 3.93º | 0.86% | 0.97% | - |
| XYZ | 40.06 | 22.19 | 3.68 | - |
| YUV | 106.2 | 87.26 | 229.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 48 | 34 | 0 | 0.81 | 0.86 | 0.03 | 3.93 | 0.94 | 0.55 |
| Hex | F8 | 30 | 22 | 0 | 51 | 56 | 3 | 4 | 5E | 37 |
| Octal | 370 | 60 | 42 | 0 | 121 | 126 | 3 | 4 | 136 | 67 |
| Binary | 11111000 | 110000 | 100010 | 0 | 1010001 | 1010110 | 11 | 100 | 1011110 | 110111 |
Color Harmonies of #F83022
Complementary color
Monochromatic Colors of #F83022
Black with #F83022
Text Example
Text Example
White with #F83022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83022; }
p { color: rgb(248,48,34); }
H1.HeaderClassName
{
color: #F83022;
}
.AnyTagClassName
{
color: #F83022;
}
</style>
background-color css
<style>
a { background-color: #F83022; }
a { background-color: rgb(248,48,34); }
div.DivClassName
{
background-color: #F83022;
}
.BgClassName
{
background-color: #F83022;
}
</style>
border-color css
<style>
span { border-color: #F83022; }
span { border-color: rgb(248,48,34); }
td.TdClassName
{
border-color: #F83022;
}
.TagClassName
{
border-color: #F83022;
}
</style>