Shades of Outrageous Orange #F15521
Tints of Outrageous Orange #F15521
RGB
CMYK
RGB Variations
Color information
#F15521 (or 0xF15521) is known color: Outrageous Orange. HEX triplet: F1, 55 and 21. RGB value is (241,85,33). Sum of RGB (Red+Green+Blue) = 241+85+33=359 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.13% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 33 (13.28% from 255 or 9.19% from 359); Max value from RGB is 241 - color contains mainly: red. Hex color #F15521 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15521 is #0EAADE. Grayscale: #7E7E7E. Windows color (decimal): -961247 or 2184689. OLE color: 2184689.
HSL color Cylindrical-coordinate representation of color #F15521: hue angle of 15º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F15521 is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 85 | 33 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.05 |
| HSL | 15º | 0.88% | 0.54% | - |
| HSV(B) | 15º | 0.86% | 0.95% | - |
| XYZ | 39.8 | 25.31 | 4.23 | - |
| YUV | 125.72 | 75.68 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 85 | 33 | 0 | 0.65 | 0.86 | 0.05 | 15 | 0.88 | 0.54 |
| Hex | F1 | 55 | 21 | 0 | 41 | 56 | 5 | F | 58 | 36 |
| Octal | 361 | 125 | 41 | 0 | 101 | 126 | 5 | 17 | 130 | 66 |
| Binary | 11110001 | 1010101 | 100001 | 0 | 1000001 | 1010110 | 101 | 1111 | 1011000 | 110110 |
Color Harmonies of #F15521
Complementary color
Monochromatic Colors of #F15521
Black with #F15521
Text Example
Text Example
White with #F15521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15521; }
p { color: rgb(241,85,33); }
H1.HeaderClassName
{
color: #F15521;
}
.AnyTagClassName
{
color: #F15521;
}
</style>
background-color css
<style>
a { background-color: #F15521; }
a { background-color: rgb(241,85,33); }
div.DivClassName
{
background-color: #F15521;
}
.BgClassName
{
background-color: #F15521;
}
</style>
border-color css
<style>
span { border-color: #F15521; }
span { border-color: rgb(241,85,33); }
td.TdClassName
{
border-color: #F15521;
}
.TagClassName
{
border-color: #F15521;
}
</style>