Shades of Red Orange #F54136
Tints of Red Orange #F54136
RGB
CMYK
RGB Variations
Color information
#F54136 (or 0xF54136) is known color: Red Orange. HEX triplet: F5, 41 and 36. RGB value is (245,65,54). Sum of RGB (Red+Green+Blue) = 245+65+54=364 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.31% from 364); Green value is 65 (25.78% from 255 or 17.86% from 364); Blue value is 54 (21.48% from 255 or 14.84% from 364); Max value from RGB is 245 - color contains mainly: red. Hex color #F54136 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54136 is #0ABEC9. Grayscale: #757575. Windows color (decimal): -704202 or 3555829. OLE color: 3555829.
HSL color Cylindrical-coordinate representation of color #F54136: hue angle of 3.46º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F54136 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 65 | 54 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.04 |
| HSL | 3.46º | 0.91% | 0.59% | - |
| HSV(B) | 3.46º | 0.78% | 0.96% | - |
| XYZ | 40.21 | 23.46 | 5.9 | - |
| YUV | 117.57 | 92.13 | 218.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 65 | 54 | 0 | 0.73 | 0.78 | 0.04 | 3.46 | 0.91 | 0.59 |
| Hex | F5 | 41 | 36 | 0 | 49 | 4E | 4 | 3 | 5B | 3B |
| Octal | 365 | 101 | 66 | 0 | 111 | 116 | 4 | 3 | 133 | 73 |
| Binary | 11110101 | 1000001 | 110110 | 0 | 1001001 | 1001110 | 100 | 11 | 1011011 | 111011 |
Color Harmonies of #F54136
Complementary color
Monochromatic Colors of #F54136
Black with #F54136
Text Example
Text Example
White with #F54136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54136; }
p { color: rgb(245,65,54); }
H1.HeaderClassName
{
color: #F54136;
}
.AnyTagClassName
{
color: #F54136;
}
</style>
background-color css
<style>
a { background-color: #F54136; }
a { background-color: rgb(245,65,54); }
div.DivClassName
{
background-color: #F54136;
}
.BgClassName
{
background-color: #F54136;
}
</style>
border-color css
<style>
span { border-color: #F54136; }
span { border-color: rgb(245,65,54); }
td.TdClassName
{
border-color: #F54136;
}
.TagClassName
{
border-color: #F54136;
}
</style>