Shades of Outrageous Orange #F56030
Tints of Outrageous Orange #F56030
RGB
CMYK
RGB Variations
Color information
#F56030 (or 0xF56030) is known color: Outrageous Orange. HEX triplet: F5, 60 and 30. RGB value is (245,96,48). Sum of RGB (Red+Green+Blue) = 245+96+48=389 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.98% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 48 (19.14% from 255 or 12.34% from 389); Max value from RGB is 245 - color contains mainly: red. Hex color #F56030 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56030 is #0A9FCF. Grayscale: #878787. Windows color (decimal): -696272 or 3170549. OLE color: 3170549.
HSL color Cylindrical-coordinate representation of color #F56030: hue angle of 14.62º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F56030 is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 96 | 48 | - |
| CMYK | 0 | 0.61 | 0.80 | 0.04 |
| HSL | 14.62º | 0.91% | 0.57% | - |
| HSV(B) | 14.62º | 0.8% | 0.96% | - |
| XYZ | 42.37 | 27.99 | 5.97 | - |
| YUV | 135.08 | 78.86 | 206.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 96 | 48 | 0 | 0.61 | 0.80 | 0.04 | 14.62 | 0.91 | 0.57 |
| Hex | F5 | 60 | 30 | 0 | 3D | 50 | 4 | F | 5B | 39 |
| Octal | 365 | 140 | 60 | 0 | 75 | 120 | 4 | 17 | 133 | 71 |
| Binary | 11110101 | 1100000 | 110000 | 0 | 111101 | 1010000 | 100 | 1111 | 1011011 | 111001 |
Color Harmonies of #F56030
Complementary color
Monochromatic Colors of #F56030
Black with #F56030
Text Example
Text Example
White with #F56030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56030; }
p { color: rgb(245,96,48); }
H1.HeaderClassName
{
color: #F56030;
}
.AnyTagClassName
{
color: #F56030;
}
</style>
background-color css
<style>
a { background-color: #F56030; }
a { background-color: rgb(245,96,48); }
div.DivClassName
{
background-color: #F56030;
}
.BgClassName
{
background-color: #F56030;
}
</style>
border-color css
<style>
span { border-color: #F56030; }
span { border-color: rgb(245,96,48); }
td.TdClassName
{
border-color: #F56030;
}
.TagClassName
{
border-color: #F56030;
}
</style>