Shades of Orange Red #F5380F
Tints of Orange Red #F5380F
RGB
CMYK
RGB Variations
Color information
#F5380F (or 0xF5380F) is known color: Orange Red. HEX triplet: F5, 38 and 0F. RGB value is (245,56,15). Sum of RGB (Red+Green+Blue) = 245+56+15=316 (41% of max value = 765). Red value is 245 (96.09% from 255 or 77.53% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 15 (6.25% from 255 or 4.75% from 316); Max value from RGB is 245 - color contains mainly: red. Hex color #F5380F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5380F is #0AC7F0. Grayscale: #6C6C6C. Windows color (decimal): -706545 or 997621. OLE color: 997621.
HSL color Cylindrical-coordinate representation of color #F5380F: hue angle of 10.7º 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 #F5380F is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 56 | 15 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.04 |
| HSL | 10.7º | 0.92% | 0.51% | - |
| HSV(B) | 10.7º | 0.94% | 0.96% | - |
| XYZ | 39.16 | 22.28 | 2.69 | - |
| YUV | 107.84 | 75.62 | 225.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 56 | 15 | 0 | 0.77 | 0.94 | 0.04 | 10.7 | 0.92 | 0.51 |
| Hex | F5 | 38 | F | 0 | 4D | 5E | 4 | B | 5C | 33 |
| Octal | 365 | 70 | 17 | 0 | 115 | 136 | 4 | 13 | 134 | 63 |
| Binary | 11110101 | 111000 | 1111 | 0 | 1001101 | 1011110 | 100 | 1011 | 1011100 | 110011 |
Color Harmonies of #F5380F
Complementary color
Monochromatic Colors of #F5380F
Black with #F5380F
Text Example
Text Example
White with #F5380F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5380F; }
p { color: rgb(245,56,15); }
H1.HeaderClassName
{
color: #F5380F;
}
.AnyTagClassName
{
color: #F5380F;
}
</style>
background-color css
<style>
a { background-color: #F5380F; }
a { background-color: rgb(245,56,15); }
div.DivClassName
{
background-color: #F5380F;
}
.BgClassName
{
background-color: #F5380F;
}
</style>
border-color css
<style>
span { border-color: #F5380F; }
span { border-color: rgb(245,56,15); }
td.TdClassName
{
border-color: #F5380F;
}
.TagClassName
{
border-color: #F5380F;
}
</style>