Shades of Outrageous Orange #F55431
Tints of Outrageous Orange #F55431
RGB
CMYK
RGB Variations
Color information
#F55431 (or 0xF55431) is known color: Outrageous Orange. HEX triplet: F5, 54 and 31. RGB value is (245,84,49). Sum of RGB (Red+Green+Blue) = 245+84+49=378 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.81% from 378); Green value is 84 (33.20% from 255 or 22.22% from 378); Blue value is 49 (19.53% from 255 or 12.96% from 378); Max value from RGB is 245 - color contains mainly: red. Hex color #F55431 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55431 is #0AABCE. Grayscale: #808080. Windows color (decimal): -699343 or 3233013. OLE color: 3233013.
HSL color Cylindrical-coordinate representation of color #F55431: hue angle of 10.71º 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 #F55431 is Cyan = 0, Magento = 0.66, Yellow = 0.8 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 84 | 49 | - |
| CMYK | 0 | 0.66 | 0.8 | 0.04 |
| HSL | 10.71º | 0.91% | 0.58% | - |
| HSV(B) | 10.71º | 0.8% | 0.96% | - |
| XYZ | 41.38 | 25.97 | 5.74 | - |
| YUV | 128.15 | 83.34 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 84 | 49 | 0 | 0.66 | 0.8 | 0.04 | 10.71 | 0.91 | 0.58 |
| Hex | F5 | 54 | 31 | 0 | 42 | 50 | 4 | B | 5B | 3A |
| Octal | 365 | 124 | 61 | 0 | 102 | 120 | 4 | 13 | 133 | 72 |
| Binary | 11110101 | 1010100 | 110001 | 0 | 1000010 | 1010000 | 100 | 1011 | 1011011 | 111010 |
Color Harmonies of #F55431
Complementary color
Monochromatic Colors of #F55431
Black with #F55431
Text Example
Text Example
White with #F55431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55431; }
p { color: rgb(245,84,49); }
H1.HeaderClassName
{
color: #F55431;
}
.AnyTagClassName
{
color: #F55431;
}
</style>
background-color css
<style>
a { background-color: #F55431; }
a { background-color: rgb(245,84,49); }
div.DivClassName
{
background-color: #F55431;
}
.BgClassName
{
background-color: #F55431;
}
</style>
border-color css
<style>
span { border-color: #F55431; }
span { border-color: rgb(245,84,49); }
td.TdClassName
{
border-color: #F55431;
}
.TagClassName
{
border-color: #F55431;
}
</style>