Shades of Outrageous Orange #F15C25
Tints of Outrageous Orange #F15C25
RGB
CMYK
RGB Variations
Color information
#F15C25 (or 0xF15C25) is known color: Outrageous Orange. HEX triplet: F1, 5C and 25. RGB value is (241,92,37). Sum of RGB (Red+Green+Blue) = 241+92+37=370 (49% of max value = 765). Red value is 241 (94.53% from 255 or 65.14% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 37 (14.84% from 255 or 10% from 370); Max value from RGB is 241 - color contains mainly: red. Hex color #F15C25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15C25 is #0EA3DA. Grayscale: #828282. Windows color (decimal): -959451 or 2448625. OLE color: 2448625.
HSL color Cylindrical-coordinate representation of color #F15C25: hue angle of 16.18º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F15C25 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 92 | 37 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.05 |
| HSL | 16.18º | 0.88% | 0.55% | - |
| HSV(B) | 16.18º | 0.85% | 0.95% | - |
| XYZ | 40.44 | 26.49 | 4.73 | - |
| YUV | 130.28 | 75.36 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 92 | 37 | 0 | 0.62 | 0.85 | 0.05 | 16.18 | 0.88 | 0.55 |
| Hex | F1 | 5C | 25 | 0 | 3E | 55 | 5 | 10 | 58 | 37 |
| Octal | 361 | 134 | 45 | 0 | 76 | 125 | 5 | 20 | 130 | 67 |
| Binary | 11110001 | 1011100 | 100101 | 0 | 111110 | 1010101 | 101 | 10000 | 1011000 | 110111 |
Color Harmonies of #F15C25
Complementary color
Monochromatic Colors of #F15C25
Black with #F15C25
Text Example
Text Example
White with #F15C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15C25; }
p { color: rgb(241,92,37); }
H1.HeaderClassName
{
color: #F15C25;
}
.AnyTagClassName
{
color: #F15C25;
}
</style>
background-color css
<style>
a { background-color: #F15C25; }
a { background-color: rgb(241,92,37); }
div.DivClassName
{
background-color: #F15C25;
}
.BgClassName
{
background-color: #F15C25;
}
</style>
border-color css
<style>
span { border-color: #F15C25; }
span { border-color: rgb(241,92,37); }
td.TdClassName
{
border-color: #F15C25;
}
.TagClassName
{
border-color: #F15C25;
}
</style>