Shades of Outrageous Orange #F15C26
Tints of Outrageous Orange #F15C26
RGB
CMYK
RGB Variations
Color information
#F15C26 (or 0xF15C26) is known color: Outrageous Orange. HEX triplet: F1, 5C and 26. RGB value is (241,92,38). Sum of RGB (Red+Green+Blue) = 241+92+38=371 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.96% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 38 (15.23% from 255 or 10.24% from 371); Max value from RGB is 241 - color contains mainly: red. Hex color #F15C26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15C26 is #0EA3D9. Grayscale: #828282. Windows color (decimal): -959450 or 2514161. OLE color: 2514161.
HSL color Cylindrical-coordinate representation of color #F15C26: hue angle of 15.96º 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 #F15C26 is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 92 | 38 | - |
| CMYK | 0 | 0.62 | 0.84 | 0.05 |
| HSL | 15.96º | 0.88% | 0.55% | - |
| HSV(B) | 15.96º | 0.84% | 0.95% | - |
| XYZ | 40.45 | 26.5 | 4.82 | - |
| YUV | 130.4 | 75.86 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 92 | 38 | 0 | 0.62 | 0.84 | 0.05 | 15.96 | 0.88 | 0.55 |
| Hex | F1 | 5C | 26 | 0 | 3E | 54 | 5 | 10 | 58 | 37 |
| Octal | 361 | 134 | 46 | 0 | 76 | 124 | 5 | 20 | 130 | 67 |
| Binary | 11110001 | 1011100 | 100110 | 0 | 111110 | 1010100 | 101 | 10000 | 1011000 | 110111 |
Color Harmonies of #F15C26
Complementary color
Monochromatic Colors of #F15C26
Black with #F15C26
Text Example
Text Example
White with #F15C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15C26; }
p { color: rgb(241,92,38); }
H1.HeaderClassName
{
color: #F15C26;
}
.AnyTagClassName
{
color: #F15C26;
}
</style>
background-color css
<style>
a { background-color: #F15C26; }
a { background-color: rgb(241,92,38); }
div.DivClassName
{
background-color: #F15C26;
}
.BgClassName
{
background-color: #F15C26;
}
</style>
border-color css
<style>
span { border-color: #F15C26; }
span { border-color: rgb(241,92,38); }
td.TdClassName
{
border-color: #F15C26;
}
.TagClassName
{
border-color: #F15C26;
}
</style>