Shades of Red Orange #F5481D
Tints of Red Orange #F5481D
RGB
CMYK
RGB Variations
Color information
#F5481D (or 0xF5481D) is known color: Red Orange. HEX triplet: F5, 48 and 1D. RGB value is (245,72,29). Sum of RGB (Red+Green+Blue) = 245+72+29=346 (45% of max value = 765). Red value is 245 (96.09% from 255 or 70.81% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 29 (11.72% from 255 or 8.38% from 346); Max value from RGB is 245 - color contains mainly: red. Hex color #F5481D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5481D is #0AB7E2. Grayscale: #777777. Windows color (decimal): -702435 or 1919221. OLE color: 1919221.
HSL color Cylindrical-coordinate representation of color #F5481D: hue angle of 11.94º 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 #F5481D is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 72 | 29 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.04 |
| HSL | 11.94º | 0.92% | 0.54% | - |
| HSV(B) | 11.94º | 0.88% | 0.96% | - |
| XYZ | 40.2 | 24.14 | 3.7 | - |
| YUV | 118.83 | 77.31 | 218 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 72 | 29 | 0 | 0.71 | 0.88 | 0.04 | 11.94 | 0.92 | 0.54 |
| Hex | F5 | 48 | 1D | 0 | 47 | 58 | 4 | C | 5C | 36 |
| Octal | 365 | 110 | 35 | 0 | 107 | 130 | 4 | 14 | 134 | 66 |
| Binary | 11110101 | 1001000 | 11101 | 0 | 1000111 | 1011000 | 100 | 1100 | 1011100 | 110110 |
Color Harmonies of #F5481D
Complementary color
Monochromatic Colors of #F5481D
Black with #F5481D
Text Example
Text Example
White with #F5481D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5481D; }
p { color: rgb(245,72,29); }
H1.HeaderClassName
{
color: #F5481D;
}
.AnyTagClassName
{
color: #F5481D;
}
</style>
background-color css
<style>
a { background-color: #F5481D; }
a { background-color: rgb(245,72,29); }
div.DivClassName
{
background-color: #F5481D;
}
.BgClassName
{
background-color: #F5481D;
}
</style>
border-color css
<style>
span { border-color: #F5481D; }
span { border-color: rgb(245,72,29); }
td.TdClassName
{
border-color: #F5481D;
}
.TagClassName
{
border-color: #F5481D;
}
</style>