Shades of Outrageous Orange #F1602F
Tints of Outrageous Orange #F1602F
RGB
CMYK
RGB Variations
Color information
#F1602F (or 0xF1602F) is known color: Outrageous Orange. HEX triplet: F1, 60 and 2F. RGB value is (241,96,47). Sum of RGB (Red+Green+Blue) = 241+96+47=384 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.76% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 47 (18.75% from 255 or 12.24% from 384); Max value from RGB is 241 - color contains mainly: red. Hex color #F1602F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1602F is #0E9FD0. Grayscale: #868686. Windows color (decimal): -958417 or 3105009. OLE color: 3105009.
HSL color Cylindrical-coordinate representation of color #F1602F: hue angle of 15.15º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1602F is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 96 | 47 | - |
| CMYK | 0 | 0.60 | 0.80 | 0.05 |
| HSL | 15.15º | 0.87% | 0.56% | - |
| HSV(B) | 15.15º | 0.8% | 0.95% | - |
| XYZ | 40.97 | 27.27 | 5.79 | - |
| YUV | 133.77 | 79.04 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 96 | 47 | 0 | 0.60 | 0.80 | 0.05 | 15.15 | 0.87 | 0.56 |
| Hex | F1 | 60 | 2F | 0 | 3C | 50 | 5 | F | 57 | 38 |
| Octal | 361 | 140 | 57 | 0 | 74 | 120 | 5 | 17 | 127 | 70 |
| Binary | 11110001 | 1100000 | 101111 | 0 | 111100 | 1010000 | 101 | 1111 | 1010111 | 111000 |
Color Harmonies of #F1602F
Complementary color
Monochromatic Colors of #F1602F
Black with #F1602F
Text Example
Text Example
White with #F1602F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1602F; }
p { color: rgb(241,96,47); }
H1.HeaderClassName
{
color: #F1602F;
}
.AnyTagClassName
{
color: #F1602F;
}
</style>
background-color css
<style>
a { background-color: #F1602F; }
a { background-color: rgb(241,96,47); }
div.DivClassName
{
background-color: #F1602F;
}
.BgClassName
{
background-color: #F1602F;
}
</style>
border-color css
<style>
span { border-color: #F1602F; }
span { border-color: rgb(241,96,47); }
td.TdClassName
{
border-color: #F1602F;
}
.TagClassName
{
border-color: #F1602F;
}
</style>