Shades of Orange Red #F5390D
Tints of Orange Red #F5390D
RGB
CMYK
RGB Variations
Color information
#F5390D (or 0xF5390D) is known color: Orange Red. HEX triplet: F5, 39 and 0D. RGB value is (245,57,13). Sum of RGB (Red+Green+Blue) = 245+57+13=315 (41% of max value = 765). Red value is 245 (96.09% from 255 or 77.78% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 245 - color contains mainly: red. Hex color #F5390D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5390D is #0AC6F2. Grayscale: #6C6C6C. Windows color (decimal): -706291 or 866805. OLE color: 866805.
HSL color Cylindrical-coordinate representation of color #F5390D: hue angle of 11.38º 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 #F5390D is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 57 | 13 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.04 |
| HSL | 11.38º | 0.92% | 0.51% | - |
| HSV(B) | 11.38º | 0.95% | 0.96% | - |
| XYZ | 39.19 | 22.37 | 2.63 | - |
| YUV | 108.2 | 74.28 | 225.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 57 | 13 | 0 | 0.77 | 0.95 | 0.04 | 11.38 | 0.92 | 0.51 |
| Hex | F5 | 39 | D | 0 | 4D | 5F | 4 | B | 5C | 33 |
| Octal | 365 | 71 | 15 | 0 | 115 | 137 | 4 | 13 | 134 | 63 |
| Binary | 11110101 | 111001 | 1101 | 0 | 1001101 | 1011111 | 100 | 1011 | 1011100 | 110011 |
Color Harmonies of #F5390D
Complementary color
Monochromatic Colors of #F5390D
Black with #F5390D
Text Example
Text Example
White with #F5390D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5390D; }
p { color: rgb(245,57,13); }
H1.HeaderClassName
{
color: #F5390D;
}
.AnyTagClassName
{
color: #F5390D;
}
</style>
background-color css
<style>
a { background-color: #F5390D; }
a { background-color: rgb(245,57,13); }
div.DivClassName
{
background-color: #F5390D;
}
.BgClassName
{
background-color: #F5390D;
}
</style>
border-color css
<style>
span { border-color: #F5390D; }
span { border-color: rgb(245,57,13); }
td.TdClassName
{
border-color: #F5390D;
}
.TagClassName
{
border-color: #F5390D;
}
</style>