Shades of Outrageous Orange #F15426
Tints of Outrageous Orange #F15426
RGB
CMYK
RGB Variations
Color information
#F15426 (or 0xF15426) is known color: Outrageous Orange. HEX triplet: F1, 54 and 26. RGB value is (241,84,38). Sum of RGB (Red+Green+Blue) = 241+84+38=363 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.39% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 38 (15.23% from 255 or 10.47% from 363); Max value from RGB is 241 - color contains mainly: red. Hex color #F15426 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15426 is #0EABD9. Grayscale: #7E7E7E. Windows color (decimal): -961498 or 2512113. OLE color: 2512113.
HSL color Cylindrical-coordinate representation of color #F15426: hue angle of 13.6º 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 #F15426 is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 84 | 38 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.05 |
| HSL | 13.6º | 0.88% | 0.55% | - |
| HSV(B) | 13.6º | 0.84% | 0.95% | - |
| XYZ | 39.8 | 25.18 | 4.6 | - |
| YUV | 125.7 | 78.51 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 84 | 38 | 0 | 0.65 | 0.84 | 0.05 | 13.6 | 0.88 | 0.55 |
| Hex | F1 | 54 | 26 | 0 | 41 | 54 | 5 | E | 58 | 37 |
| Octal | 361 | 124 | 46 | 0 | 101 | 124 | 5 | 16 | 130 | 67 |
| Binary | 11110001 | 1010100 | 100110 | 0 | 1000001 | 1010100 | 101 | 1110 | 1011000 | 110111 |
Color Harmonies of #F15426
Complementary color
Monochromatic Colors of #F15426
Black with #F15426
Text Example
Text Example
White with #F15426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15426; }
p { color: rgb(241,84,38); }
H1.HeaderClassName
{
color: #F15426;
}
.AnyTagClassName
{
color: #F15426;
}
</style>
background-color css
<style>
a { background-color: #F15426; }
a { background-color: rgb(241,84,38); }
div.DivClassName
{
background-color: #F15426;
}
.BgClassName
{
background-color: #F15426;
}
</style>
border-color css
<style>
span { border-color: #F15426; }
span { border-color: rgb(241,84,38); }
td.TdClassName
{
border-color: #F15426;
}
.TagClassName
{
border-color: #F15426;
}
</style>