Shades of Outrageous Orange #F15323
Tints of Outrageous Orange #F15323
RGB
CMYK
RGB Variations
Color information
#F15323 (or 0xF15323) is known color: Outrageous Orange. HEX triplet: F1, 53 and 23. RGB value is (241,83,35). Sum of RGB (Red+Green+Blue) = 241+83+35=359 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.13% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 35 (14.06% from 255 or 9.75% from 359); Max value from RGB is 241 - color contains mainly: red. Hex color #F15323 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15323 is #0EACDC. Grayscale: #7D7D7D. Windows color (decimal): -961757 or 2315249. OLE color: 2315249.
HSL color Cylindrical-coordinate representation of color #F15323: hue angle of 13.98º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F15323 is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 83 | 35 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.05 |
| HSL | 13.98º | 0.88% | 0.54% | - |
| HSV(B) | 13.98º | 0.85% | 0.95% | - |
| XYZ | 39.67 | 25.01 | 4.33 | - |
| YUV | 124.77 | 77.35 | 210.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 83 | 35 | 0 | 0.66 | 0.85 | 0.05 | 13.98 | 0.88 | 0.54 |
| Hex | F1 | 53 | 23 | 0 | 42 | 55 | 5 | E | 58 | 36 |
| Octal | 361 | 123 | 43 | 0 | 102 | 125 | 5 | 16 | 130 | 66 |
| Binary | 11110001 | 1010011 | 100011 | 0 | 1000010 | 1010101 | 101 | 1110 | 1011000 | 110110 |
Color Harmonies of #F15323
Complementary color
Monochromatic Colors of #F15323
Black with #F15323
Text Example
Text Example
White with #F15323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15323; }
p { color: rgb(241,83,35); }
H1.HeaderClassName
{
color: #F15323;
}
.AnyTagClassName
{
color: #F15323;
}
</style>
background-color css
<style>
a { background-color: #F15323; }
a { background-color: rgb(241,83,35); }
div.DivClassName
{
background-color: #F15323;
}
.BgClassName
{
background-color: #F15323;
}
</style>
border-color css
<style>
span { border-color: #F15323; }
span { border-color: rgb(241,83,35); }
td.TdClassName
{
border-color: #F15323;
}
.TagClassName
{
border-color: #F15323;
}
</style>