Shades of Outrageous Orange #F55938
Tints of Outrageous Orange #F55938
RGB
CMYK
RGB Variations
Color information
#F55938 (or 0xF55938) is known color: Outrageous Orange. HEX triplet: F5, 59 and 38. RGB value is (245,89,56). Sum of RGB (Red+Green+Blue) = 245+89+56=390 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.82% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 56 (22.27% from 255 or 14.36% from 390); Max value from RGB is 245 - color contains mainly: red. Hex color #F55938 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55938 is #0AA6C7. Grayscale: #848484. Windows color (decimal): -698056 or 3693045. OLE color: 3693045.
HSL color Cylindrical-coordinate representation of color #F55938: hue angle of 10.48º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F55938 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 89 | 56 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.04 |
| HSL | 10.48º | 0.9% | 0.59% | - |
| HSV(B) | 10.48º | 0.77% | 0.96% | - |
| XYZ | 41.94 | 26.84 | 6.71 | - |
| YUV | 131.88 | 85.18 | 208.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 89 | 56 | 0 | 0.64 | 0.77 | 0.04 | 10.48 | 0.9 | 0.59 |
| Hex | F5 | 59 | 38 | 0 | 40 | 4D | 4 | A | 5A | 3B |
| Octal | 365 | 131 | 70 | 0 | 100 | 115 | 4 | 12 | 132 | 73 |
| Binary | 11110101 | 1011001 | 111000 | 0 | 1000000 | 1001101 | 100 | 1010 | 1011010 | 111011 |
Color Harmonies of #F55938
Complementary color
Monochromatic Colors of #F55938
Black with #F55938
Text Example
Text Example
White with #F55938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55938; }
p { color: rgb(245,89,56); }
H1.HeaderClassName
{
color: #F55938;
}
.AnyTagClassName
{
color: #F55938;
}
</style>
background-color css
<style>
a { background-color: #F55938; }
a { background-color: rgb(245,89,56); }
div.DivClassName
{
background-color: #F55938;
}
.BgClassName
{
background-color: #F55938;
}
</style>
border-color css
<style>
span { border-color: #F55938; }
span { border-color: rgb(245,89,56); }
td.TdClassName
{
border-color: #F55938;
}
.TagClassName
{
border-color: #F55938;
}
</style>