Shades of Outrageous Orange #F56136
Tints of Outrageous Orange #F56136
RGB
CMYK
RGB Variations
Color information
#F56136 (or 0xF56136) is known color: Outrageous Orange. HEX triplet: F5, 61 and 36. RGB value is (245,97,54). Sum of RGB (Red+Green+Blue) = 245+97+54=396 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.87% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 54 (21.48% from 255 or 13.64% from 396); Max value from RGB is 245 - color contains mainly: red. Hex color #F56136 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56136 is #0A9EC9. Grayscale: #888888. Windows color (decimal): -696010 or 3564021. OLE color: 3564021.
HSL color Cylindrical-coordinate representation of color #F56136: hue angle of 13.51º 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 #F56136 is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 97 | 54 | - |
| CMYK | 0 | 0.60 | 0.78 | 0.04 |
| HSL | 13.51º | 0.91% | 0.59% | - |
| HSV(B) | 13.51º | 0.78% | 0.96% | - |
| XYZ | 42.6 | 28.23 | 6.69 | - |
| YUV | 136.35 | 81.53 | 205.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 97 | 54 | 0 | 0.60 | 0.78 | 0.04 | 13.51 | 0.91 | 0.59 |
| Hex | F5 | 61 | 36 | 0 | 3C | 4E | 4 | E | 5B | 3B |
| Octal | 365 | 141 | 66 | 0 | 74 | 116 | 4 | 16 | 133 | 73 |
| Binary | 11110101 | 1100001 | 110110 | 0 | 111100 | 1001110 | 100 | 1110 | 1011011 | 111011 |
Color Harmonies of #F56136
Complementary color
Monochromatic Colors of #F56136
Black with #F56136
Text Example
Text Example
White with #F56136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56136; }
p { color: rgb(245,97,54); }
H1.HeaderClassName
{
color: #F56136;
}
.AnyTagClassName
{
color: #F56136;
}
</style>
background-color css
<style>
a { background-color: #F56136; }
a { background-color: rgb(245,97,54); }
div.DivClassName
{
background-color: #F56136;
}
.BgClassName
{
background-color: #F56136;
}
</style>
border-color css
<style>
span { border-color: #F56136; }
span { border-color: rgb(245,97,54); }
td.TdClassName
{
border-color: #F56136;
}
.TagClassName
{
border-color: #F56136;
}
</style>