Shades of Outrageous Orange #F55D37
Tints of Outrageous Orange #F55D37
RGB
CMYK
RGB Variations
Color information
#F55D37 (or 0xF55D37) is known color: Outrageous Orange. HEX triplet: F5, 5D and 37. RGB value is (245,93,55). Sum of RGB (Red+Green+Blue) = 245+93+55=393 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.34% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 55 (21.88% from 255 or 13.99% from 393); Max value from RGB is 245 - color contains mainly: red. Hex color #F55D37 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55D37 is #0AA2C8. Grayscale: #868686. Windows color (decimal): -697033 or 3628533. OLE color: 3628533.
HSL color Cylindrical-coordinate representation of color #F55D37: hue angle of 12º 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 #F55D37 is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 93 | 55 | - |
| CMYK | 0 | 0.62 | 0.78 | 0.04 |
| HSL | 12º | 0.9% | 0.59% | - |
| HSV(B) | 12º | 0.78% | 0.96% | - |
| XYZ | 42.26 | 27.52 | 6.7 | - |
| YUV | 134.12 | 83.36 | 207.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 93 | 55 | 0 | 0.62 | 0.78 | 0.04 | 12 | 0.9 | 0.59 |
| Hex | F5 | 5D | 37 | 0 | 3E | 4E | 4 | C | 5A | 3B |
| Octal | 365 | 135 | 67 | 0 | 76 | 116 | 4 | 14 | 132 | 73 |
| Binary | 11110101 | 1011101 | 110111 | 0 | 111110 | 1001110 | 100 | 1100 | 1011010 | 111011 |
Color Harmonies of #F55D37
Complementary color
Monochromatic Colors of #F55D37
Black with #F55D37
Text Example
Text Example
White with #F55D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55D37; }
p { color: rgb(245,93,55); }
H1.HeaderClassName
{
color: #F55D37;
}
.AnyTagClassName
{
color: #F55D37;
}
</style>
background-color css
<style>
a { background-color: #F55D37; }
a { background-color: rgb(245,93,55); }
div.DivClassName
{
background-color: #F55D37;
}
.BgClassName
{
background-color: #F55D37;
}
</style>
border-color css
<style>
span { border-color: #F55D37; }
span { border-color: rgb(245,93,55); }
td.TdClassName
{
border-color: #F55D37;
}
.TagClassName
{
border-color: #F55D37;
}
</style>