Shades of Orange Red #F5380E
Tints of Orange Red #F5380E
RGB
CMYK
RGB Variations
Color information
#F5380E (or 0xF5380E) is known color: Orange Red. HEX triplet: F5, 38 and 0E. RGB value is (245,56,14). Sum of RGB (Red+Green+Blue) = 245+56+14=315 (41% of max value = 765). Red value is 245 (96.09% from 255 or 77.78% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 14 (5.86% from 255 or 4.44% from 315); Max value from RGB is 245 - color contains mainly: red. Hex color #F5380E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5380E is #0AC7F1. Grayscale: #6C6C6C. Windows color (decimal): -706546 or 932085. OLE color: 932085.
HSL color Cylindrical-coordinate representation of color #F5380E: hue angle of 10.91º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F5380E is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 56 | 14 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.04 |
| HSL | 10.91º | 0.92% | 0.51% | - |
| HSV(B) | 10.91º | 0.94% | 0.96% | - |
| XYZ | 39.15 | 22.27 | 2.65 | - |
| YUV | 107.72 | 75.12 | 225.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 56 | 14 | 0 | 0.77 | 0.94 | 0.04 | 10.91 | 0.92 | 0.51 |
| Hex | F5 | 38 | E | 0 | 4D | 5E | 4 | B | 5C | 33 |
| Octal | 365 | 70 | 16 | 0 | 115 | 136 | 4 | 13 | 134 | 63 |
| Binary | 11110101 | 111000 | 1110 | 0 | 1001101 | 1011110 | 100 | 1011 | 1011100 | 110011 |
Color Harmonies of #F5380E
Complementary color
Monochromatic Colors of #F5380E
Black with #F5380E
Text Example
Text Example
White with #F5380E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5380E; }
p { color: rgb(245,56,14); }
H1.HeaderClassName
{
color: #F5380E;
}
.AnyTagClassName
{
color: #F5380E;
}
</style>
background-color css
<style>
a { background-color: #F5380E; }
a { background-color: rgb(245,56,14); }
div.DivClassName
{
background-color: #F5380E;
}
.BgClassName
{
background-color: #F5380E;
}
</style>
border-color css
<style>
span { border-color: #F5380E; }
span { border-color: rgb(245,56,14); }
td.TdClassName
{
border-color: #F5380E;
}
.TagClassName
{
border-color: #F5380E;
}
</style>