Shades of Red Orange #F7351C
Tints of Red Orange #F7351C
RGB
CMYK
RGB Variations
Color information
#F7351C (or 0xF7351C) is known color: Red Orange. HEX triplet: F7, 35 and 1C. RGB value is (247,53,28). Sum of RGB (Red+Green+Blue) = 247+53+28=328 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.30% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 28 (11.33% from 255 or 8.54% from 328); Max value from RGB is 247 - color contains mainly: red. Hex color #F7351C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7351C is #08CAE3. Grayscale: #6C6C6C. Windows color (decimal): -576228 or 1848823. OLE color: 1848823.
HSL color Cylindrical-coordinate representation of color #F7351C: hue angle of 6.85º 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 #F7351C is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 53 | 28 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.03 |
| HSL | 6.85º | 0.93% | 0.54% | - |
| HSV(B) | 6.85º | 0.89% | 0.97% | - |
| XYZ | 39.84 | 22.4 | 3.32 | - |
| YUV | 108.16 | 82.77 | 227.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 53 | 28 | 0 | 0.79 | 0.89 | 0.03 | 6.85 | 0.93 | 0.54 |
| Hex | F7 | 35 | 1C | 0 | 4F | 59 | 3 | 7 | 5D | 36 |
| Octal | 367 | 65 | 34 | 0 | 117 | 131 | 3 | 7 | 135 | 66 |
| Binary | 11110111 | 110101 | 11100 | 0 | 1001111 | 1011001 | 11 | 111 | 1011101 | 110110 |
Color Harmonies of #F7351C
Complementary color
Monochromatic Colors of #F7351C
Black with #F7351C
Text Example
Text Example
White with #F7351C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7351C; }
p { color: rgb(247,53,28); }
H1.HeaderClassName
{
color: #F7351C;
}
.AnyTagClassName
{
color: #F7351C;
}
</style>
background-color css
<style>
a { background-color: #F7351C; }
a { background-color: rgb(247,53,28); }
div.DivClassName
{
background-color: #F7351C;
}
.BgClassName
{
background-color: #F7351C;
}
</style>
border-color css
<style>
span { border-color: #F7351C; }
span { border-color: rgb(247,53,28); }
td.TdClassName
{
border-color: #F7351C;
}
.TagClassName
{
border-color: #F7351C;
}
</style>