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