Shades of Red Orange #F73421
Tints of Red Orange #F73421
RGB
CMYK
RGB Variations
Color information
#F73421 (or 0xF73421) is known color: Red Orange. HEX triplet: F7, 34 and 21. RGB value is (247,52,33). Sum of RGB (Red+Green+Blue) = 247+52+33=332 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.40% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 33 (13.28% from 255 or 9.94% from 332); Max value from RGB is 247 - color contains mainly: red. Hex color #F73421 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73421 is #08CBDE. Grayscale: #6C6C6C. Windows color (decimal): -576479 or 2176247. OLE color: 2176247.
HSL color Cylindrical-coordinate representation of color #F73421: hue angle of 5.33º degrees, saturation: 0.93, 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 #F73421 is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 52 | 33 | - |
| CMYK | 0 | 0.79 | 0.87 | 0.03 |
| HSL | 5.33º | 0.93% | 0.55% | - |
| HSV(B) | 5.33º | 0.87% | 0.97% | - |
| XYZ | 39.86 | 22.34 | 3.65 | - |
| YUV | 108.14 | 85.6 | 227.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 52 | 33 | 0 | 0.79 | 0.87 | 0.03 | 5.33 | 0.93 | 0.55 |
| Hex | F7 | 34 | 21 | 0 | 4F | 57 | 3 | 5 | 5D | 37 |
| Octal | 367 | 64 | 41 | 0 | 117 | 127 | 3 | 5 | 135 | 67 |
| Binary | 11110111 | 110100 | 100001 | 0 | 1001111 | 1010111 | 11 | 101 | 1011101 | 110111 |
Color Harmonies of #F73421
Complementary color
Monochromatic Colors of #F73421
Black with #F73421
Text Example
Text Example
White with #F73421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73421; }
p { color: rgb(247,52,33); }
H1.HeaderClassName
{
color: #F73421;
}
.AnyTagClassName
{
color: #F73421;
}
</style>
background-color css
<style>
a { background-color: #F73421; }
a { background-color: rgb(247,52,33); }
div.DivClassName
{
background-color: #F73421;
}
.BgClassName
{
background-color: #F73421;
}
</style>
border-color css
<style>
span { border-color: #F73421; }
span { border-color: rgb(247,52,33); }
td.TdClassName
{
border-color: #F73421;
}
.TagClassName
{
border-color: #F73421;
}
</style>