Shades of Outrageous Orange #F55731
Tints of Outrageous Orange #F55731
RGB
CMYK
RGB Variations
Color information
#F55731 (or 0xF55731) is known color: Outrageous Orange. HEX triplet: F5, 57 and 31. RGB value is (245,87,49). Sum of RGB (Red+Green+Blue) = 245+87+49=381 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.30% from 381); Green value is 87 (34.38% from 255 or 22.83% from 381); Blue value is 49 (19.53% from 255 or 12.86% from 381); Max value from RGB is 245 - color contains mainly: red. Hex color #F55731 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55731 is #0AA8CE. Grayscale: #828282. Windows color (decimal): -698575 or 3233781. OLE color: 3233781.
HSL color Cylindrical-coordinate representation of color #F55731: hue angle of 11.63º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F55731 is Cyan = 0, Magento = 0.64, Yellow = 0.8 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 87 | 49 | - |
| CMYK | 0 | 0.64 | 0.8 | 0.04 |
| HSL | 11.63º | 0.91% | 0.58% | - |
| HSV(B) | 11.63º | 0.8% | 0.96% | - |
| XYZ | 41.62 | 26.45 | 5.82 | - |
| YUV | 129.91 | 82.35 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 87 | 49 | 0 | 0.64 | 0.8 | 0.04 | 11.63 | 0.91 | 0.58 |
| Hex | F5 | 57 | 31 | 0 | 40 | 50 | 4 | C | 5B | 3A |
| Octal | 365 | 127 | 61 | 0 | 100 | 120 | 4 | 14 | 133 | 72 |
| Binary | 11110101 | 1010111 | 110001 | 0 | 1000000 | 1010000 | 100 | 1100 | 1011011 | 111010 |
Color Harmonies of #F55731
Complementary color
Monochromatic Colors of #F55731
Black with #F55731
Text Example
Text Example
White with #F55731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55731; }
p { color: rgb(245,87,49); }
H1.HeaderClassName
{
color: #F55731;
}
.AnyTagClassName
{
color: #F55731;
}
</style>
background-color css
<style>
a { background-color: #F55731; }
a { background-color: rgb(245,87,49); }
div.DivClassName
{
background-color: #F55731;
}
.BgClassName
{
background-color: #F55731;
}
</style>
border-color css
<style>
span { border-color: #F55731; }
span { border-color: rgb(245,87,49); }
td.TdClassName
{
border-color: #F55731;
}
.TagClassName
{
border-color: #F55731;
}
</style>