Shades of Outrageous Orange #F1562C
Tints of Outrageous Orange #F1562C
RGB
CMYK
RGB Variations
Color information
#F1562C (or 0xF1562C) is known color: Outrageous Orange. HEX triplet: F1, 56 and 2C. RGB value is (241,86,44). Sum of RGB (Red+Green+Blue) = 241+86+44=371 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.96% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 44 (17.58% from 255 or 11.86% from 371); Max value from RGB is 241 - color contains mainly: red. Hex color #F1562C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1562C is #0EA9D3. Grayscale: #7F7F7F. Windows color (decimal): -960980 or 2905841. OLE color: 2905841.
HSL color Cylindrical-coordinate representation of color #F1562C: hue angle of 12.79º 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 #F1562C is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 86 | 44 | - |
| CMYK | 0 | 0.64 | 0.82 | 0.05 |
| HSL | 12.79º | 0.88% | 0.56% | - |
| HSV(B) | 12.79º | 0.82% | 0.95% | - |
| XYZ | 40.06 | 25.54 | 5.2 | - |
| YUV | 127.56 | 80.85 | 208.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 86 | 44 | 0 | 0.64 | 0.82 | 0.05 | 12.79 | 0.88 | 0.56 |
| Hex | F1 | 56 | 2C | 0 | 40 | 52 | 5 | D | 58 | 38 |
| Octal | 361 | 126 | 54 | 0 | 100 | 122 | 5 | 15 | 130 | 70 |
| Binary | 11110001 | 1010110 | 101100 | 0 | 1000000 | 1010010 | 101 | 1101 | 1011000 | 111000 |
Color Harmonies of #F1562C
Complementary color
Monochromatic Colors of #F1562C
Black with #F1562C
Text Example
Text Example
White with #F1562C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1562C; }
p { color: rgb(241,86,44); }
H1.HeaderClassName
{
color: #F1562C;
}
.AnyTagClassName
{
color: #F1562C;
}
</style>
background-color css
<style>
a { background-color: #F1562C; }
a { background-color: rgb(241,86,44); }
div.DivClassName
{
background-color: #F1562C;
}
.BgClassName
{
background-color: #F1562C;
}
</style>
border-color css
<style>
span { border-color: #F1562C; }
span { border-color: rgb(241,86,44); }
td.TdClassName
{
border-color: #F1562C;
}
.TagClassName
{
border-color: #F1562C;
}
</style>