Shades of Outrageous Orange #F55E3C
Tints of Outrageous Orange #F55E3C
RGB
CMYK
RGB Variations
Color information
#F55E3C (or 0xF55E3C) is known color: Outrageous Orange. HEX triplet: F5, 5E and 3C. RGB value is (245,94,60). Sum of RGB (Red+Green+Blue) = 245+94+60=399 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.40% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 60 (23.83% from 255 or 15.04% from 399); Max value from RGB is 245 - color contains mainly: red. Hex color #F55E3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55E3C is #0AA1C3. Grayscale: #878787. Windows color (decimal): -696772 or 3956469. OLE color: 3956469.
HSL color Cylindrical-coordinate representation of color #F55E3C: hue angle of 11.03º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F55E3C is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 94 | 60 | - |
| CMYK | 0 | 0.62 | 0.76 | 0.04 |
| HSL | 11.03º | 0.9% | 0.6% | - |
| HSV(B) | 11.03º | 0.76% | 0.96% | - |
| XYZ | 42.47 | 27.74 | 7.39 | - |
| YUV | 135.27 | 85.53 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 94 | 60 | 0 | 0.62 | 0.76 | 0.04 | 11.03 | 0.9 | 0.6 |
| Hex | F5 | 5E | 3C | 0 | 3E | 4C | 4 | B | 5A | 3C |
| Octal | 365 | 136 | 74 | 0 | 76 | 114 | 4 | 13 | 132 | 74 |
| Binary | 11110101 | 1011110 | 111100 | 0 | 111110 | 1001100 | 100 | 1011 | 1011010 | 111100 |
Color Harmonies of #F55E3C
Complementary color
Monochromatic Colors of #F55E3C
Black with #F55E3C
Text Example
Text Example
White with #F55E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55E3C; }
p { color: rgb(245,94,60); }
H1.HeaderClassName
{
color: #F55E3C;
}
.AnyTagClassName
{
color: #F55E3C;
}
</style>
background-color css
<style>
a { background-color: #F55E3C; }
a { background-color: rgb(245,94,60); }
div.DivClassName
{
background-color: #F55E3C;
}
.BgClassName
{
background-color: #F55E3C;
}
</style>
border-color css
<style>
span { border-color: #F55E3C; }
span { border-color: rgb(245,94,60); }
td.TdClassName
{
border-color: #F55E3C;
}
.TagClassName
{
border-color: #F55E3C;
}
</style>