Shades of Outrageous Orange #F15638
Tints of Outrageous Orange #F15638
RGB
CMYK
RGB Variations
Color information
#F15638 (or 0xF15638) is known color: Outrageous Orange. HEX triplet: F1, 56 and 38. RGB value is (241,86,56). Sum of RGB (Red+Green+Blue) = 241+86+56=383 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.92% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 56 (22.27% from 255 or 14.62% from 383); Max value from RGB is 241 - color contains mainly: red. Hex color #F15638 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15638 is #0EA9C7. Grayscale: #818181. Windows color (decimal): -960968 or 3692273. OLE color: 3692273.
HSL color Cylindrical-coordinate representation of color #F15638: hue angle of 9.73º 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 #F15638 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 86 | 56 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.05 |
| HSL | 9.73º | 0.87% | 0.58% | - |
| HSV(B) | 9.73º | 0.77% | 0.95% | - |
| XYZ | 40.32 | 25.64 | 6.57 | - |
| YUV | 128.93 | 86.85 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 86 | 56 | 0 | 0.64 | 0.77 | 0.05 | 9.73 | 0.87 | 0.58 |
| Hex | F1 | 56 | 38 | 0 | 40 | 4D | 5 | A | 57 | 3A |
| Octal | 361 | 126 | 70 | 0 | 100 | 115 | 5 | 12 | 127 | 72 |
| Binary | 11110001 | 1010110 | 111000 | 0 | 1000000 | 1001101 | 101 | 1010 | 1010111 | 111010 |
Color Harmonies of #F15638
Complementary color
Monochromatic Colors of #F15638
Black with #F15638
Text Example
Text Example
White with #F15638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15638; }
p { color: rgb(241,86,56); }
H1.HeaderClassName
{
color: #F15638;
}
.AnyTagClassName
{
color: #F15638;
}
</style>
background-color css
<style>
a { background-color: #F15638; }
a { background-color: rgb(241,86,56); }
div.DivClassName
{
background-color: #F15638;
}
.BgClassName
{
background-color: #F15638;
}
</style>
border-color css
<style>
span { border-color: #F15638; }
span { border-color: rgb(241,86,56); }
td.TdClassName
{
border-color: #F15638;
}
.TagClassName
{
border-color: #F15638;
}
</style>