Shades of Outrageous Orange #F55E31
Tints of Outrageous Orange #F55E31
RGB
CMYK
RGB Variations
Color information
#F55E31 (or 0xF55E31) is known color: Outrageous Orange. HEX triplet: F5, 5E and 31. RGB value is (245,94,49). Sum of RGB (Red+Green+Blue) = 245+94+49=388 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.14% from 388); Green value is 94 (37.11% from 255 or 24.23% from 388); Blue value is 49 (19.53% from 255 or 12.63% from 388); Max value from RGB is 245 - color contains mainly: red. Hex color #F55E31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55E31 is #0AA1CE. Grayscale: #868686. Windows color (decimal): -696783 or 3235573. OLE color: 3235573.
HSL color Cylindrical-coordinate representation of color #F55E31: hue angle of 13.78º 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 #F55E31 is Cyan = 0, Magento = 0.62, Yellow = 0.8 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 94 | 49 | - |
| CMYK | 0 | 0.62 | 0.8 | 0.04 |
| HSL | 13.78º | 0.91% | 0.58% | - |
| HSV(B) | 13.78º | 0.8% | 0.96% | - |
| XYZ | 42.21 | 27.64 | 6.02 | - |
| YUV | 134.02 | 80.03 | 207.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 94 | 49 | 0 | 0.62 | 0.8 | 0.04 | 13.78 | 0.91 | 0.58 |
| Hex | F5 | 5E | 31 | 0 | 3E | 50 | 4 | E | 5B | 3A |
| Octal | 365 | 136 | 61 | 0 | 76 | 120 | 4 | 16 | 133 | 72 |
| Binary | 11110101 | 1011110 | 110001 | 0 | 111110 | 1010000 | 100 | 1110 | 1011011 | 111010 |
Color Harmonies of #F55E31
Complementary color
Monochromatic Colors of #F55E31
Black with #F55E31
Text Example
Text Example
White with #F55E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55E31; }
p { color: rgb(245,94,49); }
H1.HeaderClassName
{
color: #F55E31;
}
.AnyTagClassName
{
color: #F55E31;
}
</style>
background-color css
<style>
a { background-color: #F55E31; }
a { background-color: rgb(245,94,49); }
div.DivClassName
{
background-color: #F55E31;
}
.BgClassName
{
background-color: #F55E31;
}
</style>
border-color css
<style>
span { border-color: #F55E31; }
span { border-color: rgb(245,94,49); }
td.TdClassName
{
border-color: #F55E31;
}
.TagClassName
{
border-color: #F55E31;
}
</style>