Shades of Outrageous Orange #F55B39
Tints of Outrageous Orange #F55B39
RGB
CMYK
RGB Variations
Color information
#F55B39 (or 0xF55B39) is known color: Outrageous Orange. HEX triplet: F5, 5B and 39. RGB value is (245,91,57). Sum of RGB (Red+Green+Blue) = 245+91+57=393 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.34% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 57 (22.66% from 255 or 14.50% from 393); Max value from RGB is 245 - color contains mainly: red. Hex color #F55B39 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55B39 is #0AA4C6. Grayscale: #858585. Windows color (decimal): -697543 or 3759093. OLE color: 3759093.
HSL color Cylindrical-coordinate representation of color #F55B39: hue angle of 10.85º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F55B39 is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 91 | 57 | - |
| CMYK | 0 | 0.63 | 0.77 | 0.04 |
| HSL | 10.85º | 0.9% | 0.59% | - |
| HSV(B) | 10.85º | 0.77% | 0.96% | - |
| XYZ | 42.14 | 27.19 | 6.9 | - |
| YUV | 133.17 | 85.02 | 207.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 91 | 57 | 0 | 0.63 | 0.77 | 0.04 | 10.85 | 0.9 | 0.59 |
| Hex | F5 | 5B | 39 | 0 | 3F | 4D | 4 | B | 5A | 3B |
| Octal | 365 | 133 | 71 | 0 | 77 | 115 | 4 | 13 | 132 | 73 |
| Binary | 11110101 | 1011011 | 111001 | 0 | 111111 | 1001101 | 100 | 1011 | 1011010 | 111011 |
Color Harmonies of #F55B39
Complementary color
Monochromatic Colors of #F55B39
Black with #F55B39
Text Example
Text Example
White with #F55B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55B39; }
p { color: rgb(245,91,57); }
H1.HeaderClassName
{
color: #F55B39;
}
.AnyTagClassName
{
color: #F55B39;
}
</style>
background-color css
<style>
a { background-color: #F55B39; }
a { background-color: rgb(245,91,57); }
div.DivClassName
{
background-color: #F55B39;
}
.BgClassName
{
background-color: #F55B39;
}
</style>
border-color css
<style>
span { border-color: #F55B39; }
span { border-color: rgb(245,91,57); }
td.TdClassName
{
border-color: #F55B39;
}
.TagClassName
{
border-color: #F55B39;
}
</style>