Shades of Outrageous Orange #F56223
Tints of Outrageous Orange #F56223
RGB
CMYK
RGB Variations
Color information
#F56223 (or 0xF56223) is known color: Outrageous Orange. HEX triplet: F5, 62 and 23. RGB value is (245,98,35). Sum of RGB (Red+Green+Blue) = 245+98+35=378 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.81% from 378); Green value is 98 (38.67% from 255 or 25.93% from 378); Blue value is 35 (14.06% from 255 or 9.26% from 378); Max value from RGB is 245 - color contains mainly: red. Hex color #F56223 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56223 is #0A9DDC. Grayscale: #878787. Windows color (decimal): -695773 or 2319093. OLE color: 2319093.
HSL color Cylindrical-coordinate representation of color #F56223: hue angle of 18º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F56223 is Cyan = 0, Magento = 0.6, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 98 | 35 | - |
| CMYK | 0 | 0.6 | 0.86 | 0.04 |
| HSL | 18º | 0.91% | 0.55% | - |
| HSV(B) | 18º | 0.86% | 0.96% | - |
| XYZ | 42.33 | 28.27 | 4.82 | - |
| YUV | 134.77 | 71.7 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 98 | 35 | 0 | 0.6 | 0.86 | 0.04 | 18 | 0.91 | 0.55 |
| Hex | F5 | 62 | 23 | 0 | 3C | 56 | 4 | 12 | 5B | 37 |
| Octal | 365 | 142 | 43 | 0 | 74 | 126 | 4 | 22 | 133 | 67 |
| Binary | 11110101 | 1100010 | 100011 | 0 | 111100 | 1010110 | 100 | 10010 | 1011011 | 110111 |
Color Harmonies of #F56223
Complementary color
Monochromatic Colors of #F56223
Black with #F56223
Text Example
Text Example
White with #F56223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56223; }
p { color: rgb(245,98,35); }
H1.HeaderClassName
{
color: #F56223;
}
.AnyTagClassName
{
color: #F56223;
}
</style>
background-color css
<style>
a { background-color: #F56223; }
a { background-color: rgb(245,98,35); }
div.DivClassName
{
background-color: #F56223;
}
.BgClassName
{
background-color: #F56223;
}
</style>
border-color css
<style>
span { border-color: #F56223; }
span { border-color: rgb(245,98,35); }
td.TdClassName
{
border-color: #F56223;
}
.TagClassName
{
border-color: #F56223;
}
</style>