Shades of Outrageous Orange #F15221
Tints of Outrageous Orange #F15221
RGB
CMYK
RGB Variations
Color information
#F15221 (or 0xF15221) is known color: Outrageous Orange. HEX triplet: F1, 52 and 21. RGB value is (241,82,33). Sum of RGB (Red+Green+Blue) = 241+82+33=356 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.70% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 33 (13.28% from 255 or 9.27% from 356); Max value from RGB is 241 - color contains mainly: red. Hex color #F15221 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15221 is #0EADDE. Grayscale: #7C7C7C. Windows color (decimal): -962015 or 2183921. OLE color: 2183921.
HSL color Cylindrical-coordinate representation of color #F15221: hue angle of 14.13º 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 #F15221 is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 82 | 33 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.05 |
| HSL | 14.13º | 0.88% | 0.54% | - |
| HSV(B) | 14.13º | 0.86% | 0.95% | - |
| XYZ | 39.57 | 24.85 | 4.15 | - |
| YUV | 123.96 | 76.68 | 211.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 82 | 33 | 0 | 0.66 | 0.86 | 0.05 | 14.13 | 0.88 | 0.54 |
| Hex | F1 | 52 | 21 | 0 | 42 | 56 | 5 | E | 58 | 36 |
| Octal | 361 | 122 | 41 | 0 | 102 | 126 | 5 | 16 | 130 | 66 |
| Binary | 11110001 | 1010010 | 100001 | 0 | 1000010 | 1010110 | 101 | 1110 | 1011000 | 110110 |
Color Harmonies of #F15221
Complementary color
Monochromatic Colors of #F15221
Black with #F15221
Text Example
Text Example
White with #F15221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15221; }
p { color: rgb(241,82,33); }
H1.HeaderClassName
{
color: #F15221;
}
.AnyTagClassName
{
color: #F15221;
}
</style>
background-color css
<style>
a { background-color: #F15221; }
a { background-color: rgb(241,82,33); }
div.DivClassName
{
background-color: #F15221;
}
.BgClassName
{
background-color: #F15221;
}
</style>
border-color css
<style>
span { border-color: #F15221; }
span { border-color: rgb(241,82,33); }
td.TdClassName
{
border-color: #F15221;
}
.TagClassName
{
border-color: #F15221;
}
</style>