Shades of Outrageous Orange #F55325
Tints of Outrageous Orange #F55325
RGB
CMYK
RGB Variations
Color information
#F55325 (or 0xF55325) is known color: Outrageous Orange. HEX triplet: F5, 53 and 25. RGB value is (245,83,37). Sum of RGB (Red+Green+Blue) = 245+83+37=365 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.12% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 37 (14.84% from 255 or 10.14% from 365); Max value from RGB is 245 - color contains mainly: red. Hex color #F55325 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55325 is #0AACDA. Grayscale: #7E7E7E. Windows color (decimal): -699611 or 2446325. OLE color: 2446325.
HSL color Cylindrical-coordinate representation of color #F55325: hue angle of 13.27º 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 #F55325 is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 83 | 37 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.04 |
| HSL | 13.27º | 0.91% | 0.55% | - |
| HSV(B) | 13.27º | 0.85% | 0.96% | - |
| XYZ | 41.08 | 25.73 | 4.55 | - |
| YUV | 126.19 | 77.67 | 212.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 83 | 37 | 0 | 0.66 | 0.85 | 0.04 | 13.27 | 0.91 | 0.55 |
| Hex | F5 | 53 | 25 | 0 | 42 | 55 | 4 | D | 5B | 37 |
| Octal | 365 | 123 | 45 | 0 | 102 | 125 | 4 | 15 | 133 | 67 |
| Binary | 11110101 | 1010011 | 100101 | 0 | 1000010 | 1010101 | 100 | 1101 | 1011011 | 110111 |
Color Harmonies of #F55325
Complementary color
Monochromatic Colors of #F55325
Black with #F55325
Text Example
Text Example
White with #F55325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55325; }
p { color: rgb(245,83,37); }
H1.HeaderClassName
{
color: #F55325;
}
.AnyTagClassName
{
color: #F55325;
}
</style>
background-color css
<style>
a { background-color: #F55325; }
a { background-color: rgb(245,83,37); }
div.DivClassName
{
background-color: #F55325;
}
.BgClassName
{
background-color: #F55325;
}
</style>
border-color css
<style>
span { border-color: #F55325; }
span { border-color: rgb(245,83,37); }
td.TdClassName
{
border-color: #F55325;
}
.TagClassName
{
border-color: #F55325;
}
</style>