Shades of Outrageous Orange #F55536
Tints of Outrageous Orange #F55536
RGB
CMYK
RGB Variations
Color information
#F55536 (or 0xF55536) is known color: Outrageous Orange. HEX triplet: F5, 55 and 36. RGB value is (245,85,54). Sum of RGB (Red+Green+Blue) = 245+85+54=384 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.80% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 54 (21.48% from 255 or 14.06% from 384); Max value from RGB is 245 - color contains mainly: red. Hex color #F55536 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55536 is #0AAAC9. Grayscale: #818181. Windows color (decimal): -699082 or 3560949. OLE color: 3560949.
HSL color Cylindrical-coordinate representation of color #F55536: hue angle of 9.74º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F55536 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 85 | 54 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.04 |
| HSL | 9.74º | 0.91% | 0.59% | - |
| HSV(B) | 9.74º | 0.78% | 0.96% | - |
| XYZ | 41.57 | 26.18 | 6.35 | - |
| YUV | 129.31 | 85.51 | 210.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 85 | 54 | 0 | 0.65 | 0.78 | 0.04 | 9.74 | 0.91 | 0.59 |
| Hex | F5 | 55 | 36 | 0 | 41 | 4E | 4 | A | 5B | 3B |
| Octal | 365 | 125 | 66 | 0 | 101 | 116 | 4 | 12 | 133 | 73 |
| Binary | 11110101 | 1010101 | 110110 | 0 | 1000001 | 1001110 | 100 | 1010 | 1011011 | 111011 |
Color Harmonies of #F55536
Complementary color
Monochromatic Colors of #F55536
Black with #F55536
Text Example
Text Example
White with #F55536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55536; }
p { color: rgb(245,85,54); }
H1.HeaderClassName
{
color: #F55536;
}
.AnyTagClassName
{
color: #F55536;
}
</style>
background-color css
<style>
a { background-color: #F55536; }
a { background-color: rgb(245,85,54); }
div.DivClassName
{
background-color: #F55536;
}
.BgClassName
{
background-color: #F55536;
}
</style>
border-color css
<style>
span { border-color: #F55536; }
span { border-color: rgb(245,85,54); }
td.TdClassName
{
border-color: #F55536;
}
.TagClassName
{
border-color: #F55536;
}
</style>