Shades of Outrageous Orange #F15328
Tints of Outrageous Orange #F15328
RGB
CMYK
RGB Variations
Color information
#F15328 (or 0xF15328) is known color: Outrageous Orange. HEX triplet: F1, 53 and 28. RGB value is (241,83,40). Sum of RGB (Red+Green+Blue) = 241+83+40=364 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.21% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 40 (16.02% from 255 or 10.99% from 364); Max value from RGB is 241 - color contains mainly: red. Hex color #F15328 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15328 is #0EACD7. Grayscale: #7D7D7D. Windows color (decimal): -961752 or 2642929. OLE color: 2642929.
HSL color Cylindrical-coordinate representation of color #F15328: hue angle of 12.84º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F15328 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 83 | 40 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.05 |
| HSL | 12.84º | 0.88% | 0.55% | - |
| HSV(B) | 12.84º | 0.83% | 0.95% | - |
| XYZ | 39.75 | 25.04 | 4.75 | - |
| YUV | 125.34 | 79.85 | 210.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 83 | 40 | 0 | 0.66 | 0.83 | 0.05 | 12.84 | 0.88 | 0.55 |
| Hex | F1 | 53 | 28 | 0 | 42 | 53 | 5 | D | 58 | 37 |
| Octal | 361 | 123 | 50 | 0 | 102 | 123 | 5 | 15 | 130 | 67 |
| Binary | 11110001 | 1010011 | 101000 | 0 | 1000010 | 1010011 | 101 | 1101 | 1011000 | 110111 |
Color Harmonies of #F15328
Complementary color
Monochromatic Colors of #F15328
Black with #F15328
Text Example
Text Example
White with #F15328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15328; }
p { color: rgb(241,83,40); }
H1.HeaderClassName
{
color: #F15328;
}
.AnyTagClassName
{
color: #F15328;
}
</style>
background-color css
<style>
a { background-color: #F15328; }
a { background-color: rgb(241,83,40); }
div.DivClassName
{
background-color: #F15328;
}
.BgClassName
{
background-color: #F15328;
}
</style>
border-color css
<style>
span { border-color: #F15328; }
span { border-color: rgb(241,83,40); }
td.TdClassName
{
border-color: #F15328;
}
.TagClassName
{
border-color: #F15328;
}
</style>