Shades of Outrageous Orange #F55C37
Tints of Outrageous Orange #F55C37
RGB
CMYK
RGB Variations
Color information
#F55C37 (or 0xF55C37) is known color: Outrageous Orange. HEX triplet: F5, 5C and 37. RGB value is (245,92,55). Sum of RGB (Red+Green+Blue) = 245+92+55=392 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.5% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 55 (21.88% from 255 or 14.03% from 392); Max value from RGB is 245 - color contains mainly: red. Hex color #F55C37 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55C37 is #0AA3C8. Grayscale: #858585. Windows color (decimal): -697289 or 3628277. OLE color: 3628277.
HSL color Cylindrical-coordinate representation of color #F55C37: hue angle of 11.68º 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 #F55C37 is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 92 | 55 | - |
| CMYK | 0 | 0.62 | 0.78 | 0.04 |
| HSL | 11.68º | 0.9% | 0.59% | - |
| HSV(B) | 11.68º | 0.78% | 0.96% | - |
| XYZ | 42.17 | 27.34 | 6.67 | - |
| YUV | 133.53 | 83.69 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 92 | 55 | 0 | 0.62 | 0.78 | 0.04 | 11.68 | 0.9 | 0.59 |
| Hex | F5 | 5C | 37 | 0 | 3E | 4E | 4 | C | 5A | 3B |
| Octal | 365 | 134 | 67 | 0 | 76 | 116 | 4 | 14 | 132 | 73 |
| Binary | 11110101 | 1011100 | 110111 | 0 | 111110 | 1001110 | 100 | 1100 | 1011010 | 111011 |
Color Harmonies of #F55C37
Complementary color
Monochromatic Colors of #F55C37
Black with #F55C37
Text Example
Text Example
White with #F55C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55C37; }
p { color: rgb(245,92,55); }
H1.HeaderClassName
{
color: #F55C37;
}
.AnyTagClassName
{
color: #F55C37;
}
</style>
background-color css
<style>
a { background-color: #F55C37; }
a { background-color: rgb(245,92,55); }
div.DivClassName
{
background-color: #F55C37;
}
.BgClassName
{
background-color: #F55C37;
}
</style>
border-color css
<style>
span { border-color: #F55C37; }
span { border-color: rgb(245,92,55); }
td.TdClassName
{
border-color: #F55C37;
}
.TagClassName
{
border-color: #F55C37;
}
</style>