Shades of Red Orange #F54525
Tints of Red Orange #F54525
RGB
CMYK
RGB Variations
Color information
#F54525 (or 0xF54525) is known color: Red Orange. HEX triplet: F5, 45 and 25. RGB value is (245,69,37). Sum of RGB (Red+Green+Blue) = 245+69+37=351 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.80% from 351); Green value is 69 (27.34% from 255 or 19.66% from 351); Blue value is 37 (14.84% from 255 or 10.54% from 351); Max value from RGB is 245 - color contains mainly: red. Hex color #F54525 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54525 is #0ABADA. Grayscale: #767676. Windows color (decimal): -703195 or 2442741. OLE color: 2442741.
HSL color Cylindrical-coordinate representation of color #F54525: hue angle of 9.23º 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 #F54525 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 69 | 37 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.04 |
| HSL | 9.23º | 0.91% | 0.55% | - |
| HSV(B) | 9.23º | 0.85% | 0.96% | - |
| XYZ | 40.12 | 23.8 | 4.23 | - |
| YUV | 117.98 | 82.31 | 218.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 69 | 37 | 0 | 0.72 | 0.85 | 0.04 | 9.23 | 0.91 | 0.55 |
| Hex | F5 | 45 | 25 | 0 | 48 | 55 | 4 | 9 | 5B | 37 |
| Octal | 365 | 105 | 45 | 0 | 110 | 125 | 4 | 11 | 133 | 67 |
| Binary | 11110101 | 1000101 | 100101 | 0 | 1001000 | 1010101 | 100 | 1001 | 1011011 | 110111 |
Color Harmonies of #F54525
Complementary color
Monochromatic Colors of #F54525
Black with #F54525
Text Example
Text Example
White with #F54525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54525; }
p { color: rgb(245,69,37); }
H1.HeaderClassName
{
color: #F54525;
}
.AnyTagClassName
{
color: #F54525;
}
</style>
background-color css
<style>
a { background-color: #F54525; }
a { background-color: rgb(245,69,37); }
div.DivClassName
{
background-color: #F54525;
}
.BgClassName
{
background-color: #F54525;
}
</style>
border-color css
<style>
span { border-color: #F54525; }
span { border-color: rgb(245,69,37); }
td.TdClassName
{
border-color: #F54525;
}
.TagClassName
{
border-color: #F54525;
}
</style>