Shades of Outrageous Orange #F55C2E
Tints of Outrageous Orange #F55C2E
RGB
CMYK
RGB Variations
Color information
#F55C2E (or 0xF55C2E) is known color: Outrageous Orange. HEX triplet: F5, 5C and 2E. RGB value is (245,92,46). Sum of RGB (Red+Green+Blue) = 245+92+46=383 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.97% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 46 (18.36% from 255 or 12.01% from 383); Max value from RGB is 245 - color contains mainly: red. Hex color #F55C2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55C2E is #0AA3D1. Grayscale: #848484. Windows color (decimal): -697298 or 3038453. OLE color: 3038453.
HSL color Cylindrical-coordinate representation of color #F55C2E: hue angle of 13.87º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F55C2E is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 92 | 46 | - |
| CMYK | 0 | 0.62 | 0.81 | 0.04 |
| HSL | 13.87º | 0.91% | 0.57% | - |
| HSV(B) | 13.87º | 0.81% | 0.96% | - |
| XYZ | 41.98 | 27.26 | 5.63 | - |
| YUV | 132.5 | 79.19 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 92 | 46 | 0 | 0.62 | 0.81 | 0.04 | 13.87 | 0.91 | 0.57 |
| Hex | F5 | 5C | 2E | 0 | 3E | 51 | 4 | E | 5B | 39 |
| Octal | 365 | 134 | 56 | 0 | 76 | 121 | 4 | 16 | 133 | 71 |
| Binary | 11110101 | 1011100 | 101110 | 0 | 111110 | 1010001 | 100 | 1110 | 1011011 | 111001 |
Color Harmonies of #F55C2E
Complementary color
Monochromatic Colors of #F55C2E
Black with #F55C2E
Text Example
Text Example
White with #F55C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55C2E; }
p { color: rgb(245,92,46); }
H1.HeaderClassName
{
color: #F55C2E;
}
.AnyTagClassName
{
color: #F55C2E;
}
</style>
background-color css
<style>
a { background-color: #F55C2E; }
a { background-color: rgb(245,92,46); }
div.DivClassName
{
background-color: #F55C2E;
}
.BgClassName
{
background-color: #F55C2E;
}
</style>
border-color css
<style>
span { border-color: #F55C2E; }
span { border-color: rgb(245,92,46); }
td.TdClassName
{
border-color: #F55C2E;
}
.TagClassName
{
border-color: #F55C2E;
}
</style>