Shades of Orange Red #F5360D
Tints of Orange Red #F5360D
RGB
CMYK
RGB Variations
Color information
#F5360D (or 0xF5360D) is known color: Orange Red. HEX triplet: F5, 36 and 0D. RGB value is (245,54,13). Sum of RGB (Red+Green+Blue) = 245+54+13=312 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.53% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 13 (5.47% from 255 or 4.17% from 312); Max value from RGB is 245 - color contains mainly: red. Hex color #F5360D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5360D is #0AC9F2. Grayscale: #6A6A6A. Windows color (decimal): -707059 or 866037. OLE color: 866037.
HSL color Cylindrical-coordinate representation of color #F5360D: hue angle of 10.6º 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 #F5360D is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 54 | 13 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.04 |
| HSL | 10.6º | 0.92% | 0.51% | - |
| HSV(B) | 10.6º | 0.95% | 0.96% | - |
| XYZ | 39.05 | 22.08 | 2.58 | - |
| YUV | 106.44 | 75.28 | 226.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 54 | 13 | 0 | 0.78 | 0.95 | 0.04 | 10.6 | 0.92 | 0.51 |
| Hex | F5 | 36 | D | 0 | 4E | 5F | 4 | B | 5C | 33 |
| Octal | 365 | 66 | 15 | 0 | 116 | 137 | 4 | 13 | 134 | 63 |
| Binary | 11110101 | 110110 | 1101 | 0 | 1001110 | 1011111 | 100 | 1011 | 1011100 | 110011 |
Color Harmonies of #F5360D
Complementary color
Monochromatic Colors of #F5360D
Black with #F5360D
Text Example
Text Example
White with #F5360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5360D; }
p { color: rgb(245,54,13); }
H1.HeaderClassName
{
color: #F5360D;
}
.AnyTagClassName
{
color: #F5360D;
}
</style>
background-color css
<style>
a { background-color: #F5360D; }
a { background-color: rgb(245,54,13); }
div.DivClassName
{
background-color: #F5360D;
}
.BgClassName
{
background-color: #F5360D;
}
</style>
border-color css
<style>
span { border-color: #F5360D; }
span { border-color: rgb(245,54,13); }
td.TdClassName
{
border-color: #F5360D;
}
.TagClassName
{
border-color: #F5360D;
}
</style>