Shades of Outrageous Orange #F55128
Tints of Outrageous Orange #F55128
RGB
CMYK
RGB Variations
Color information
#F55128 (or 0xF55128) is known color: Outrageous Orange. HEX triplet: F5, 51 and 28. RGB value is (245,81,40). Sum of RGB (Red+Green+Blue) = 245+81+40=366 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.94% from 366); Green value is 81 (32.03% from 255 or 22.13% from 366); Blue value is 40 (16.02% from 255 or 10.93% from 366); Max value from RGB is 245 - color contains mainly: red. Hex color #F55128 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55128 is #0AAED7. Grayscale: #7D7D7D. Windows color (decimal): -700120 or 2642421. OLE color: 2642421.
HSL color Cylindrical-coordinate representation of color #F55128: hue angle of 12º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F55128 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 81 | 40 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.04 |
| HSL | 12º | 0.91% | 0.56% | - |
| HSV(B) | 12º | 0.84% | 0.96% | - |
| XYZ | 40.98 | 25.45 | 4.76 | - |
| YUV | 125.36 | 79.83 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 81 | 40 | 0 | 0.67 | 0.84 | 0.04 | 12 | 0.91 | 0.56 |
| Hex | F5 | 51 | 28 | 0 | 43 | 54 | 4 | C | 5B | 38 |
| Octal | 365 | 121 | 50 | 0 | 103 | 124 | 4 | 14 | 133 | 70 |
| Binary | 11110101 | 1010001 | 101000 | 0 | 1000011 | 1010100 | 100 | 1100 | 1011011 | 111000 |
Color Harmonies of #F55128
Complementary color
Monochromatic Colors of #F55128
Black with #F55128
Text Example
Text Example
White with #F55128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55128; }
p { color: rgb(245,81,40); }
H1.HeaderClassName
{
color: #F55128;
}
.AnyTagClassName
{
color: #F55128;
}
</style>
background-color css
<style>
a { background-color: #F55128; }
a { background-color: rgb(245,81,40); }
div.DivClassName
{
background-color: #F55128;
}
.BgClassName
{
background-color: #F55128;
}
</style>
border-color css
<style>
span { border-color: #F55128; }
span { border-color: rgb(245,81,40); }
td.TdClassName
{
border-color: #F55128;
}
.TagClassName
{
border-color: #F55128;
}
</style>