Shades of Orange Red #F5410F
Tints of Orange Red #F5410F
RGB
CMYK
RGB Variations
Color information
#F5410F (or 0xF5410F) is known color: Orange Red. HEX triplet: F5, 41 and 0F. RGB value is (245,65,15). Sum of RGB (Red+Green+Blue) = 245+65+15=325 (43% of max value = 765). Red value is 245 (96.09% from 255 or 75.38% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 15 (6.25% from 255 or 4.62% from 325); Max value from RGB is 245 - color contains mainly: red. Hex color #F5410F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5410F is #0ABEF0. Grayscale: #717171. Windows color (decimal): -704241 or 999925. OLE color: 999925.
HSL color Cylindrical-coordinate representation of color #F5410F: hue angle of 13.04º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F5410F is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 65 | 15 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.04 |
| HSL | 13.04º | 0.92% | 0.51% | - |
| HSV(B) | 13.04º | 0.94% | 0.96% | - |
| XYZ | 39.63 | 23.23 | 2.85 | - |
| YUV | 113.12 | 72.63 | 222.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 65 | 15 | 0 | 0.73 | 0.94 | 0.04 | 13.04 | 0.92 | 0.51 |
| Hex | F5 | 41 | F | 0 | 49 | 5E | 4 | D | 5C | 33 |
| Octal | 365 | 101 | 17 | 0 | 111 | 136 | 4 | 15 | 134 | 63 |
| Binary | 11110101 | 1000001 | 1111 | 0 | 1001001 | 1011110 | 100 | 1101 | 1011100 | 110011 |
Color Harmonies of #F5410F
Complementary color
Monochromatic Colors of #F5410F
Black with #F5410F
Text Example
Text Example
White with #F5410F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5410F; }
p { color: rgb(245,65,15); }
H1.HeaderClassName
{
color: #F5410F;
}
.AnyTagClassName
{
color: #F5410F;
}
</style>
background-color css
<style>
a { background-color: #F5410F; }
a { background-color: rgb(245,65,15); }
div.DivClassName
{
background-color: #F5410F;
}
.BgClassName
{
background-color: #F5410F;
}
</style>
border-color css
<style>
span { border-color: #F5410F; }
span { border-color: rgb(245,65,15); }
td.TdClassName
{
border-color: #F5410F;
}
.TagClassName
{
border-color: #F5410F;
}
</style>