Shades of Outrageous Orange #F15127
Tints of Outrageous Orange #F15127
RGB
CMYK
RGB Variations
Color information
#F15127 (or 0xF15127) is known color: Outrageous Orange. HEX triplet: F1, 51 and 27. RGB value is (241,81,39). Sum of RGB (Red+Green+Blue) = 241+81+39=361 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.76% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 39 (15.62% from 255 or 10.80% from 361); Max value from RGB is 241 - color contains mainly: red. Hex color #F15127 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15127 is #0EAED8. Grayscale: #7C7C7C. Windows color (decimal): -962265 or 2576881. OLE color: 2576881.
HSL color Cylindrical-coordinate representation of color #F15127: hue angle of 12.48º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F15127 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 81 | 39 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.05 |
| HSL | 12.48º | 0.88% | 0.55% | - |
| HSV(B) | 12.48º | 0.84% | 0.95% | - |
| XYZ | 39.58 | 24.73 | 4.61 | - |
| YUV | 124.05 | 80.01 | 211.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 81 | 39 | 0 | 0.66 | 0.84 | 0.05 | 12.48 | 0.88 | 0.55 |
| Hex | F1 | 51 | 27 | 0 | 42 | 54 | 5 | C | 58 | 37 |
| Octal | 361 | 121 | 47 | 0 | 102 | 124 | 5 | 14 | 130 | 67 |
| Binary | 11110001 | 1010001 | 100111 | 0 | 1000010 | 1010100 | 101 | 1100 | 1011000 | 110111 |
Color Harmonies of #F15127
Complementary color
Monochromatic Colors of #F15127
Black with #F15127
Text Example
Text Example
White with #F15127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15127; }
p { color: rgb(241,81,39); }
H1.HeaderClassName
{
color: #F15127;
}
.AnyTagClassName
{
color: #F15127;
}
</style>
background-color css
<style>
a { background-color: #F15127; }
a { background-color: rgb(241,81,39); }
div.DivClassName
{
background-color: #F15127;
}
.BgClassName
{
background-color: #F15127;
}
</style>
border-color css
<style>
span { border-color: #F15127; }
span { border-color: rgb(241,81,39); }
td.TdClassName
{
border-color: #F15127;
}
.TagClassName
{
border-color: #F15127;
}
</style>