Shades of Outrageous Orange #F15E3E
Tints of Outrageous Orange #F15E3E
RGB
CMYK
RGB Variations
Color information
#F15E3E (or 0xF15E3E) is known color: Outrageous Orange. HEX triplet: F1, 5E and 3E. RGB value is (241,94,62). Sum of RGB (Red+Green+Blue) = 241+94+62=397 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.71% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 62 (24.61% from 255 or 15.62% from 397); Max value from RGB is 241 - color contains mainly: red. Hex color #F15E3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15E3E is #0EA1C1. Grayscale: #868686. Windows color (decimal): -958914 or 4087537. OLE color: 4087537.
HSL color Cylindrical-coordinate representation of color #F15E3E: hue angle of 10.73º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F15E3E is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 94 | 62 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.05 |
| HSL | 10.73º | 0.86% | 0.59% | - |
| HSV(B) | 10.73º | 0.74% | 0.95% | - |
| XYZ | 41.15 | 27.05 | 7.61 | - |
| YUV | 134.31 | 87.2 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 94 | 62 | 0 | 0.61 | 0.74 | 0.05 | 10.73 | 0.86 | 0.59 |
| Hex | F1 | 5E | 3E | 0 | 3D | 4A | 5 | B | 56 | 3B |
| Octal | 361 | 136 | 76 | 0 | 75 | 112 | 5 | 13 | 126 | 73 |
| Binary | 11110001 | 1011110 | 111110 | 0 | 111101 | 1001010 | 101 | 1011 | 1010110 | 111011 |
Color Harmonies of #F15E3E
Complementary color
Monochromatic Colors of #F15E3E
Black with #F15E3E
Text Example
Text Example
White with #F15E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15E3E; }
p { color: rgb(241,94,62); }
H1.HeaderClassName
{
color: #F15E3E;
}
.AnyTagClassName
{
color: #F15E3E;
}
</style>
background-color css
<style>
a { background-color: #F15E3E; }
a { background-color: rgb(241,94,62); }
div.DivClassName
{
background-color: #F15E3E;
}
.BgClassName
{
background-color: #F15E3E;
}
</style>
border-color css
<style>
span { border-color: #F15E3E; }
span { border-color: rgb(241,94,62); }
td.TdClassName
{
border-color: #F15E3E;
}
.TagClassName
{
border-color: #F15E3E;
}
</style>