Shades of Outrageous Orange #F15334
Tints of Outrageous Orange #F15334
RGB
CMYK
RGB Variations
Color information
#F15334 (or 0xF15334) is known color: Outrageous Orange. HEX triplet: F1, 53 and 34. RGB value is (241,83,52). Sum of RGB (Red+Green+Blue) = 241+83+52=376 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.10% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 52 (20.70% from 255 or 13.83% from 376); Max value from RGB is 241 - color contains mainly: red. Hex color #F15334 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15334 is #0EACCB. Grayscale: #7E7E7E. Windows color (decimal): -961740 or 3429361. OLE color: 3429361.
HSL color Cylindrical-coordinate representation of color #F15334: hue angle of 9.84º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F15334 is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 83 | 52 | - |
| CMYK | 0 | 0.66 | 0.78 | 0.05 |
| HSL | 9.84º | 0.87% | 0.57% | - |
| HSV(B) | 9.84º | 0.78% | 0.95% | - |
| XYZ | 39.99 | 25.14 | 5.99 | - |
| YUV | 126.71 | 85.85 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 83 | 52 | 0 | 0.66 | 0.78 | 0.05 | 9.84 | 0.87 | 0.57 |
| Hex | F1 | 53 | 34 | 0 | 42 | 4E | 5 | A | 57 | 39 |
| Octal | 361 | 123 | 64 | 0 | 102 | 116 | 5 | 12 | 127 | 71 |
| Binary | 11110001 | 1010011 | 110100 | 0 | 1000010 | 1001110 | 101 | 1010 | 1010111 | 111001 |
Color Harmonies of #F15334
Complementary color
Monochromatic Colors of #F15334
Black with #F15334
Text Example
Text Example
White with #F15334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15334; }
p { color: rgb(241,83,52); }
H1.HeaderClassName
{
color: #F15334;
}
.AnyTagClassName
{
color: #F15334;
}
</style>
background-color css
<style>
a { background-color: #F15334; }
a { background-color: rgb(241,83,52); }
div.DivClassName
{
background-color: #F15334;
}
.BgClassName
{
background-color: #F15334;
}
</style>
border-color css
<style>
span { border-color: #F15334; }
span { border-color: rgb(241,83,52); }
td.TdClassName
{
border-color: #F15334;
}
.TagClassName
{
border-color: #F15334;
}
</style>