Shades of Outrageous Orange #F1511E
Tints of Outrageous Orange #F1511E
RGB
CMYK
RGB Variations
Color information
#F1511E (or 0xF1511E) is known color: Outrageous Orange. HEX triplet: F1, 51 and 1E. RGB value is (241,81,30). Sum of RGB (Red+Green+Blue) = 241+81+30=352 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.47% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 30 (12.11% from 255 or 8.52% from 352); Max value from RGB is 241 - color contains mainly: red. Hex color #F1511E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1511E is #0EAEE1. Grayscale: #7B7B7B. Windows color (decimal): -962274 or 1987057. OLE color: 1987057.
HSL color Cylindrical-coordinate representation of color #F1511E: hue angle of 14.5º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F1511E is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 81 | 30 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.05 |
| HSL | 14.5º | 0.88% | 0.53% | - |
| HSV(B) | 14.5º | 0.88% | 0.95% | - |
| XYZ | 39.45 | 24.68 | 3.91 | - |
| YUV | 123.03 | 75.51 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 81 | 30 | 0 | 0.66 | 0.88 | 0.05 | 14.5 | 0.88 | 0.53 |
| Hex | F1 | 51 | 1E | 0 | 42 | 58 | 5 | F | 58 | 35 |
| Octal | 361 | 121 | 36 | 0 | 102 | 130 | 5 | 17 | 130 | 65 |
| Binary | 11110001 | 1010001 | 11110 | 0 | 1000010 | 1011000 | 101 | 1111 | 1011000 | 110101 |
Color Harmonies of #F1511E
Complementary color
Monochromatic Colors of #F1511E
Black with #F1511E
Text Example
Text Example
White with #F1511E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1511E; }
p { color: rgb(241,81,30); }
H1.HeaderClassName
{
color: #F1511E;
}
.AnyTagClassName
{
color: #F1511E;
}
</style>
background-color css
<style>
a { background-color: #F1511E; }
a { background-color: rgb(241,81,30); }
div.DivClassName
{
background-color: #F1511E;
}
.BgClassName
{
background-color: #F1511E;
}
</style>
border-color css
<style>
span { border-color: #F1511E; }
span { border-color: rgb(241,81,30); }
td.TdClassName
{
border-color: #F1511E;
}
.TagClassName
{
border-color: #F1511E;
}
</style>