Shades of Red Orange #F5391F
Tints of Red Orange #F5391F
RGB
CMYK
RGB Variations
Color information
#F5391F (or 0xF5391F) is known color: Red Orange. HEX triplet: F5, 39 and 1F. RGB value is (245,57,31). Sum of RGB (Red+Green+Blue) = 245+57+31=333 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.57% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 31 (12.5% from 255 or 9.31% from 333); Max value from RGB is 245 - color contains mainly: red. Hex color #F5391F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5391F is #0AC6E0. Grayscale: #6E6E6E. Windows color (decimal): -706273 or 2046453. OLE color: 2046453.
HSL color Cylindrical-coordinate representation of color #F5391F: hue angle of 7.29º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F5391F is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 57 | 31 | - |
| CMYK | 0 | 0.77 | 0.87 | 0.04 |
| HSL | 7.29º | 0.91% | 0.54% | - |
| HSV(B) | 7.29º | 0.87% | 0.96% | - |
| XYZ | 39.37 | 22.44 | 3.55 | - |
| YUV | 110.25 | 83.28 | 224.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 57 | 31 | 0 | 0.77 | 0.87 | 0.04 | 7.29 | 0.91 | 0.54 |
| Hex | F5 | 39 | 1F | 0 | 4D | 57 | 4 | 7 | 5B | 36 |
| Octal | 365 | 71 | 37 | 0 | 115 | 127 | 4 | 7 | 133 | 66 |
| Binary | 11110101 | 111001 | 11111 | 0 | 1001101 | 1010111 | 100 | 111 | 1011011 | 110110 |
Color Harmonies of #F5391F
Complementary color
Monochromatic Colors of #F5391F
Black with #F5391F
Text Example
Text Example
White with #F5391F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5391F; }
p { color: rgb(245,57,31); }
H1.HeaderClassName
{
color: #F5391F;
}
.AnyTagClassName
{
color: #F5391F;
}
</style>
background-color css
<style>
a { background-color: #F5391F; }
a { background-color: rgb(245,57,31); }
div.DivClassName
{
background-color: #F5391F;
}
.BgClassName
{
background-color: #F5391F;
}
</style>
border-color css
<style>
span { border-color: #F5391F; }
span { border-color: rgb(245,57,31); }
td.TdClassName
{
border-color: #F5391F;
}
.TagClassName
{
border-color: #F5391F;
}
</style>