Shades of Red Orange #F53725
Tints of Red Orange #F53725
RGB
CMYK
RGB Variations
Color information
#F53725 (or 0xF53725) is known color: Red Orange. HEX triplet: F5, 37 and 25. RGB value is (245,55,37). Sum of RGB (Red+Green+Blue) = 245+55+37=337 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.70% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 37 (14.84% from 255 or 10.98% from 337); Max value from RGB is 245 - color contains mainly: red. Hex color #F53725 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53725 is #0AC8DA. Grayscale: #6E6E6E. Windows color (decimal): -706779 or 2439157. OLE color: 2439157.
HSL color Cylindrical-coordinate representation of color #F53725: hue angle of 5.19º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F53725 is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 55 | 37 | - |
| CMYK | 0 | 0.78 | 0.85 | 0.04 |
| HSL | 5.19º | 0.91% | 0.55% | - |
| HSV(B) | 5.19º | 0.85% | 0.96% | - |
| XYZ | 39.36 | 22.28 | 3.98 | - |
| YUV | 109.76 | 86.95 | 224.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 55 | 37 | 0 | 0.78 | 0.85 | 0.04 | 5.19 | 0.91 | 0.55 |
| Hex | F5 | 37 | 25 | 0 | 4E | 55 | 4 | 5 | 5B | 37 |
| Octal | 365 | 67 | 45 | 0 | 116 | 125 | 4 | 5 | 133 | 67 |
| Binary | 11110101 | 110111 | 100101 | 0 | 1001110 | 1010101 | 100 | 101 | 1011011 | 110111 |
Color Harmonies of #F53725
Complementary color
Monochromatic Colors of #F53725
Black with #F53725
Text Example
Text Example
White with #F53725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53725; }
p { color: rgb(245,55,37); }
H1.HeaderClassName
{
color: #F53725;
}
.AnyTagClassName
{
color: #F53725;
}
</style>
background-color css
<style>
a { background-color: #F53725; }
a { background-color: rgb(245,55,37); }
div.DivClassName
{
background-color: #F53725;
}
.BgClassName
{
background-color: #F53725;
}
</style>
border-color css
<style>
span { border-color: #F53725; }
span { border-color: rgb(245,55,37); }
td.TdClassName
{
border-color: #F53725;
}
.TagClassName
{
border-color: #F53725;
}
</style>