Shades of Outrageous Orange #F3582D
Tints of Outrageous Orange #F3582D
RGB
CMYK
RGB Variations
Color information
#F3582D (or 0xF3582D) is known color: Outrageous Orange. HEX triplet: F3, 58 and 2D. RGB value is (243,88,45). Sum of RGB (Red+Green+Blue) = 243+88+45=376 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.63% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 45 (17.97% from 255 or 11.97% from 376); Max value from RGB is 243 - color contains mainly: red. Hex color #F3582D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F3582D is #0CA7D2. Grayscale: #818181. Windows color (decimal): -829395 or 2971891. OLE color: 2971891.
HSL color Cylindrical-coordinate representation of color #F3582D: hue angle of 13.03º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F3582D is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 88 | 45 | - |
| CMYK | 0 | 0.64 | 0.81 | 0.05 |
| HSL | 13.03º | 0.89% | 0.56% | - |
| HSV(B) | 13.03º | 0.81% | 0.95% | - |
| XYZ | 40.93 | 26.22 | 5.39 | - |
| YUV | 129.44 | 80.35 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 88 | 45 | 0 | 0.64 | 0.81 | 0.05 | 13.03 | 0.89 | 0.56 |
| Hex | F3 | 58 | 2D | 0 | 40 | 51 | 5 | D | 59 | 38 |
| Octal | 363 | 130 | 55 | 0 | 100 | 121 | 5 | 15 | 131 | 70 |
| Binary | 11110011 | 1011000 | 101101 | 0 | 1000000 | 1010001 | 101 | 1101 | 1011001 | 111000 |
Color Harmonies of #F3582D
Complementary color
Monochromatic Colors of #F3582D
Black with #F3582D
Text Example
Text Example
White with #F3582D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3582D; }
p { color: rgb(243,88,45); }
H1.HeaderClassName
{
color: #F3582D;
}
.AnyTagClassName
{
color: #F3582D;
}
</style>
background-color css
<style>
a { background-color: #F3582D; }
a { background-color: rgb(243,88,45); }
div.DivClassName
{
background-color: #F3582D;
}
.BgClassName
{
background-color: #F3582D;
}
</style>
border-color css
<style>
span { border-color: #F3582D; }
span { border-color: rgb(243,88,45); }
td.TdClassName
{
border-color: #F3582D;
}
.TagClassName
{
border-color: #F3582D;
}
</style>