Shades of Outrageous Orange #F5602E
Tints of Outrageous Orange #F5602E
RGB
CMYK
RGB Variations
Color information
#F5602E (or 0xF5602E) is known color: Outrageous Orange. HEX triplet: F5, 60 and 2E. RGB value is (245,96,46). Sum of RGB (Red+Green+Blue) = 245+96+46=387 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.31% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 46 (18.36% from 255 or 11.89% from 387); Max value from RGB is 245 - color contains mainly: red. Hex color #F5602E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5602E is #0A9FD1. Grayscale: #878787. Windows color (decimal): -696274 or 3039477. OLE color: 3039477.
HSL color Cylindrical-coordinate representation of color #F5602E: hue angle of 15.08º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F5602E is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 96 | 46 | - |
| CMYK | 0 | 0.61 | 0.81 | 0.04 |
| HSL | 15.08º | 0.91% | 0.57% | - |
| HSV(B) | 15.08º | 0.81% | 0.96% | - |
| XYZ | 42.33 | 27.98 | 5.75 | - |
| YUV | 134.85 | 77.86 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 96 | 46 | 0 | 0.61 | 0.81 | 0.04 | 15.08 | 0.91 | 0.57 |
| Hex | F5 | 60 | 2E | 0 | 3D | 51 | 4 | F | 5B | 39 |
| Octal | 365 | 140 | 56 | 0 | 75 | 121 | 4 | 17 | 133 | 71 |
| Binary | 11110101 | 1100000 | 101110 | 0 | 111101 | 1010001 | 100 | 1111 | 1011011 | 111001 |
Color Harmonies of #F5602E
Complementary color
Monochromatic Colors of #F5602E
Black with #F5602E
Text Example
Text Example
White with #F5602E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5602E; }
p { color: rgb(245,96,46); }
H1.HeaderClassName
{
color: #F5602E;
}
.AnyTagClassName
{
color: #F5602E;
}
</style>
background-color css
<style>
a { background-color: #F5602E; }
a { background-color: rgb(245,96,46); }
div.DivClassName
{
background-color: #F5602E;
}
.BgClassName
{
background-color: #F5602E;
}
</style>
border-color css
<style>
span { border-color: #F5602E; }
span { border-color: rgb(245,96,46); }
td.TdClassName
{
border-color: #F5602E;
}
.TagClassName
{
border-color: #F5602E;
}
</style>