Shades of Red Orange #F7321C
Tints of Red Orange #F7321C
RGB
CMYK
RGB Variations
Color information
#F7321C (or 0xF7321C) is known color: Red Orange. HEX triplet: F7, 32 and 1C. RGB value is (247,50,28). Sum of RGB (Red+Green+Blue) = 247+50+28=325 (43% of max value = 765). Red value is 247 (96.88% from 255 or 76% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 28 (11.33% from 255 or 8.62% from 325); Max value from RGB is 247 - color contains mainly: red. Hex color #F7321C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7321C is #08CDE3. Grayscale: #6A6A6A. Windows color (decimal): -576996 or 1848055. OLE color: 1848055.
HSL color Cylindrical-coordinate representation of color #F7321C: hue angle of 6.03º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F7321C is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 50 | 28 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.03 |
| HSL | 6.03º | 0.93% | 0.54% | - |
| HSV(B) | 6.03º | 0.89% | 0.97% | - |
| XYZ | 39.71 | 22.14 | 3.28 | - |
| YUV | 106.4 | 83.77 | 228.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 50 | 28 | 0 | 0.80 | 0.89 | 0.03 | 6.03 | 0.93 | 0.54 |
| Hex | F7 | 32 | 1C | 0 | 50 | 59 | 3 | 6 | 5D | 36 |
| Octal | 367 | 62 | 34 | 0 | 120 | 131 | 3 | 6 | 135 | 66 |
| Binary | 11110111 | 110010 | 11100 | 0 | 1010000 | 1011001 | 11 | 110 | 1011101 | 110110 |
Color Harmonies of #F7321C
Complementary color
Monochromatic Colors of #F7321C
Black with #F7321C
Text Example
Text Example
White with #F7321C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7321C; }
p { color: rgb(247,50,28); }
H1.HeaderClassName
{
color: #F7321C;
}
.AnyTagClassName
{
color: #F7321C;
}
</style>
background-color css
<style>
a { background-color: #F7321C; }
a { background-color: rgb(247,50,28); }
div.DivClassName
{
background-color: #F7321C;
}
.BgClassName
{
background-color: #F7321C;
}
</style>
border-color css
<style>
span { border-color: #F7321C; }
span { border-color: rgb(247,50,28); }
td.TdClassName
{
border-color: #F7321C;
}
.TagClassName
{
border-color: #F7321C;
}
</style>