Shades of Outrageous Orange #F55425
Tints of Outrageous Orange #F55425
RGB
CMYK
RGB Variations
Color information
#F55425 (or 0xF55425) is known color: Outrageous Orange. HEX triplet: F5, 54 and 25. RGB value is (245,84,37). Sum of RGB (Red+Green+Blue) = 245+84+37=366 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.94% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 37 (14.84% from 255 or 10.11% from 366); Max value from RGB is 245 - color contains mainly: red. Hex color #F55425 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55425 is #0AABDA. Grayscale: #7F7F7F. Windows color (decimal): -699355 or 2446581. OLE color: 2446581.
HSL color Cylindrical-coordinate representation of color #F55425: hue angle of 13.56º 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 #F55425 is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 84 | 37 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.04 |
| HSL | 13.56º | 0.91% | 0.55% | - |
| HSV(B) | 13.56º | 0.85% | 0.96% | - |
| XYZ | 41.16 | 25.89 | 4.58 | - |
| YUV | 126.78 | 77.34 | 212.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 84 | 37 | 0 | 0.66 | 0.85 | 0.04 | 13.56 | 0.91 | 0.55 |
| Hex | F5 | 54 | 25 | 0 | 42 | 55 | 4 | E | 5B | 37 |
| Octal | 365 | 124 | 45 | 0 | 102 | 125 | 4 | 16 | 133 | 67 |
| Binary | 11110101 | 1010100 | 100101 | 0 | 1000010 | 1010101 | 100 | 1110 | 1011011 | 110111 |
Color Harmonies of #F55425
Complementary color
Monochromatic Colors of #F55425
Black with #F55425
Text Example
Text Example
White with #F55425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55425; }
p { color: rgb(245,84,37); }
H1.HeaderClassName
{
color: #F55425;
}
.AnyTagClassName
{
color: #F55425;
}
</style>
background-color css
<style>
a { background-color: #F55425; }
a { background-color: rgb(245,84,37); }
div.DivClassName
{
background-color: #F55425;
}
.BgClassName
{
background-color: #F55425;
}
</style>
border-color css
<style>
span { border-color: #F55425; }
span { border-color: rgb(245,84,37); }
td.TdClassName
{
border-color: #F55425;
}
.TagClassName
{
border-color: #F55425;
}
</style>