Shades of Outrageous Orange #F55925
Tints of Outrageous Orange #F55925
RGB
CMYK
RGB Variations
Color information
#F55925 (or 0xF55925) is known color: Outrageous Orange. HEX triplet: F5, 59 and 25. RGB value is (245,89,37). Sum of RGB (Red+Green+Blue) = 245+89+37=371 (49% of max value = 765). Red value is 245 (96.09% from 255 or 66.04% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 37 (14.84% from 255 or 9.97% from 371); Max value from RGB is 245 - color contains mainly: red. Hex color #F55925 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55925 is #0AA6DA. Grayscale: #828282. Windows color (decimal): -698075 or 2447861. OLE color: 2447861.
HSL color Cylindrical-coordinate representation of color #F55925: hue angle of 15º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F55925 is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 89 | 37 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.04 |
| HSL | 15º | 0.91% | 0.55% | - |
| HSV(B) | 15º | 0.85% | 0.96% | - |
| XYZ | 41.56 | 26.69 | 4.71 | - |
| YUV | 129.72 | 75.68 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 89 | 37 | 0 | 0.64 | 0.85 | 0.04 | 15 | 0.91 | 0.55 |
| Hex | F5 | 59 | 25 | 0 | 40 | 55 | 4 | F | 5B | 37 |
| Octal | 365 | 131 | 45 | 0 | 100 | 125 | 4 | 17 | 133 | 67 |
| Binary | 11110101 | 1011001 | 100101 | 0 | 1000000 | 1010101 | 100 | 1111 | 1011011 | 110111 |
Color Harmonies of #F55925
Complementary color
Monochromatic Colors of #F55925
Black with #F55925
Text Example
Text Example
White with #F55925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55925; }
p { color: rgb(245,89,37); }
H1.HeaderClassName
{
color: #F55925;
}
.AnyTagClassName
{
color: #F55925;
}
</style>
background-color css
<style>
a { background-color: #F55925; }
a { background-color: rgb(245,89,37); }
div.DivClassName
{
background-color: #F55925;
}
.BgClassName
{
background-color: #F55925;
}
</style>
border-color css
<style>
span { border-color: #F55925; }
span { border-color: rgb(245,89,37); }
td.TdClassName
{
border-color: #F55925;
}
.TagClassName
{
border-color: #F55925;
}
</style>