Shades of Red Orange #F7341A
Tints of Red Orange #F7341A
RGB
CMYK
RGB Variations
Color information
#F7341A (or 0xF7341A) is known color: Red Orange. HEX triplet: F7, 34 and 1A. RGB value is (247,52,26). Sum of RGB (Red+Green+Blue) = 247+52+26=325 (43% of max value = 765). Red value is 247 (96.88% from 255 or 76% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 26 (10.55% from 255 or 8% from 325); Max value from RGB is 247 - color contains mainly: red. Hex color #F7341A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7341A is #08CBE5. Grayscale: #6B6B6B. Windows color (decimal): -576486 or 1717495. OLE color: 1717495.
HSL color Cylindrical-coordinate representation of color #F7341A: hue angle of 7.06º 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 #F7341A is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 52 | 26 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.03 |
| HSL | 7.06º | 0.93% | 0.54% | - |
| HSV(B) | 7.06º | 0.89% | 0.97% | - |
| XYZ | 39.77 | 22.3 | 3.19 | - |
| YUV | 107.34 | 82.1 | 227.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 52 | 26 | 0 | 0.79 | 0.89 | 0.03 | 7.06 | 0.93 | 0.54 |
| Hex | F7 | 34 | 1A | 0 | 4F | 59 | 3 | 7 | 5D | 36 |
| Octal | 367 | 64 | 32 | 0 | 117 | 131 | 3 | 7 | 135 | 66 |
| Binary | 11110111 | 110100 | 11010 | 0 | 1001111 | 1011001 | 11 | 111 | 1011101 | 110110 |
Color Harmonies of #F7341A
Complementary color
Monochromatic Colors of #F7341A
Black with #F7341A
Text Example
Text Example
White with #F7341A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7341A; }
p { color: rgb(247,52,26); }
H1.HeaderClassName
{
color: #F7341A;
}
.AnyTagClassName
{
color: #F7341A;
}
</style>
background-color css
<style>
a { background-color: #F7341A; }
a { background-color: rgb(247,52,26); }
div.DivClassName
{
background-color: #F7341A;
}
.BgClassName
{
background-color: #F7341A;
}
</style>
border-color css
<style>
span { border-color: #F7341A; }
span { border-color: rgb(247,52,26); }
td.TdClassName
{
border-color: #F7341A;
}
.TagClassName
{
border-color: #F7341A;
}
</style>