Shades of Outrageous Orange #F15122
Tints of Outrageous Orange #F15122
RGB
CMYK
RGB Variations
Color information
#F15122 (or 0xF15122) is known color: Outrageous Orange. HEX triplet: F1, 51 and 22. RGB value is (241,81,34). Sum of RGB (Red+Green+Blue) = 241+81+34=356 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.70% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 34 (13.67% from 255 or 9.55% from 356); Max value from RGB is 241 - color contains mainly: red. Hex color #F15122 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15122 is #0EAEDD. Grayscale: #7B7B7B. Windows color (decimal): -962270 or 2249201. OLE color: 2249201.
HSL color Cylindrical-coordinate representation of color #F15122: hue angle of 13.62º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F15122 is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 81 | 34 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.05 |
| HSL | 13.62º | 0.88% | 0.54% | - |
| HSV(B) | 13.62º | 0.86% | 0.95% | - |
| XYZ | 39.51 | 24.7 | 4.2 | - |
| YUV | 123.48 | 77.51 | 211.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 81 | 34 | 0 | 0.66 | 0.86 | 0.05 | 13.62 | 0.88 | 0.54 |
| Hex | F1 | 51 | 22 | 0 | 42 | 56 | 5 | E | 58 | 36 |
| Octal | 361 | 121 | 42 | 0 | 102 | 126 | 5 | 16 | 130 | 66 |
| Binary | 11110001 | 1010001 | 100010 | 0 | 1000010 | 1010110 | 101 | 1110 | 1011000 | 110110 |
Color Harmonies of #F15122
Complementary color
Monochromatic Colors of #F15122
Black with #F15122
Text Example
Text Example
White with #F15122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15122; }
p { color: rgb(241,81,34); }
H1.HeaderClassName
{
color: #F15122;
}
.AnyTagClassName
{
color: #F15122;
}
</style>
background-color css
<style>
a { background-color: #F15122; }
a { background-color: rgb(241,81,34); }
div.DivClassName
{
background-color: #F15122;
}
.BgClassName
{
background-color: #F15122;
}
</style>
border-color css
<style>
span { border-color: #F15122; }
span { border-color: rgb(241,81,34); }
td.TdClassName
{
border-color: #F15122;
}
.TagClassName
{
border-color: #F15122;
}
</style>