Shades of Outrageous Orange #F56431
Tints of Outrageous Orange #F56431
RGB
CMYK
RGB Variations
Color information
#F56431 (or 0xF56431) is known color: Outrageous Orange. HEX triplet: F5, 64 and 31. RGB value is (245,100,49). Sum of RGB (Red+Green+Blue) = 245+100+49=394 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.18% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 49 (19.53% from 255 or 12.44% from 394); Max value from RGB is 245 - color contains mainly: red. Hex color #F56431 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56431 is #0A9BCE. Grayscale: #898989. Windows color (decimal): -695247 or 3237109. OLE color: 3237109.
HSL color Cylindrical-coordinate representation of color #F56431: hue angle of 15.61º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F56431 is Cyan = 0, Magento = 0.59, Yellow = 0.8 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 100 | 49 | - |
| CMYK | 0 | 0.59 | 0.8 | 0.04 |
| HSL | 15.61º | 0.91% | 0.58% | - |
| HSV(B) | 15.61º | 0.8% | 0.96% | - |
| XYZ | 42.77 | 28.75 | 6.2 | - |
| YUV | 137.54 | 78.04 | 204.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 100 | 49 | 0 | 0.59 | 0.8 | 0.04 | 15.61 | 0.91 | 0.58 |
| Hex | F5 | 64 | 31 | 0 | 3B | 50 | 4 | 10 | 5B | 3A |
| Octal | 365 | 144 | 61 | 0 | 73 | 120 | 4 | 20 | 133 | 72 |
| Binary | 11110101 | 1100100 | 110001 | 0 | 111011 | 1010000 | 100 | 10000 | 1011011 | 111010 |
Color Harmonies of #F56431
Complementary color
Monochromatic Colors of #F56431
Black with #F56431
Text Example
Text Example
White with #F56431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56431; }
p { color: rgb(245,100,49); }
H1.HeaderClassName
{
color: #F56431;
}
.AnyTagClassName
{
color: #F56431;
}
</style>
background-color css
<style>
a { background-color: #F56431; }
a { background-color: rgb(245,100,49); }
div.DivClassName
{
background-color: #F56431;
}
.BgClassName
{
background-color: #F56431;
}
</style>
border-color css
<style>
span { border-color: #F56431; }
span { border-color: rgb(245,100,49); }
td.TdClassName
{
border-color: #F56431;
}
.TagClassName
{
border-color: #F56431;
}
</style>