Shades of Outrageous Orange #F1582C
Tints of Outrageous Orange #F1582C
RGB
CMYK
RGB Variations
Color information
#F1582C (or 0xF1582C) is known color: Outrageous Orange. HEX triplet: F1, 58 and 2C. RGB value is (241,88,44). Sum of RGB (Red+Green+Blue) = 241+88+44=373 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.61% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 44 (17.58% from 255 or 11.80% from 373); Max value from RGB is 241 - color contains mainly: red. Hex color #F1582C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1582C is #0EA7D3. Grayscale: #818181. Windows color (decimal): -960468 or 2906353. OLE color: 2906353.
HSL color Cylindrical-coordinate representation of color #F1582C: hue angle of 13.4º 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 #F1582C is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 88 | 44 | - |
| CMYK | 0 | 0.63 | 0.82 | 0.05 |
| HSL | 13.4º | 0.88% | 0.56% | - |
| HSV(B) | 13.4º | 0.82% | 0.95% | - |
| XYZ | 40.22 | 25.86 | 5.25 | - |
| YUV | 128.73 | 80.19 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 88 | 44 | 0 | 0.63 | 0.82 | 0.05 | 13.4 | 0.88 | 0.56 |
| Hex | F1 | 58 | 2C | 0 | 3F | 52 | 5 | D | 58 | 38 |
| Octal | 361 | 130 | 54 | 0 | 77 | 122 | 5 | 15 | 130 | 70 |
| Binary | 11110001 | 1011000 | 101100 | 0 | 111111 | 1010010 | 101 | 1101 | 1011000 | 111000 |
Color Harmonies of #F1582C
Complementary color
Monochromatic Colors of #F1582C
Black with #F1582C
Text Example
Text Example
White with #F1582C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1582C; }
p { color: rgb(241,88,44); }
H1.HeaderClassName
{
color: #F1582C;
}
.AnyTagClassName
{
color: #F1582C;
}
</style>
background-color css
<style>
a { background-color: #F1582C; }
a { background-color: rgb(241,88,44); }
div.DivClassName
{
background-color: #F1582C;
}
.BgClassName
{
background-color: #F1582C;
}
</style>
border-color css
<style>
span { border-color: #F1582C; }
span { border-color: rgb(241,88,44); }
td.TdClassName
{
border-color: #F1582C;
}
.TagClassName
{
border-color: #F1582C;
}
</style>