Shades of Outrageous Orange #F1572E
Tints of Outrageous Orange #F1572E
RGB
CMYK
RGB Variations
Color information
#F1572E (or 0xF1572E) is known color: Outrageous Orange. HEX triplet: F1, 57 and 2E. RGB value is (241,87,46). Sum of RGB (Red+Green+Blue) = 241+87+46=374 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.44% from 374); Green value is 87 (34.38% from 255 or 23.26% from 374); Blue value is 46 (18.36% from 255 or 12.30% from 374); Max value from RGB is 241 - color contains mainly: red. Hex color #F1572E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1572E is #0EA8D1. Grayscale: #808080. Windows color (decimal): -960722 or 3037169. OLE color: 3037169.
HSL color Cylindrical-coordinate representation of color #F1572E: hue angle of 12.62º 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 #F1572E is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 87 | 46 | - |
| CMYK | 0 | 0.64 | 0.81 | 0.05 |
| HSL | 12.62º | 0.87% | 0.56% | - |
| HSV(B) | 12.62º | 0.81% | 0.95% | - |
| XYZ | 40.18 | 25.71 | 5.43 | - |
| YUV | 128.37 | 81.52 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 87 | 46 | 0 | 0.64 | 0.81 | 0.05 | 12.62 | 0.87 | 0.56 |
| Hex | F1 | 57 | 2E | 0 | 40 | 51 | 5 | D | 57 | 38 |
| Octal | 361 | 127 | 56 | 0 | 100 | 121 | 5 | 15 | 127 | 70 |
| Binary | 11110001 | 1010111 | 101110 | 0 | 1000000 | 1010001 | 101 | 1101 | 1010111 | 111000 |
Color Harmonies of #F1572E
Complementary color
Monochromatic Colors of #F1572E
Black with #F1572E
Text Example
Text Example
White with #F1572E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1572E; }
p { color: rgb(241,87,46); }
H1.HeaderClassName
{
color: #F1572E;
}
.AnyTagClassName
{
color: #F1572E;
}
</style>
background-color css
<style>
a { background-color: #F1572E; }
a { background-color: rgb(241,87,46); }
div.DivClassName
{
background-color: #F1572E;
}
.BgClassName
{
background-color: #F1572E;
}
</style>
border-color css
<style>
span { border-color: #F1572E; }
span { border-color: rgb(241,87,46); }
td.TdClassName
{
border-color: #F1572E;
}
.TagClassName
{
border-color: #F1572E;
}
</style>