Shades of Outrageous Orange #F15538
Tints of Outrageous Orange #F15538
RGB
CMYK
RGB Variations
Color information
#F15538 (or 0xF15538) is known color: Outrageous Orange. HEX triplet: F1, 55 and 38. RGB value is (241,85,56). Sum of RGB (Red+Green+Blue) = 241+85+56=382 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.09% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 56 (22.27% from 255 or 14.66% from 382); Max value from RGB is 241 - color contains mainly: red. Hex color #F15538 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15538 is #0EAAC7. Grayscale: #808080. Windows color (decimal): -961224 or 3692017. OLE color: 3692017.
HSL color Cylindrical-coordinate representation of color #F15538: hue angle of 9.41º 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 #F15538 is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 85 | 56 | - |
| CMYK | 0 | 0.65 | 0.77 | 0.05 |
| HSL | 9.41º | 0.87% | 0.58% | - |
| HSV(B) | 9.41º | 0.77% | 0.95% | - |
| XYZ | 40.24 | 25.48 | 6.54 | - |
| YUV | 128.34 | 87.18 | 208.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 85 | 56 | 0 | 0.65 | 0.77 | 0.05 | 9.41 | 0.87 | 0.58 |
| Hex | F1 | 55 | 38 | 0 | 41 | 4D | 5 | 9 | 57 | 3A |
| Octal | 361 | 125 | 70 | 0 | 101 | 115 | 5 | 11 | 127 | 72 |
| Binary | 11110001 | 1010101 | 111000 | 0 | 1000001 | 1001101 | 101 | 1001 | 1010111 | 111010 |
Color Harmonies of #F15538
Complementary color
Monochromatic Colors of #F15538
Black with #F15538
Text Example
Text Example
White with #F15538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15538; }
p { color: rgb(241,85,56); }
H1.HeaderClassName
{
color: #F15538;
}
.AnyTagClassName
{
color: #F15538;
}
</style>
background-color css
<style>
a { background-color: #F15538; }
a { background-color: rgb(241,85,56); }
div.DivClassName
{
background-color: #F15538;
}
.BgClassName
{
background-color: #F15538;
}
</style>
border-color css
<style>
span { border-color: #F15538; }
span { border-color: rgb(241,85,56); }
td.TdClassName
{
border-color: #F15538;
}
.TagClassName
{
border-color: #F15538;
}
</style>