Shades of Outrageous Orange #F1572C
Tints of Outrageous Orange #F1572C
RGB
CMYK
RGB Variations
Color information
#F1572C (or 0xF1572C) is known color: Outrageous Orange. HEX triplet: F1, 57 and 2C. RGB value is (241,87,44). Sum of RGB (Red+Green+Blue) = 241+87+44=372 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.78% from 372); Green value is 87 (34.38% from 255 or 23.39% from 372); Blue value is 44 (17.58% from 255 or 11.83% from 372); Max value from RGB is 241 - color contains mainly: red. Hex color #F1572C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1572C is #0EA8D3. Grayscale: #808080. Windows color (decimal): -960724 or 2906097. OLE color: 2906097.
HSL color Cylindrical-coordinate representation of color #F1572C: hue angle of 13.1º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F1572C is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 87 | 44 | - |
| CMYK | 0 | 0.64 | 0.82 | 0.05 |
| HSL | 13.1º | 0.88% | 0.56% | - |
| HSV(B) | 13.1º | 0.82% | 0.95% | - |
| XYZ | 40.14 | 25.7 | 5.23 | - |
| YUV | 128.14 | 80.52 | 208.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 87 | 44 | 0 | 0.64 | 0.82 | 0.05 | 13.1 | 0.88 | 0.56 |
| Hex | F1 | 57 | 2C | 0 | 40 | 52 | 5 | D | 58 | 38 |
| Octal | 361 | 127 | 54 | 0 | 100 | 122 | 5 | 15 | 130 | 70 |
| Binary | 11110001 | 1010111 | 101100 | 0 | 1000000 | 1010010 | 101 | 1101 | 1011000 | 111000 |
Color Harmonies of #F1572C
Complementary color
Monochromatic Colors of #F1572C
Black with #F1572C
Text Example
Text Example
White with #F1572C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1572C; }
p { color: rgb(241,87,44); }
H1.HeaderClassName
{
color: #F1572C;
}
.AnyTagClassName
{
color: #F1572C;
}
</style>
background-color css
<style>
a { background-color: #F1572C; }
a { background-color: rgb(241,87,44); }
div.DivClassName
{
background-color: #F1572C;
}
.BgClassName
{
background-color: #F1572C;
}
</style>
border-color css
<style>
span { border-color: #F1572C; }
span { border-color: rgb(241,87,44); }
td.TdClassName
{
border-color: #F1572C;
}
.TagClassName
{
border-color: #F1572C;
}
</style>