Shades of Red Orange #F5301E
Tints of Red Orange #F5301E
RGB
CMYK
RGB Variations
Color information
#F5301E (or 0xF5301E) is known color: Red Orange. HEX triplet: F5, 30 and 1E. RGB value is (245,48,30). Sum of RGB (Red+Green+Blue) = 245+48+30=323 (42% of max value = 765). Red value is 245 (96.09% from 255 or 75.85% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 30 (12.11% from 255 or 9.29% from 323); Max value from RGB is 245 - color contains mainly: red. Hex color #F5301E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5301E is #0ACFE1. Grayscale: #696969. Windows color (decimal): -708578 or 1978613. OLE color: 1978613.
HSL color Cylindrical-coordinate representation of color #F5301E: hue angle of 5.02º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F5301E is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 48 | 30 | - |
| CMYK | 0 | 0.80 | 0.88 | 0.04 |
| HSL | 5.02º | 0.91% | 0.54% | - |
| HSV(B) | 5.02º | 0.88% | 0.96% | - |
| XYZ | 38.95 | 21.62 | 3.35 | - |
| YUV | 104.85 | 85.77 | 227.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 48 | 30 | 0 | 0.80 | 0.88 | 0.04 | 5.02 | 0.91 | 0.54 |
| Hex | F5 | 30 | 1E | 0 | 50 | 58 | 4 | 5 | 5B | 36 |
| Octal | 365 | 60 | 36 | 0 | 120 | 130 | 4 | 5 | 133 | 66 |
| Binary | 11110101 | 110000 | 11110 | 0 | 1010000 | 1011000 | 100 | 101 | 1011011 | 110110 |
Color Harmonies of #F5301E
Complementary color
Monochromatic Colors of #F5301E
Black with #F5301E
Text Example
Text Example
White with #F5301E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5301E; }
p { color: rgb(245,48,30); }
H1.HeaderClassName
{
color: #F5301E;
}
.AnyTagClassName
{
color: #F5301E;
}
</style>
background-color css
<style>
a { background-color: #F5301E; }
a { background-color: rgb(245,48,30); }
div.DivClassName
{
background-color: #F5301E;
}
.BgClassName
{
background-color: #F5301E;
}
</style>
border-color css
<style>
span { border-color: #F5301E; }
span { border-color: rgb(245,48,30); }
td.TdClassName
{
border-color: #F5301E;
}
.TagClassName
{
border-color: #F5301E;
}
</style>