Shades of Orange Red #F5420D
Tints of Orange Red #F5420D
RGB
CMYK
RGB Variations
Color information
#F5420D (or 0xF5420D) is known color: Orange Red. HEX triplet: F5, 42 and 0D. RGB value is (245,66,13). Sum of RGB (Red+Green+Blue) = 245+66+13=324 (42% of max value = 765). Red value is 245 (96.09% from 255 or 75.62% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 13 (5.47% from 255 or 4.01% from 324); Max value from RGB is 245 - color contains mainly: red. Hex color #F5420D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5420D is #0ABDF2. Grayscale: #717171. Windows color (decimal): -703987 or 869109. OLE color: 869109.
HSL color Cylindrical-coordinate representation of color #F5420D: hue angle of 13.71º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F5420D is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 66 | 13 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.04 |
| HSL | 13.71º | 0.92% | 0.51% | - |
| HSV(B) | 13.71º | 0.95% | 0.96% | - |
| XYZ | 39.68 | 23.34 | 2.79 | - |
| YUV | 113.48 | 71.3 | 221.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 66 | 13 | 0 | 0.73 | 0.95 | 0.04 | 13.71 | 0.92 | 0.51 |
| Hex | F5 | 42 | D | 0 | 49 | 5F | 4 | E | 5C | 33 |
| Octal | 365 | 102 | 15 | 0 | 111 | 137 | 4 | 16 | 134 | 63 |
| Binary | 11110101 | 1000010 | 1101 | 0 | 1001001 | 1011111 | 100 | 1110 | 1011100 | 110011 |
Color Harmonies of #F5420D
Complementary color
Monochromatic Colors of #F5420D
Black with #F5420D
Text Example
Text Example
White with #F5420D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5420D; }
p { color: rgb(245,66,13); }
H1.HeaderClassName
{
color: #F5420D;
}
.AnyTagClassName
{
color: #F5420D;
}
</style>
background-color css
<style>
a { background-color: #F5420D; }
a { background-color: rgb(245,66,13); }
div.DivClassName
{
background-color: #F5420D;
}
.BgClassName
{
background-color: #F5420D;
}
</style>
border-color css
<style>
span { border-color: #F5420D; }
span { border-color: rgb(245,66,13); }
td.TdClassName
{
border-color: #F5420D;
}
.TagClassName
{
border-color: #F5420D;
}
</style>