Shades of Outrageous Orange #F55127
Tints of Outrageous Orange #F55127
RGB
CMYK
RGB Variations
Color information
#F55127 (or 0xF55127) is known color: Outrageous Orange. HEX triplet: F5, 51 and 27. RGB value is (245,81,39). Sum of RGB (Red+Green+Blue) = 245+81+39=365 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.12% from 365); Green value is 81 (32.03% from 255 or 22.19% from 365); Blue value is 39 (15.62% from 255 or 10.68% from 365); Max value from RGB is 245 - color contains mainly: red. Hex color #F55127 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55127 is #0AAED8. Grayscale: #7D7D7D. Windows color (decimal): -700121 or 2576885. OLE color: 2576885.
HSL color Cylindrical-coordinate representation of color #F55127: hue angle of 12.23º 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 #F55127 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 81 | 39 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.04 |
| HSL | 12.23º | 0.91% | 0.56% | - |
| HSV(B) | 12.23º | 0.84% | 0.96% | - |
| XYZ | 40.96 | 25.44 | 4.67 | - |
| YUV | 125.25 | 79.33 | 213.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 81 | 39 | 0 | 0.67 | 0.84 | 0.04 | 12.23 | 0.91 | 0.56 |
| Hex | F5 | 51 | 27 | 0 | 43 | 54 | 4 | C | 5B | 38 |
| Octal | 365 | 121 | 47 | 0 | 103 | 124 | 4 | 14 | 133 | 70 |
| Binary | 11110101 | 1010001 | 100111 | 0 | 1000011 | 1010100 | 100 | 1100 | 1011011 | 111000 |
Color Harmonies of #F55127
Complementary color
Monochromatic Colors of #F55127
Black with #F55127
Text Example
Text Example
White with #F55127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55127; }
p { color: rgb(245,81,39); }
H1.HeaderClassName
{
color: #F55127;
}
.AnyTagClassName
{
color: #F55127;
}
</style>
background-color css
<style>
a { background-color: #F55127; }
a { background-color: rgb(245,81,39); }
div.DivClassName
{
background-color: #F55127;
}
.BgClassName
{
background-color: #F55127;
}
</style>
border-color css
<style>
span { border-color: #F55127; }
span { border-color: rgb(245,81,39); }
td.TdClassName
{
border-color: #F55127;
}
.TagClassName
{
border-color: #F55127;
}
</style>