Shades of Red Orange #F5461D
Tints of Red Orange #F5461D
RGB
CMYK
RGB Variations
Color information
#F5461D (or 0xF5461D) is known color: Red Orange. HEX triplet: F5, 46 and 1D. RGB value is (245,70,29). Sum of RGB (Red+Green+Blue) = 245+70+29=344 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.22% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 29 (11.72% from 255 or 8.43% from 344); Max value from RGB is 245 - color contains mainly: red. Hex color #F5461D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5461D is #0AB9E2. Grayscale: #757575. Windows color (decimal): -702947 or 1918709. OLE color: 1918709.
HSL color Cylindrical-coordinate representation of color #F5461D: hue angle of 11.39º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F5461D is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 70 | 29 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.04 |
| HSL | 11.39º | 0.92% | 0.54% | - |
| HSV(B) | 11.39º | 0.88% | 0.96% | - |
| XYZ | 40.07 | 23.88 | 3.66 | - |
| YUV | 117.65 | 77.98 | 218.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 70 | 29 | 0 | 0.71 | 0.88 | 0.04 | 11.39 | 0.92 | 0.54 |
| Hex | F5 | 46 | 1D | 0 | 47 | 58 | 4 | B | 5C | 36 |
| Octal | 365 | 106 | 35 | 0 | 107 | 130 | 4 | 13 | 134 | 66 |
| Binary | 11110101 | 1000110 | 11101 | 0 | 1000111 | 1011000 | 100 | 1011 | 1011100 | 110110 |
Color Harmonies of #F5461D
Complementary color
Monochromatic Colors of #F5461D
Black with #F5461D
Text Example
Text Example
White with #F5461D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5461D; }
p { color: rgb(245,70,29); }
H1.HeaderClassName
{
color: #F5461D;
}
.AnyTagClassName
{
color: #F5461D;
}
</style>
background-color css
<style>
a { background-color: #F5461D; }
a { background-color: rgb(245,70,29); }
div.DivClassName
{
background-color: #F5461D;
}
.BgClassName
{
background-color: #F5461D;
}
</style>
border-color css
<style>
span { border-color: #F5461D; }
span { border-color: rgb(245,70,29); }
td.TdClassName
{
border-color: #F5461D;
}
.TagClassName
{
border-color: #F5461D;
}
</style>