Shades of Outrageous Orange #F1602E
Tints of Outrageous Orange #F1602E
RGB
CMYK
RGB Variations
Color information
#F1602E (or 0xF1602E) is known color: Outrageous Orange. HEX triplet: F1, 60 and 2E. RGB value is (241,96,46). Sum of RGB (Red+Green+Blue) = 241+96+46=383 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.92% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 46 (18.36% from 255 or 12.01% from 383); Max value from RGB is 241 - color contains mainly: red. Hex color #F1602E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1602E is #0E9FD1. Grayscale: #868686. Windows color (decimal): -958418 or 3039473. OLE color: 3039473.
HSL color Cylindrical-coordinate representation of color #F1602E: hue angle of 15.38º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F1602E is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 96 | 46 | - |
| CMYK | 0 | 0.60 | 0.81 | 0.05 |
| HSL | 15.38º | 0.87% | 0.56% | - |
| HSV(B) | 15.38º | 0.81% | 0.95% | - |
| XYZ | 40.95 | 27.26 | 5.69 | - |
| YUV | 133.66 | 78.54 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 96 | 46 | 0 | 0.60 | 0.81 | 0.05 | 15.38 | 0.87 | 0.56 |
| Hex | F1 | 60 | 2E | 0 | 3C | 51 | 5 | F | 57 | 38 |
| Octal | 361 | 140 | 56 | 0 | 74 | 121 | 5 | 17 | 127 | 70 |
| Binary | 11110001 | 1100000 | 101110 | 0 | 111100 | 1010001 | 101 | 1111 | 1010111 | 111000 |
Color Harmonies of #F1602E
Complementary color
Monochromatic Colors of #F1602E
Black with #F1602E
Text Example
Text Example
White with #F1602E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1602E; }
p { color: rgb(241,96,46); }
H1.HeaderClassName
{
color: #F1602E;
}
.AnyTagClassName
{
color: #F1602E;
}
</style>
background-color css
<style>
a { background-color: #F1602E; }
a { background-color: rgb(241,96,46); }
div.DivClassName
{
background-color: #F1602E;
}
.BgClassName
{
background-color: #F1602E;
}
</style>
border-color css
<style>
span { border-color: #F1602E; }
span { border-color: rgb(241,96,46); }
td.TdClassName
{
border-color: #F1602E;
}
.TagClassName
{
border-color: #F1602E;
}
</style>