Shades of Red Orange #F5341E
Tints of Red Orange #F5341E
RGB
CMYK
RGB Variations
Color information
#F5341E (or 0xF5341E) is known color: Red Orange. HEX triplet: F5, 34 and 1E. RGB value is (245,52,30). Sum of RGB (Red+Green+Blue) = 245+52+30=327 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.92% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 30 (12.11% from 255 or 9.17% from 327); Max value from RGB is 245 - color contains mainly: red. Hex color #F5341E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5341E is #0ACBE1. Grayscale: #6B6B6B. Windows color (decimal): -707554 or 1979637. OLE color: 1979637.
HSL color Cylindrical-coordinate representation of color #F5341E: hue angle of 6.14º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F5341E is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 52 | 30 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.04 |
| HSL | 6.14º | 0.91% | 0.54% | - |
| HSV(B) | 6.14º | 0.88% | 0.96% | - |
| XYZ | 39.12 | 21.96 | 3.41 | - |
| YUV | 107.2 | 84.44 | 226.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 52 | 30 | 0 | 0.79 | 0.88 | 0.04 | 6.14 | 0.91 | 0.54 |
| Hex | F5 | 34 | 1E | 0 | 4F | 58 | 4 | 6 | 5B | 36 |
| Octal | 365 | 64 | 36 | 0 | 117 | 130 | 4 | 6 | 133 | 66 |
| Binary | 11110101 | 110100 | 11110 | 0 | 1001111 | 1011000 | 100 | 110 | 1011011 | 110110 |
Color Harmonies of #F5341E
Complementary color
Monochromatic Colors of #F5341E
Black with #F5341E
Text Example
Text Example
White with #F5341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5341E; }
p { color: rgb(245,52,30); }
H1.HeaderClassName
{
color: #F5341E;
}
.AnyTagClassName
{
color: #F5341E;
}
</style>
background-color css
<style>
a { background-color: #F5341E; }
a { background-color: rgb(245,52,30); }
div.DivClassName
{
background-color: #F5341E;
}
.BgClassName
{
background-color: #F5341E;
}
</style>
border-color css
<style>
span { border-color: #F5341E; }
span { border-color: rgb(245,52,30); }
td.TdClassName
{
border-color: #F5341E;
}
.TagClassName
{
border-color: #F5341E;
}
</style>