Shades of Outrageous Orange #F55129
Tints of Outrageous Orange #F55129
RGB
CMYK
RGB Variations
Color information
#F55129 (or 0xF55129) is known color: Outrageous Orange. HEX triplet: F5, 51 and 29. RGB value is (245,81,41). Sum of RGB (Red+Green+Blue) = 245+81+41=367 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.76% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 41 (16.41% from 255 or 11.17% from 367); Max value from RGB is 245 - color contains mainly: red. Hex color #F55129 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55129 is #0AAED6. Grayscale: #7D7D7D. Windows color (decimal): -700119 or 2707957. OLE color: 2707957.
HSL color Cylindrical-coordinate representation of color #F55129: hue angle of 11.76º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F55129 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 81 | 41 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.04 |
| HSL | 11.76º | 0.91% | 0.56% | - |
| HSV(B) | 11.76º | 0.83% | 0.96% | - |
| XYZ | 41 | 25.46 | 4.85 | - |
| YUV | 125.48 | 80.33 | 213.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 81 | 41 | 0 | 0.67 | 0.83 | 0.04 | 11.76 | 0.91 | 0.56 |
| Hex | F5 | 51 | 29 | 0 | 43 | 53 | 4 | C | 5B | 38 |
| Octal | 365 | 121 | 51 | 0 | 103 | 123 | 4 | 14 | 133 | 70 |
| Binary | 11110101 | 1010001 | 101001 | 0 | 1000011 | 1010011 | 100 | 1100 | 1011011 | 111000 |
Color Harmonies of #F55129
Complementary color
Monochromatic Colors of #F55129
Black with #F55129
Text Example
Text Example
White with #F55129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55129; }
p { color: rgb(245,81,41); }
H1.HeaderClassName
{
color: #F55129;
}
.AnyTagClassName
{
color: #F55129;
}
</style>
background-color css
<style>
a { background-color: #F55129; }
a { background-color: rgb(245,81,41); }
div.DivClassName
{
background-color: #F55129;
}
.BgClassName
{
background-color: #F55129;
}
</style>
border-color css
<style>
span { border-color: #F55129; }
span { border-color: rgb(245,81,41); }
td.TdClassName
{
border-color: #F55129;
}
.TagClassName
{
border-color: #F55129;
}
</style>