Shades of Red Orange #F5451D
Tints of Red Orange #F5451D
RGB
CMYK
RGB Variations
Color information
#F5451D (or 0xF5451D) is known color: Red Orange. HEX triplet: F5, 45 and 1D. RGB value is (245,69,29). Sum of RGB (Red+Green+Blue) = 245+69+29=343 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.43% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 29 (11.72% from 255 or 8.45% from 343); Max value from RGB is 245 - color contains mainly: red. Hex color #F5451D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5451D is #0ABAE2. Grayscale: #757575. Windows color (decimal): -703203 or 1918453. OLE color: 1918453.
HSL color Cylindrical-coordinate representation of color #F5451D: hue angle of 11.11º 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 #F5451D is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 69 | 29 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.04 |
| HSL | 11.11º | 0.92% | 0.54% | - |
| HSV(B) | 11.11º | 0.88% | 0.96% | - |
| XYZ | 40.01 | 23.76 | 3.64 | - |
| YUV | 117.06 | 78.31 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 69 | 29 | 0 | 0.72 | 0.88 | 0.04 | 11.11 | 0.92 | 0.54 |
| Hex | F5 | 45 | 1D | 0 | 48 | 58 | 4 | B | 5C | 36 |
| Octal | 365 | 105 | 35 | 0 | 110 | 130 | 4 | 13 | 134 | 66 |
| Binary | 11110101 | 1000101 | 11101 | 0 | 1001000 | 1011000 | 100 | 1011 | 1011100 | 110110 |
Color Harmonies of #F5451D
Complementary color
Monochromatic Colors of #F5451D
Black with #F5451D
Text Example
Text Example
White with #F5451D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5451D; }
p { color: rgb(245,69,29); }
H1.HeaderClassName
{
color: #F5451D;
}
.AnyTagClassName
{
color: #F5451D;
}
</style>
background-color css
<style>
a { background-color: #F5451D; }
a { background-color: rgb(245,69,29); }
div.DivClassName
{
background-color: #F5451D;
}
.BgClassName
{
background-color: #F5451D;
}
</style>
border-color css
<style>
span { border-color: #F5451D; }
span { border-color: rgb(245,69,29); }
td.TdClassName
{
border-color: #F5451D;
}
.TagClassName
{
border-color: #F5451D;
}
</style>