Shades of Outrageous Orange #F3582C
Tints of Outrageous Orange #F3582C
RGB
CMYK
RGB Variations
Color information
#F3582C (or 0xF3582C) is known color: Outrageous Orange. HEX triplet: F3, 58 and 2C. RGB value is (243,88,44). Sum of RGB (Red+Green+Blue) = 243+88+44=375 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.8% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 44 (17.58% from 255 or 11.73% from 375); Max value from RGB is 243 - color contains mainly: red. Hex color #F3582C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F3582C is #0CA7D3. Grayscale: #818181. Windows color (decimal): -829396 or 2906355. OLE color: 2906355.
HSL color Cylindrical-coordinate representation of color #F3582C: hue angle of 13.27º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F3582C is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 88 | 44 | - |
| CMYK | 0 | 0.64 | 0.82 | 0.05 |
| HSL | 13.27º | 0.89% | 0.56% | - |
| HSV(B) | 13.27º | 0.82% | 0.95% | - |
| XYZ | 40.91 | 26.22 | 5.29 | - |
| YUV | 129.33 | 79.85 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 88 | 44 | 0 | 0.64 | 0.82 | 0.05 | 13.27 | 0.89 | 0.56 |
| Hex | F3 | 58 | 2C | 0 | 40 | 52 | 5 | D | 59 | 38 |
| Octal | 363 | 130 | 54 | 0 | 100 | 122 | 5 | 15 | 131 | 70 |
| Binary | 11110011 | 1011000 | 101100 | 0 | 1000000 | 1010010 | 101 | 1101 | 1011001 | 111000 |
Color Harmonies of #F3582C
Complementary color
Monochromatic Colors of #F3582C
Black with #F3582C
Text Example
Text Example
White with #F3582C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3582C; }
p { color: rgb(243,88,44); }
H1.HeaderClassName
{
color: #F3582C;
}
.AnyTagClassName
{
color: #F3582C;
}
</style>
background-color css
<style>
a { background-color: #F3582C; }
a { background-color: rgb(243,88,44); }
div.DivClassName
{
background-color: #F3582C;
}
.BgClassName
{
background-color: #F3582C;
}
</style>
border-color css
<style>
span { border-color: #F3582C; }
span { border-color: rgb(243,88,44); }
td.TdClassName
{
border-color: #F3582C;
}
.TagClassName
{
border-color: #F3582C;
}
</style>