Shades of Red Orange #F54425
Tints of Red Orange #F54425
RGB
CMYK
RGB Variations
Color information
#F54425 (or 0xF54425) is known color: Red Orange. HEX triplet: F5, 44 and 25. RGB value is (245,68,37). Sum of RGB (Red+Green+Blue) = 245+68+37=350 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70% from 350); Green value is 68 (26.95% from 255 or 19.43% from 350); Blue value is 37 (14.84% from 255 or 10.57% from 350); Max value from RGB is 245 - color contains mainly: red. Hex color #F54425 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54425 is #0ABBDA. Grayscale: #757575. Windows color (decimal): -703451 or 2442485. OLE color: 2442485.
HSL color Cylindrical-coordinate representation of color #F54425: hue angle of 8.94º 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 #F54425 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 68 | 37 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.04 |
| HSL | 8.94º | 0.91% | 0.55% | - |
| HSV(B) | 8.94º | 0.85% | 0.96% | - |
| XYZ | 40.06 | 23.68 | 4.21 | - |
| YUV | 117.39 | 82.64 | 219.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 68 | 37 | 0 | 0.72 | 0.85 | 0.04 | 8.94 | 0.91 | 0.55 |
| Hex | F5 | 44 | 25 | 0 | 48 | 55 | 4 | 9 | 5B | 37 |
| Octal | 365 | 104 | 45 | 0 | 110 | 125 | 4 | 11 | 133 | 67 |
| Binary | 11110101 | 1000100 | 100101 | 0 | 1001000 | 1010101 | 100 | 1001 | 1011011 | 110111 |
Color Harmonies of #F54425
Complementary color
Monochromatic Colors of #F54425
Black with #F54425
Text Example
Text Example
White with #F54425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54425; }
p { color: rgb(245,68,37); }
H1.HeaderClassName
{
color: #F54425;
}
.AnyTagClassName
{
color: #F54425;
}
</style>
background-color css
<style>
a { background-color: #F54425; }
a { background-color: rgb(245,68,37); }
div.DivClassName
{
background-color: #F54425;
}
.BgClassName
{
background-color: #F54425;
}
</style>
border-color css
<style>
span { border-color: #F54425; }
span { border-color: rgb(245,68,37); }
td.TdClassName
{
border-color: #F54425;
}
.TagClassName
{
border-color: #F54425;
}
</style>