Shades of Red Orange #F84022
Tints of Red Orange #F84022
RGB
CMYK
RGB Variations
Color information
#F84022 (or 0xF84022) is known color: Red Orange. HEX triplet: F8, 40 and 22. RGB value is (248,64,34). Sum of RGB (Red+Green+Blue) = 248+64+34=346 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.68% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 34 (13.67% from 255 or 9.83% from 346); Max value from RGB is 248 - color contains mainly: red. Hex color #F84022 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F84022 is #07BFDD. Grayscale: #737373. Windows color (decimal): -507870 or 2244856. OLE color: 2244856.
HSL color Cylindrical-coordinate representation of color #F84022: hue angle of 8.41º 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 #F84022 is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 64 | 34 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.03 |
| HSL | 8.41º | 0.94% | 0.55% | - |
| HSV(B) | 8.41º | 0.86% | 0.97% | - |
| XYZ | 40.83 | 23.74 | 3.94 | - |
| YUV | 115.6 | 81.96 | 222.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 64 | 34 | 0 | 0.74 | 0.86 | 0.03 | 8.41 | 0.94 | 0.55 |
| Hex | F8 | 40 | 22 | 0 | 4A | 56 | 3 | 8 | 5E | 37 |
| Octal | 370 | 100 | 42 | 0 | 112 | 126 | 3 | 10 | 136 | 67 |
| Binary | 11111000 | 1000000 | 100010 | 0 | 1001010 | 1010110 | 11 | 1000 | 1011110 | 110111 |
Color Harmonies of #F84022
Complementary color
Monochromatic Colors of #F84022
Black with #F84022
Text Example
Text Example
White with #F84022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84022; }
p { color: rgb(248,64,34); }
H1.HeaderClassName
{
color: #F84022;
}
.AnyTagClassName
{
color: #F84022;
}
</style>
background-color css
<style>
a { background-color: #F84022; }
a { background-color: rgb(248,64,34); }
div.DivClassName
{
background-color: #F84022;
}
.BgClassName
{
background-color: #F84022;
}
</style>
border-color css
<style>
span { border-color: #F84022; }
span { border-color: rgb(248,64,34); }
td.TdClassName
{
border-color: #F84022;
}
.TagClassName
{
border-color: #F84022;
}
</style>