Shades of Outrageous Orange #F56123
Tints of Outrageous Orange #F56123
RGB
CMYK
RGB Variations
Color information
#F56123 (or 0xF56123) is known color: Outrageous Orange. HEX triplet: F5, 61 and 23. RGB value is (245,97,35). Sum of RGB (Red+Green+Blue) = 245+97+35=377 (49% of max value = 765). Red value is 245 (96.09% from 255 or 64.99% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 35 (14.06% from 255 or 9.28% from 377); Max value from RGB is 245 - color contains mainly: red. Hex color #F56123 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56123 is #0A9EDC. Grayscale: #868686. Windows color (decimal): -696029 or 2318837. OLE color: 2318837.
HSL color Cylindrical-coordinate representation of color #F56123: hue angle of 17.71º 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 #F56123 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 97 | 35 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.04 |
| HSL | 17.71º | 0.91% | 0.55% | - |
| HSV(B) | 17.71º | 0.86% | 0.96% | - |
| XYZ | 42.23 | 28.08 | 4.78 | - |
| YUV | 134.18 | 72.03 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 97 | 35 | 0 | 0.60 | 0.86 | 0.04 | 17.71 | 0.91 | 0.55 |
| Hex | F5 | 61 | 23 | 0 | 3C | 56 | 4 | 12 | 5B | 37 |
| Octal | 365 | 141 | 43 | 0 | 74 | 126 | 4 | 22 | 133 | 67 |
| Binary | 11110101 | 1100001 | 100011 | 0 | 111100 | 1010110 | 100 | 10010 | 1011011 | 110111 |
Color Harmonies of #F56123
Complementary color
Monochromatic Colors of #F56123
Black with #F56123
Text Example
Text Example
White with #F56123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56123; }
p { color: rgb(245,97,35); }
H1.HeaderClassName
{
color: #F56123;
}
.AnyTagClassName
{
color: #F56123;
}
</style>
background-color css
<style>
a { background-color: #F56123; }
a { background-color: rgb(245,97,35); }
div.DivClassName
{
background-color: #F56123;
}
.BgClassName
{
background-color: #F56123;
}
</style>
border-color css
<style>
span { border-color: #F56123; }
span { border-color: rgb(245,97,35); }
td.TdClassName
{
border-color: #F56123;
}
.TagClassName
{
border-color: #F56123;
}
</style>