Shades of Outrageous Orange #F15124
Tints of Outrageous Orange #F15124
RGB
CMYK
RGB Variations
Color information
#F15124 (or 0xF15124) is known color: Outrageous Orange. HEX triplet: F1, 51 and 24. RGB value is (241,81,36). Sum of RGB (Red+Green+Blue) = 241+81+36=358 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.32% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 36 (14.45% from 255 or 10.06% from 358); Max value from RGB is 241 - color contains mainly: red. Hex color #F15124 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15124 is #0EAEDB. Grayscale: #7C7C7C. Windows color (decimal): -962268 or 2380273. OLE color: 2380273.
HSL color Cylindrical-coordinate representation of color #F15124: hue angle of 13.17º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F15124 is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 81 | 36 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.05 |
| HSL | 13.17º | 0.88% | 0.54% | - |
| HSV(B) | 13.17º | 0.85% | 0.95% | - |
| XYZ | 39.54 | 24.71 | 4.36 | - |
| YUV | 123.71 | 78.51 | 211.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 81 | 36 | 0 | 0.66 | 0.85 | 0.05 | 13.17 | 0.88 | 0.54 |
| Hex | F1 | 51 | 24 | 0 | 42 | 55 | 5 | D | 58 | 36 |
| Octal | 361 | 121 | 44 | 0 | 102 | 125 | 5 | 15 | 130 | 66 |
| Binary | 11110001 | 1010001 | 100100 | 0 | 1000010 | 1010101 | 101 | 1101 | 1011000 | 110110 |
Color Harmonies of #F15124
Complementary color
Monochromatic Colors of #F15124
Black with #F15124
Text Example
Text Example
White with #F15124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15124; }
p { color: rgb(241,81,36); }
H1.HeaderClassName
{
color: #F15124;
}
.AnyTagClassName
{
color: #F15124;
}
</style>
background-color css
<style>
a { background-color: #F15124; }
a { background-color: rgb(241,81,36); }
div.DivClassName
{
background-color: #F15124;
}
.BgClassName
{
background-color: #F15124;
}
</style>
border-color css
<style>
span { border-color: #F15124; }
span { border-color: rgb(241,81,36); }
td.TdClassName
{
border-color: #F15124;
}
.TagClassName
{
border-color: #F15124;
}
</style>