Shades of Outrageous Orange #F55323
Tints of Outrageous Orange #F55323
RGB
CMYK
RGB Variations
Color information
#F55323 (or 0xF55323) is known color: Outrageous Orange. HEX triplet: F5, 53 and 23. RGB value is (245,83,35). Sum of RGB (Red+Green+Blue) = 245+83+35=363 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.49% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 35 (14.06% from 255 or 9.64% from 363); Max value from RGB is 245 - color contains mainly: red. Hex color #F55323 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55323 is #0AACDC. Grayscale: #7E7E7E. Windows color (decimal): -699613 or 2315253. OLE color: 2315253.
HSL color Cylindrical-coordinate representation of color #F55323: hue angle of 13.71º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F55323 is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 83 | 35 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.04 |
| HSL | 13.71º | 0.91% | 0.55% | - |
| HSV(B) | 13.71º | 0.86% | 0.96% | - |
| XYZ | 41.05 | 25.72 | 4.39 | - |
| YUV | 125.97 | 76.67 | 212.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 83 | 35 | 0 | 0.66 | 0.86 | 0.04 | 13.71 | 0.91 | 0.55 |
| Hex | F5 | 53 | 23 | 0 | 42 | 56 | 4 | E | 5B | 37 |
| Octal | 365 | 123 | 43 | 0 | 102 | 126 | 4 | 16 | 133 | 67 |
| Binary | 11110101 | 1010011 | 100011 | 0 | 1000010 | 1010110 | 100 | 1110 | 1011011 | 110111 |
Color Harmonies of #F55323
Complementary color
Monochromatic Colors of #F55323
Black with #F55323
Text Example
Text Example
White with #F55323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55323; }
p { color: rgb(245,83,35); }
H1.HeaderClassName
{
color: #F55323;
}
.AnyTagClassName
{
color: #F55323;
}
</style>
background-color css
<style>
a { background-color: #F55323; }
a { background-color: rgb(245,83,35); }
div.DivClassName
{
background-color: #F55323;
}
.BgClassName
{
background-color: #F55323;
}
</style>
border-color css
<style>
span { border-color: #F55323; }
span { border-color: rgb(245,83,35); }
td.TdClassName
{
border-color: #F55323;
}
.TagClassName
{
border-color: #F55323;
}
</style>