Shades of Outrageous Orange #F15525
Tints of Outrageous Orange #F15525
RGB
CMYK
RGB Variations
Color information
#F15525 (or 0xF15525) is known color: Outrageous Orange. HEX triplet: F1, 55 and 25. RGB value is (241,85,37). Sum of RGB (Red+Green+Blue) = 241+85+37=363 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.39% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 37 (14.84% from 255 or 10.19% from 363); Max value from RGB is 241 - color contains mainly: red. Hex color #F15525 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15525 is #0EAADA. Grayscale: #7E7E7E. Windows color (decimal): -961243 or 2446833. OLE color: 2446833.
HSL color Cylindrical-coordinate representation of color #F15525: hue angle of 14.12º 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 #F15525 is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 85 | 37 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.05 |
| HSL | 14.12º | 0.88% | 0.55% | - |
| HSV(B) | 14.12º | 0.85% | 0.95% | - |
| XYZ | 39.86 | 25.33 | 4.54 | - |
| YUV | 126.17 | 77.68 | 209.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 85 | 37 | 0 | 0.65 | 0.85 | 0.05 | 14.12 | 0.88 | 0.55 |
| Hex | F1 | 55 | 25 | 0 | 41 | 55 | 5 | E | 58 | 37 |
| Octal | 361 | 125 | 45 | 0 | 101 | 125 | 5 | 16 | 130 | 67 |
| Binary | 11110001 | 1010101 | 100101 | 0 | 1000001 | 1010101 | 101 | 1110 | 1011000 | 110111 |
Color Harmonies of #F15525
Complementary color
Monochromatic Colors of #F15525
Black with #F15525
Text Example
Text Example
White with #F15525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15525; }
p { color: rgb(241,85,37); }
H1.HeaderClassName
{
color: #F15525;
}
.AnyTagClassName
{
color: #F15525;
}
</style>
background-color css
<style>
a { background-color: #F15525; }
a { background-color: rgb(241,85,37); }
div.DivClassName
{
background-color: #F15525;
}
.BgClassName
{
background-color: #F15525;
}
</style>
border-color css
<style>
span { border-color: #F15525; }
span { border-color: rgb(241,85,37); }
td.TdClassName
{
border-color: #F15525;
}
.TagClassName
{
border-color: #F15525;
}
</style>