Shades of Outrageous Orange #F56234
Tints of Outrageous Orange #F56234
RGB
CMYK
RGB Variations
Color information
#F56234 (or 0xF56234) is known color: Outrageous Orange. HEX triplet: F5, 62 and 34. RGB value is (245,98,52). Sum of RGB (Red+Green+Blue) = 245+98+52=395 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.03% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 52 (20.70% from 255 or 13.16% from 395); Max value from RGB is 245 - color contains mainly: red. Hex color #F56234 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56234 is #0A9DCB. Grayscale: #898989. Windows color (decimal): -695756 or 3433205. OLE color: 3433205.
HSL color Cylindrical-coordinate representation of color #F56234: hue angle of 14.3º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F56234 is Cyan = 0, Magento = 0.6, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 98 | 52 | - |
| CMYK | 0 | 0.6 | 0.79 | 0.04 |
| HSL | 14.3º | 0.91% | 0.58% | - |
| HSV(B) | 14.3º | 0.79% | 0.96% | - |
| XYZ | 42.64 | 28.4 | 6.48 | - |
| YUV | 136.71 | 80.2 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 98 | 52 | 0 | 0.6 | 0.79 | 0.04 | 14.3 | 0.91 | 0.58 |
| Hex | F5 | 62 | 34 | 0 | 3C | 4F | 4 | E | 5B | 3A |
| Octal | 365 | 142 | 64 | 0 | 74 | 117 | 4 | 16 | 133 | 72 |
| Binary | 11110101 | 1100010 | 110100 | 0 | 111100 | 1001111 | 100 | 1110 | 1011011 | 111010 |
Color Harmonies of #F56234
Complementary color
Monochromatic Colors of #F56234
Black with #F56234
Text Example
Text Example
White with #F56234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56234; }
p { color: rgb(245,98,52); }
H1.HeaderClassName
{
color: #F56234;
}
.AnyTagClassName
{
color: #F56234;
}
</style>
background-color css
<style>
a { background-color: #F56234; }
a { background-color: rgb(245,98,52); }
div.DivClassName
{
background-color: #F56234;
}
.BgClassName
{
background-color: #F56234;
}
</style>
border-color css
<style>
span { border-color: #F56234; }
span { border-color: rgb(245,98,52); }
td.TdClassName
{
border-color: #F56234;
}
.TagClassName
{
border-color: #F56234;
}
</style>