Shades of Outrageous Orange #F5602C
Tints of Outrageous Orange #F5602C
RGB
CMYK
RGB Variations
Color information
#F5602C (or 0xF5602C) is known color: Outrageous Orange. HEX triplet: F5, 60 and 2C. RGB value is (245,96,44). Sum of RGB (Red+Green+Blue) = 245+96+44=385 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.64% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 44 (17.58% from 255 or 11.43% from 385); Max value from RGB is 245 - color contains mainly: red. Hex color #F5602C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5602C is #0A9FD3. Grayscale: #868686. Windows color (decimal): -696276 or 2908405. OLE color: 2908405.
HSL color Cylindrical-coordinate representation of color #F5602C: hue angle of 15.52º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F5602C is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 96 | 44 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.04 |
| HSL | 15.52º | 0.91% | 0.57% | - |
| HSV(B) | 15.52º | 0.82% | 0.96% | - |
| XYZ | 42.29 | 27.96 | 5.55 | - |
| YUV | 134.62 | 76.86 | 206.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 96 | 44 | 0 | 0.61 | 0.82 | 0.04 | 15.52 | 0.91 | 0.57 |
| Hex | F5 | 60 | 2C | 0 | 3D | 52 | 4 | 10 | 5B | 39 |
| Octal | 365 | 140 | 54 | 0 | 75 | 122 | 4 | 20 | 133 | 71 |
| Binary | 11110101 | 1100000 | 101100 | 0 | 111101 | 1010010 | 100 | 10000 | 1011011 | 111001 |
Color Harmonies of #F5602C
Complementary color
Monochromatic Colors of #F5602C
Black with #F5602C
Text Example
Text Example
White with #F5602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5602C; }
p { color: rgb(245,96,44); }
H1.HeaderClassName
{
color: #F5602C;
}
.AnyTagClassName
{
color: #F5602C;
}
</style>
background-color css
<style>
a { background-color: #F5602C; }
a { background-color: rgb(245,96,44); }
div.DivClassName
{
background-color: #F5602C;
}
.BgClassName
{
background-color: #F5602C;
}
</style>
border-color css
<style>
span { border-color: #F5602C; }
span { border-color: rgb(245,96,44); }
td.TdClassName
{
border-color: #F5602C;
}
.TagClassName
{
border-color: #F5602C;
}
</style>