Shades of Red Orange #F5413A
Tints of Red Orange #F5413A
RGB
CMYK
RGB Variations
Color information
#F5413A (or 0xF5413A) is known color: Red Orange. HEX triplet: F5, 41 and 3A. RGB value is (245,65,58). Sum of RGB (Red+Green+Blue) = 245+65+58=368 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.58% from 368); Green value is 65 (25.78% from 255 or 17.66% from 368); Blue value is 58 (23.05% from 255 or 15.76% from 368); Max value from RGB is 245 - color contains mainly: red. Hex color #F5413A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5413A is #0ABEC5. Grayscale: #767676. Windows color (decimal): -704198 or 3817973. OLE color: 3817973.
HSL color Cylindrical-coordinate representation of color #F5413A: hue angle of 2.25º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F5413A is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 65 | 58 | - |
| CMYK | 0 | 0.73 | 0.76 | 0.04 |
| HSL | 2.25º | 0.9% | 0.59% | - |
| HSV(B) | 2.25º | 0.76% | 0.96% | - |
| XYZ | 40.31 | 23.5 | 6.41 | - |
| YUV | 118.02 | 94.13 | 218.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 65 | 58 | 0 | 0.73 | 0.76 | 0.04 | 2.25 | 0.9 | 0.59 |
| Hex | F5 | 41 | 3A | 0 | 49 | 4C | 4 | 2 | 5A | 3B |
| Octal | 365 | 101 | 72 | 0 | 111 | 114 | 4 | 2 | 132 | 73 |
| Binary | 11110101 | 1000001 | 111010 | 0 | 1001001 | 1001100 | 100 | 10 | 1011010 | 111011 |
Color Harmonies of #F5413A
Complementary color
Monochromatic Colors of #F5413A
Black with #F5413A
Text Example
Text Example
White with #F5413A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5413A; }
p { color: rgb(245,65,58); }
H1.HeaderClassName
{
color: #F5413A;
}
.AnyTagClassName
{
color: #F5413A;
}
</style>
background-color css
<style>
a { background-color: #F5413A; }
a { background-color: rgb(245,65,58); }
div.DivClassName
{
background-color: #F5413A;
}
.BgClassName
{
background-color: #F5413A;
}
</style>
border-color css
<style>
span { border-color: #F5413A; }
span { border-color: rgb(245,65,58); }
td.TdClassName
{
border-color: #F5413A;
}
.TagClassName
{
border-color: #F5413A;
}
</style>