Shades of Outrageous Orange #F6502E
Tints of Outrageous Orange #F6502E
RGB
CMYK
RGB Variations
Color information
#F6502E (or 0xF6502E) is known color: Outrageous Orange. HEX triplet: F6, 50 and 2E. RGB value is (246,80,46). Sum of RGB (Red+Green+Blue) = 246+80+46=372 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.13% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 46 (18.36% from 255 or 12.37% from 372); Max value from RGB is 246 - color contains mainly: red. Hex color #F6502E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6502E is #09AFD1. Grayscale: #7E7E7E. Windows color (decimal): -634834 or 3035382. OLE color: 3035382.
HSL color Cylindrical-coordinate representation of color #F6502E: hue angle of 10.2º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F6502E is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 80 | 46 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.04 |
| HSL | 10.2º | 0.92% | 0.57% | - |
| HSV(B) | 10.2º | 0.81% | 0.96% | - |
| XYZ | 41.37 | 25.53 | 5.33 | - |
| YUV | 125.76 | 83 | 213.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 80 | 46 | 0 | 0.67 | 0.81 | 0.04 | 10.2 | 0.92 | 0.57 |
| Hex | F6 | 50 | 2E | 0 | 43 | 51 | 4 | A | 5C | 39 |
| Octal | 366 | 120 | 56 | 0 | 103 | 121 | 4 | 12 | 134 | 71 |
| Binary | 11110110 | 1010000 | 101110 | 0 | 1000011 | 1010001 | 100 | 1010 | 1011100 | 111001 |
Color Harmonies of #F6502E
Complementary color
Monochromatic Colors of #F6502E
Black with #F6502E
Text Example
Text Example
White with #F6502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6502E; }
p { color: rgb(246,80,46); }
H1.HeaderClassName
{
color: #F6502E;
}
.AnyTagClassName
{
color: #F6502E;
}
</style>
background-color css
<style>
a { background-color: #F6502E; }
a { background-color: rgb(246,80,46); }
div.DivClassName
{
background-color: #F6502E;
}
.BgClassName
{
background-color: #F6502E;
}
</style>
border-color css
<style>
span { border-color: #F6502E; }
span { border-color: rgb(246,80,46); }
td.TdClassName
{
border-color: #F6502E;
}
.TagClassName
{
border-color: #F6502E;
}
</style>