Shades of Outrageous Orange #F15C20
Tints of Outrageous Orange #F15C20
RGB
CMYK
RGB Variations
Color information
#F15C20 (or 0xF15C20) is known color: Outrageous Orange. HEX triplet: F1, 5C and 20. RGB value is (241,92,32). Sum of RGB (Red+Green+Blue) = 241+92+32=365 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.03% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 32 (12.89% from 255 or 8.77% from 365); Max value from RGB is 241 - color contains mainly: red. Hex color #F15C20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15C20 is #0EA3DF. Grayscale: #828282. Windows color (decimal): -959456 or 2120945. OLE color: 2120945.
HSL color Cylindrical-coordinate representation of color #F15C20: hue angle of 17.22º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F15C20 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 92 | 32 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.05 |
| HSL | 17.22º | 0.88% | 0.54% | - |
| HSV(B) | 17.22º | 0.87% | 0.95% | - |
| XYZ | 40.36 | 26.46 | 4.35 | - |
| YUV | 129.71 | 72.86 | 207.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 92 | 32 | 0 | 0.62 | 0.87 | 0.05 | 17.22 | 0.88 | 0.54 |
| Hex | F1 | 5C | 20 | 0 | 3E | 57 | 5 | 11 | 58 | 36 |
| Octal | 361 | 134 | 40 | 0 | 76 | 127 | 5 | 21 | 130 | 66 |
| Binary | 11110001 | 1011100 | 100000 | 0 | 111110 | 1010111 | 101 | 10001 | 1011000 | 110110 |
Color Harmonies of #F15C20
Complementary color
Monochromatic Colors of #F15C20
Black with #F15C20
Text Example
Text Example
White with #F15C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15C20; }
p { color: rgb(241,92,32); }
H1.HeaderClassName
{
color: #F15C20;
}
.AnyTagClassName
{
color: #F15C20;
}
</style>
background-color css
<style>
a { background-color: #F15C20; }
a { background-color: rgb(241,92,32); }
div.DivClassName
{
background-color: #F15C20;
}
.BgClassName
{
background-color: #F15C20;
}
</style>
border-color css
<style>
span { border-color: #F15C20; }
span { border-color: rgb(241,92,32); }
td.TdClassName
{
border-color: #F15C20;
}
.TagClassName
{
border-color: #F15C20;
}
</style>