Shades of Outrageous Orange #F15C37
Tints of Outrageous Orange #F15C37
RGB
CMYK
RGB Variations
Color information
#F15C37 (or 0xF15C37) is known color: Outrageous Orange. HEX triplet: F1, 5C and 37. RGB value is (241,92,55). Sum of RGB (Red+Green+Blue) = 241+92+55=388 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.11% from 388); Green value is 92 (36.33% from 255 or 23.71% from 388); Blue value is 55 (21.88% from 255 or 14.18% from 388); Max value from RGB is 241 - color contains mainly: red. Hex color #F15C37 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15C37 is #0EA3C8. Grayscale: #848484. Windows color (decimal): -959433 or 3628273. OLE color: 3628273.
HSL color Cylindrical-coordinate representation of color #F15C37: hue angle of 11.94º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F15C37 is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 92 | 55 | - |
| CMYK | 0 | 0.62 | 0.77 | 0.05 |
| HSL | 11.94º | 0.87% | 0.58% | - |
| HSV(B) | 11.94º | 0.77% | 0.95% | - |
| XYZ | 40.79 | 26.63 | 6.6 | - |
| YUV | 132.33 | 84.36 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 92 | 55 | 0 | 0.62 | 0.77 | 0.05 | 11.94 | 0.87 | 0.58 |
| Hex | F1 | 5C | 37 | 0 | 3E | 4D | 5 | C | 57 | 3A |
| Octal | 361 | 134 | 67 | 0 | 76 | 115 | 5 | 14 | 127 | 72 |
| Binary | 11110001 | 1011100 | 110111 | 0 | 111110 | 1001101 | 101 | 1100 | 1010111 | 111010 |
Color Harmonies of #F15C37
Complementary color
Monochromatic Colors of #F15C37
Black with #F15C37
Text Example
Text Example
White with #F15C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15C37; }
p { color: rgb(241,92,55); }
H1.HeaderClassName
{
color: #F15C37;
}
.AnyTagClassName
{
color: #F15C37;
}
</style>
background-color css
<style>
a { background-color: #F15C37; }
a { background-color: rgb(241,92,55); }
div.DivClassName
{
background-color: #F15C37;
}
.BgClassName
{
background-color: #F15C37;
}
</style>
border-color css
<style>
span { border-color: #F15C37; }
span { border-color: rgb(241,92,55); }
td.TdClassName
{
border-color: #F15C37;
}
.TagClassName
{
border-color: #F15C37;
}
</style>