Shades of Red Orange #F84020
Tints of Red Orange #F84020
RGB
CMYK
RGB Variations
Color information
#F84020 (or 0xF84020) is known color: Red Orange. HEX triplet: F8, 40 and 20. RGB value is (248,64,32). Sum of RGB (Red+Green+Blue) = 248+64+32=344 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.09% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 32 (12.89% from 255 or 9.30% from 344); Max value from RGB is 248 - color contains mainly: red. Hex color #F84020 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F84020 is #07BFDF. Grayscale: #737373. Windows color (decimal): -507872 or 2113784. OLE color: 2113784.
HSL color Cylindrical-coordinate representation of color #F84020: hue angle of 8.89º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F84020 is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 64 | 32 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.03 |
| HSL | 8.89º | 0.94% | 0.55% | - |
| HSV(B) | 8.89º | 0.87% | 0.97% | - |
| XYZ | 40.81 | 23.73 | 3.8 | - |
| YUV | 115.37 | 80.96 | 222.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 64 | 32 | 0 | 0.74 | 0.87 | 0.03 | 8.89 | 0.94 | 0.55 |
| Hex | F8 | 40 | 20 | 0 | 4A | 57 | 3 | 9 | 5E | 37 |
| Octal | 370 | 100 | 40 | 0 | 112 | 127 | 3 | 11 | 136 | 67 |
| Binary | 11111000 | 1000000 | 100000 | 0 | 1001010 | 1010111 | 11 | 1001 | 1011110 | 110111 |
Color Harmonies of #F84020
Complementary color
Monochromatic Colors of #F84020
Black with #F84020
Text Example
Text Example
White with #F84020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84020; }
p { color: rgb(248,64,32); }
H1.HeaderClassName
{
color: #F84020;
}
.AnyTagClassName
{
color: #F84020;
}
</style>
background-color css
<style>
a { background-color: #F84020; }
a { background-color: rgb(248,64,32); }
div.DivClassName
{
background-color: #F84020;
}
.BgClassName
{
background-color: #F84020;
}
</style>
border-color css
<style>
span { border-color: #F84020; }
span { border-color: rgb(248,64,32); }
td.TdClassName
{
border-color: #F84020;
}
.TagClassName
{
border-color: #F84020;
}
</style>