Shades of Outrageous Orange #F55638
Tints of Outrageous Orange #F55638
RGB
CMYK
RGB Variations
Color information
#F55638 (or 0xF55638) is known color: Outrageous Orange. HEX triplet: F5, 56 and 38. RGB value is (245,86,56). Sum of RGB (Red+Green+Blue) = 245+86+56=387 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.31% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 56 (22.27% from 255 or 14.47% from 387); Max value from RGB is 245 - color contains mainly: red. Hex color #F55638 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55638 is #0AA9C7. Grayscale: #828282. Windows color (decimal): -698824 or 3692277. OLE color: 3692277.
HSL color Cylindrical-coordinate representation of color #F55638: hue angle of 9.52º 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 #F55638 is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 86 | 56 | - |
| CMYK | 0 | 0.65 | 0.77 | 0.04 |
| HSL | 9.52º | 0.9% | 0.59% | - |
| HSV(B) | 9.52º | 0.77% | 0.96% | - |
| XYZ | 41.7 | 26.35 | 6.63 | - |
| YUV | 130.12 | 86.18 | 209.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 86 | 56 | 0 | 0.65 | 0.77 | 0.04 | 9.52 | 0.9 | 0.59 |
| Hex | F5 | 56 | 38 | 0 | 41 | 4D | 4 | A | 5A | 3B |
| Octal | 365 | 126 | 70 | 0 | 101 | 115 | 4 | 12 | 132 | 73 |
| Binary | 11110101 | 1010110 | 111000 | 0 | 1000001 | 1001101 | 100 | 1010 | 1011010 | 111011 |
Color Harmonies of #F55638
Complementary color
Monochromatic Colors of #F55638
Black with #F55638
Text Example
Text Example
White with #F55638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55638; }
p { color: rgb(245,86,56); }
H1.HeaderClassName
{
color: #F55638;
}
.AnyTagClassName
{
color: #F55638;
}
</style>
background-color css
<style>
a { background-color: #F55638; }
a { background-color: rgb(245,86,56); }
div.DivClassName
{
background-color: #F55638;
}
.BgClassName
{
background-color: #F55638;
}
</style>
border-color css
<style>
span { border-color: #F55638; }
span { border-color: rgb(245,86,56); }
td.TdClassName
{
border-color: #F55638;
}
.TagClassName
{
border-color: #F55638;
}
</style>