Shades of Outrageous Orange #F55633
Tints of Outrageous Orange #F55633
RGB
CMYK
RGB Variations
Color information
#F55633 (or 0xF55633) is known color: Outrageous Orange. HEX triplet: F5, 56 and 33. RGB value is (245,86,51). Sum of RGB (Red+Green+Blue) = 245+86+51=382 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.14% from 382); Green value is 86 (33.98% from 255 or 22.51% from 382); Blue value is 51 (20.31% from 255 or 13.35% from 382); Max value from RGB is 245 - color contains mainly: red. Hex color #F55633 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55633 is #0AA9CC. Grayscale: #818181. Windows color (decimal): -698829 or 3364597. OLE color: 3364597.
HSL color Cylindrical-coordinate representation of color #F55633: hue angle of 10.82º 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 #F55633 is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 86 | 51 | - |
| CMYK | 0 | 0.65 | 0.79 | 0.04 |
| HSL | 10.82º | 0.91% | 0.58% | - |
| HSV(B) | 10.82º | 0.79% | 0.96% | - |
| XYZ | 41.58 | 26.31 | 6.02 | - |
| YUV | 129.55 | 83.68 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 86 | 51 | 0 | 0.65 | 0.79 | 0.04 | 10.82 | 0.91 | 0.58 |
| Hex | F5 | 56 | 33 | 0 | 41 | 4F | 4 | B | 5B | 3A |
| Octal | 365 | 126 | 63 | 0 | 101 | 117 | 4 | 13 | 133 | 72 |
| Binary | 11110101 | 1010110 | 110011 | 0 | 1000001 | 1001111 | 100 | 1011 | 1011011 | 111010 |
Color Harmonies of #F55633
Complementary color
Monochromatic Colors of #F55633
Black with #F55633
Text Example
Text Example
White with #F55633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55633; }
p { color: rgb(245,86,51); }
H1.HeaderClassName
{
color: #F55633;
}
.AnyTagClassName
{
color: #F55633;
}
</style>
background-color css
<style>
a { background-color: #F55633; }
a { background-color: rgb(245,86,51); }
div.DivClassName
{
background-color: #F55633;
}
.BgClassName
{
background-color: #F55633;
}
</style>
border-color css
<style>
span { border-color: #F55633; }
span { border-color: rgb(245,86,51); }
td.TdClassName
{
border-color: #F55633;
}
.TagClassName
{
border-color: #F55633;
}
</style>