Shades of Outrageous Orange #F15926
Tints of Outrageous Orange #F15926
RGB
CMYK
RGB Variations
Color information
#F15926 (or 0xF15926) is known color: Outrageous Orange. HEX triplet: F1, 59 and 26. RGB value is (241,89,38). Sum of RGB (Red+Green+Blue) = 241+89+38=368 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.49% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 38 (15.23% from 255 or 10.33% from 368); Max value from RGB is 241 - color contains mainly: red. Hex color #F15926 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15926 is #0EA6D9. Grayscale: #808080. Windows color (decimal): -960218 or 2513393. OLE color: 2513393.
HSL color Cylindrical-coordinate representation of color #F15926: hue angle of 15.07º 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 #F15926 is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 89 | 38 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.05 |
| HSL | 15.07º | 0.88% | 0.55% | - |
| HSV(B) | 15.07º | 0.84% | 0.95% | - |
| XYZ | 40.2 | 25.99 | 4.73 | - |
| YUV | 128.63 | 76.86 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 89 | 38 | 0 | 0.63 | 0.84 | 0.05 | 15.07 | 0.88 | 0.55 |
| Hex | F1 | 59 | 26 | 0 | 3F | 54 | 5 | F | 58 | 37 |
| Octal | 361 | 131 | 46 | 0 | 77 | 124 | 5 | 17 | 130 | 67 |
| Binary | 11110001 | 1011001 | 100110 | 0 | 111111 | 1010100 | 101 | 1111 | 1011000 | 110111 |
Color Harmonies of #F15926
Complementary color
Monochromatic Colors of #F15926
Black with #F15926
Text Example
Text Example
White with #F15926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15926; }
p { color: rgb(241,89,38); }
H1.HeaderClassName
{
color: #F15926;
}
.AnyTagClassName
{
color: #F15926;
}
</style>
background-color css
<style>
a { background-color: #F15926; }
a { background-color: rgb(241,89,38); }
div.DivClassName
{
background-color: #F15926;
}
.BgClassName
{
background-color: #F15926;
}
</style>
border-color css
<style>
span { border-color: #F15926; }
span { border-color: rgb(241,89,38); }
td.TdClassName
{
border-color: #F15926;
}
.TagClassName
{
border-color: #F15926;
}
</style>