Shades of Outrageous Orange #F55331
Tints of Outrageous Orange #F55331
RGB
CMYK
RGB Variations
Color information
#F55331 (or 0xF55331) is known color: Outrageous Orange. HEX triplet: F5, 53 and 31. RGB value is (245,83,49). Sum of RGB (Red+Green+Blue) = 245+83+49=377 (49% of max value = 765). Red value is 245 (96.09% from 255 or 64.99% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 49 (19.53% from 255 or 13.00% from 377); Max value from RGB is 245 - color contains mainly: red. Hex color #F55331 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55331 is #0AACCE. Grayscale: #7F7F7F. Windows color (decimal): -699599 or 3232757. OLE color: 3232757.
HSL color Cylindrical-coordinate representation of color #F55331: hue angle of 10.41º 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 #F55331 is Cyan = 0, Magento = 0.66, Yellow = 0.8 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 83 | 49 | - |
| CMYK | 0 | 0.66 | 0.8 | 0.04 |
| HSL | 10.41º | 0.91% | 0.58% | - |
| HSV(B) | 10.41º | 0.8% | 0.96% | - |
| XYZ | 41.3 | 25.82 | 5.71 | - |
| YUV | 127.56 | 83.67 | 211.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 83 | 49 | 0 | 0.66 | 0.8 | 0.04 | 10.41 | 0.91 | 0.58 |
| Hex | F5 | 53 | 31 | 0 | 42 | 50 | 4 | A | 5B | 3A |
| Octal | 365 | 123 | 61 | 0 | 102 | 120 | 4 | 12 | 133 | 72 |
| Binary | 11110101 | 1010011 | 110001 | 0 | 1000010 | 1010000 | 100 | 1010 | 1011011 | 111010 |
Color Harmonies of #F55331
Complementary color
Monochromatic Colors of #F55331
Black with #F55331
Text Example
Text Example
White with #F55331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55331; }
p { color: rgb(245,83,49); }
H1.HeaderClassName
{
color: #F55331;
}
.AnyTagClassName
{
color: #F55331;
}
</style>
background-color css
<style>
a { background-color: #F55331; }
a { background-color: rgb(245,83,49); }
div.DivClassName
{
background-color: #F55331;
}
.BgClassName
{
background-color: #F55331;
}
</style>
border-color css
<style>
span { border-color: #F55331; }
span { border-color: rgb(245,83,49); }
td.TdClassName
{
border-color: #F55331;
}
.TagClassName
{
border-color: #F55331;
}
</style>