Shades of Outrageous Orange #F15320
Tints of Outrageous Orange #F15320
RGB
CMYK
RGB Variations
Color information
#F15320 (or 0xF15320) is known color: Outrageous Orange. HEX triplet: F1, 53 and 20. RGB value is (241,83,32). Sum of RGB (Red+Green+Blue) = 241+83+32=356 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.70% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 32 (12.89% from 255 or 8.99% from 356); Max value from RGB is 241 - color contains mainly: red. Hex color #F15320 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15320 is #0EACDF. Grayscale: #7C7C7C. Windows color (decimal): -961760 or 2118641. OLE color: 2118641.
HSL color Cylindrical-coordinate representation of color #F15320: hue angle of 14.64º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F15320 is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 83 | 32 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.05 |
| HSL | 14.64º | 0.88% | 0.54% | - |
| HSV(B) | 14.64º | 0.87% | 0.95% | - |
| XYZ | 39.63 | 24.99 | 4.1 | - |
| YUV | 124.43 | 75.85 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 83 | 32 | 0 | 0.66 | 0.87 | 0.05 | 14.64 | 0.88 | 0.54 |
| Hex | F1 | 53 | 20 | 0 | 42 | 57 | 5 | F | 58 | 36 |
| Octal | 361 | 123 | 40 | 0 | 102 | 127 | 5 | 17 | 130 | 66 |
| Binary | 11110001 | 1010011 | 100000 | 0 | 1000010 | 1010111 | 101 | 1111 | 1011000 | 110110 |
Color Harmonies of #F15320
Complementary color
Monochromatic Colors of #F15320
Black with #F15320
Text Example
Text Example
White with #F15320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15320; }
p { color: rgb(241,83,32); }
H1.HeaderClassName
{
color: #F15320;
}
.AnyTagClassName
{
color: #F15320;
}
</style>
background-color css
<style>
a { background-color: #F15320; }
a { background-color: rgb(241,83,32); }
div.DivClassName
{
background-color: #F15320;
}
.BgClassName
{
background-color: #F15320;
}
</style>
border-color css
<style>
span { border-color: #F15320; }
span { border-color: rgb(241,83,32); }
td.TdClassName
{
border-color: #F15320;
}
.TagClassName
{
border-color: #F15320;
}
</style>