Shades of Outrageous Orange #F15631
Tints of Outrageous Orange #F15631
RGB
CMYK
RGB Variations
Color information
#F15631 (or 0xF15631) is known color: Outrageous Orange. HEX triplet: F1, 56 and 31. RGB value is (241,86,49). Sum of RGB (Red+Green+Blue) = 241+86+49=376 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.10% from 376); Green value is 86 (33.98% from 255 or 22.87% from 376); Blue value is 49 (19.53% from 255 or 13.03% from 376); Max value from RGB is 241 - color contains mainly: red. Hex color #F15631 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15631 is #0EA9CE. Grayscale: #808080. Windows color (decimal): -960975 or 3233521. OLE color: 3233521.
HSL color Cylindrical-coordinate representation of color #F15631: hue angle of 11.56º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F15631 is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 86 | 49 | - |
| CMYK | 0 | 0.64 | 0.80 | 0.05 |
| HSL | 11.56º | 0.87% | 0.57% | - |
| HSV(B) | 11.56º | 0.8% | 0.95% | - |
| XYZ | 40.16 | 25.58 | 5.73 | - |
| YUV | 128.13 | 83.35 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 86 | 49 | 0 | 0.64 | 0.80 | 0.05 | 11.56 | 0.87 | 0.57 |
| Hex | F1 | 56 | 31 | 0 | 40 | 50 | 5 | C | 57 | 39 |
| Octal | 361 | 126 | 61 | 0 | 100 | 120 | 5 | 14 | 127 | 71 |
| Binary | 11110001 | 1010110 | 110001 | 0 | 1000000 | 1010000 | 101 | 1100 | 1010111 | 111001 |
Color Harmonies of #F15631
Complementary color
Monochromatic Colors of #F15631
Black with #F15631
Text Example
Text Example
White with #F15631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15631; }
p { color: rgb(241,86,49); }
H1.HeaderClassName
{
color: #F15631;
}
.AnyTagClassName
{
color: #F15631;
}
</style>
background-color css
<style>
a { background-color: #F15631; }
a { background-color: rgb(241,86,49); }
div.DivClassName
{
background-color: #F15631;
}
.BgClassName
{
background-color: #F15631;
}
</style>
border-color css
<style>
span { border-color: #F15631; }
span { border-color: rgb(241,86,49); }
td.TdClassName
{
border-color: #F15631;
}
.TagClassName
{
border-color: #F15631;
}
</style>