Shades of Outrageous Orange #F55825
Tints of Outrageous Orange #F55825
RGB
CMYK
RGB Variations
Color information
#F55825 (or 0xF55825) is known color: Outrageous Orange. HEX triplet: F5, 58 and 25. RGB value is (245,88,37). Sum of RGB (Red+Green+Blue) = 245+88+37=370 (49% of max value = 765). Red value is 245 (96.09% from 255 or 66.22% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 37 (14.84% from 255 or 10% from 370); Max value from RGB is 245 - color contains mainly: red. Hex color #F55825 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55825 is #0AA7DA. Grayscale: #818181. Windows color (decimal): -698331 or 2447605. OLE color: 2447605.
HSL color Cylindrical-coordinate representation of color #F55825: hue angle of 14.71º 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 #F55825 is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 88 | 37 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.04 |
| HSL | 14.71º | 0.91% | 0.55% | - |
| HSV(B) | 14.71º | 0.85% | 0.96% | - |
| XYZ | 41.48 | 26.53 | 4.68 | - |
| YUV | 129.13 | 76.01 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 88 | 37 | 0 | 0.64 | 0.85 | 0.04 | 14.71 | 0.91 | 0.55 |
| Hex | F5 | 58 | 25 | 0 | 40 | 55 | 4 | F | 5B | 37 |
| Octal | 365 | 130 | 45 | 0 | 100 | 125 | 4 | 17 | 133 | 67 |
| Binary | 11110101 | 1011000 | 100101 | 0 | 1000000 | 1010101 | 100 | 1111 | 1011011 | 110111 |
Color Harmonies of #F55825
Complementary color
Monochromatic Colors of #F55825
Black with #F55825
Text Example
Text Example
White with #F55825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55825; }
p { color: rgb(245,88,37); }
H1.HeaderClassName
{
color: #F55825;
}
.AnyTagClassName
{
color: #F55825;
}
</style>
background-color css
<style>
a { background-color: #F55825; }
a { background-color: rgb(245,88,37); }
div.DivClassName
{
background-color: #F55825;
}
.BgClassName
{
background-color: #F55825;
}
</style>
border-color css
<style>
span { border-color: #F55825; }
span { border-color: rgb(245,88,37); }
td.TdClassName
{
border-color: #F55825;
}
.TagClassName
{
border-color: #F55825;
}
</style>