Shades of Outrageous Orange #F55537
Tints of Outrageous Orange #F55537
RGB
CMYK
RGB Variations
Color information
#F55537 (or 0xF55537) is known color: Outrageous Orange. HEX triplet: F5, 55 and 37. RGB value is (245,85,55). Sum of RGB (Red+Green+Blue) = 245+85+55=385 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.64% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 55 (21.88% from 255 or 14.29% from 385); Max value from RGB is 245 - color contains mainly: red. Hex color #F55537 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55537 is #0AAAC8. Grayscale: #818181. Windows color (decimal): -699081 or 3626485. OLE color: 3626485.
HSL color Cylindrical-coordinate representation of color #F55537: hue angle of 9.47º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F55537 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 85 | 55 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.04 |
| HSL | 9.47º | 0.9% | 0.59% | - |
| HSV(B) | 9.47º | 0.78% | 0.96% | - |
| XYZ | 41.59 | 26.19 | 6.48 | - |
| YUV | 129.42 | 86.01 | 210.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 85 | 55 | 0 | 0.65 | 0.78 | 0.04 | 9.47 | 0.9 | 0.59 |
| Hex | F5 | 55 | 37 | 0 | 41 | 4E | 4 | 9 | 5A | 3B |
| Octal | 365 | 125 | 67 | 0 | 101 | 116 | 4 | 11 | 132 | 73 |
| Binary | 11110101 | 1010101 | 110111 | 0 | 1000001 | 1001110 | 100 | 1001 | 1011010 | 111011 |
Color Harmonies of #F55537
Complementary color
Monochromatic Colors of #F55537
Black with #F55537
Text Example
Text Example
White with #F55537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55537; }
p { color: rgb(245,85,55); }
H1.HeaderClassName
{
color: #F55537;
}
.AnyTagClassName
{
color: #F55537;
}
</style>
background-color css
<style>
a { background-color: #F55537; }
a { background-color: rgb(245,85,55); }
div.DivClassName
{
background-color: #F55537;
}
.BgClassName
{
background-color: #F55537;
}
</style>
border-color css
<style>
span { border-color: #F55537; }
span { border-color: rgb(245,85,55); }
td.TdClassName
{
border-color: #F55537;
}
.TagClassName
{
border-color: #F55537;
}
</style>