Shades of Outrageous Orange #F1572D
Tints of Outrageous Orange #F1572D
RGB
CMYK
RGB Variations
Color information
#F1572D (or 0xF1572D) is known color: Outrageous Orange. HEX triplet: F1, 57 and 2D. RGB value is (241,87,45). Sum of RGB (Red+Green+Blue) = 241+87+45=373 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.61% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 45 (17.97% from 255 or 12.06% from 373); Max value from RGB is 241 - color contains mainly: red. Hex color #F1572D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1572D is #0EA8D2. Grayscale: #808080. Windows color (decimal): -960723 or 2971633. OLE color: 2971633.
HSL color Cylindrical-coordinate representation of color #F1572D: hue angle of 12.86º degrees, saturation: 0.88, 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 #F1572D is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 87 | 45 | - |
| CMYK | 0 | 0.64 | 0.81 | 0.05 |
| HSL | 12.86º | 0.88% | 0.56% | - |
| HSV(B) | 12.86º | 0.81% | 0.95% | - |
| XYZ | 40.16 | 25.71 | 5.33 | - |
| YUV | 128.26 | 81.02 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 87 | 45 | 0 | 0.64 | 0.81 | 0.05 | 12.86 | 0.88 | 0.56 |
| Hex | F1 | 57 | 2D | 0 | 40 | 51 | 5 | D | 58 | 38 |
| Octal | 361 | 127 | 55 | 0 | 100 | 121 | 5 | 15 | 130 | 70 |
| Binary | 11110001 | 1010111 | 101101 | 0 | 1000000 | 1010001 | 101 | 1101 | 1011000 | 111000 |
Color Harmonies of #F1572D
Complementary color
Monochromatic Colors of #F1572D
Black with #F1572D
Text Example
Text Example
White with #F1572D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1572D; }
p { color: rgb(241,87,45); }
H1.HeaderClassName
{
color: #F1572D;
}
.AnyTagClassName
{
color: #F1572D;
}
</style>
background-color css
<style>
a { background-color: #F1572D; }
a { background-color: rgb(241,87,45); }
div.DivClassName
{
background-color: #F1572D;
}
.BgClassName
{
background-color: #F1572D;
}
</style>
border-color css
<style>
span { border-color: #F1572D; }
span { border-color: rgb(241,87,45); }
td.TdClassName
{
border-color: #F1572D;
}
.TagClassName
{
border-color: #F1572D;
}
</style>