Shades of Outrageous Orange #F56530
Tints of Outrageous Orange #F56530
RGB
CMYK
RGB Variations
Color information
#F56530 (or 0xF56530) is known color: Outrageous Orange. HEX triplet: F5, 65 and 30. RGB value is (245,101,48). Sum of RGB (Red+Green+Blue) = 245+101+48=394 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.18% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 48 (19.14% from 255 or 12.18% from 394); Max value from RGB is 245 - color contains mainly: red. Hex color #F56530 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56530 is #0A9ACF. Grayscale: #8A8A8A. Windows color (decimal): -694992 or 3171829. OLE color: 3171829.
HSL color Cylindrical-coordinate representation of color #F56530: hue angle of 16.14º 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 #F56530 is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 101 | 48 | - |
| CMYK | 0 | 0.59 | 0.80 | 0.04 |
| HSL | 16.14º | 0.91% | 0.57% | - |
| HSV(B) | 16.14º | 0.8% | 0.96% | - |
| XYZ | 42.84 | 28.93 | 6.12 | - |
| YUV | 138.01 | 77.21 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 101 | 48 | 0 | 0.59 | 0.80 | 0.04 | 16.14 | 0.91 | 0.57 |
| Hex | F5 | 65 | 30 | 0 | 3B | 50 | 4 | 10 | 5B | 39 |
| Octal | 365 | 145 | 60 | 0 | 73 | 120 | 4 | 20 | 133 | 71 |
| Binary | 11110101 | 1100101 | 110000 | 0 | 111011 | 1010000 | 100 | 10000 | 1011011 | 111001 |
Color Harmonies of #F56530
Complementary color
Monochromatic Colors of #F56530
Black with #F56530
Text Example
Text Example
White with #F56530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56530; }
p { color: rgb(245,101,48); }
H1.HeaderClassName
{
color: #F56530;
}
.AnyTagClassName
{
color: #F56530;
}
</style>
background-color css
<style>
a { background-color: #F56530; }
a { background-color: rgb(245,101,48); }
div.DivClassName
{
background-color: #F56530;
}
.BgClassName
{
background-color: #F56530;
}
</style>
border-color css
<style>
span { border-color: #F56530; }
span { border-color: rgb(245,101,48); }
td.TdClassName
{
border-color: #F56530;
}
.TagClassName
{
border-color: #F56530;
}
</style>