Shades of Outrageous Orange #F6512E
Tints of Outrageous Orange #F6512E
RGB
CMYK
RGB Variations
Color information
#F6512E (or 0xF6512E) is known color: Outrageous Orange. HEX triplet: F6, 51 and 2E. RGB value is (246,81,46). Sum of RGB (Red+Green+Blue) = 246+81+46=373 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.95% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 46 (18.36% from 255 or 12.33% from 373); Max value from RGB is 246 - color contains mainly: red. Hex color #F6512E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6512E is #09AED1. Grayscale: #7E7E7E. Windows color (decimal): -634578 or 3035638. OLE color: 3035638.
HSL color Cylindrical-coordinate representation of color #F6512E: hue angle of 10.5º 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 #F6512E is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 81 | 46 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.04 |
| HSL | 10.5º | 0.92% | 0.57% | - |
| HSV(B) | 10.5º | 0.81% | 0.96% | - |
| XYZ | 41.44 | 25.67 | 5.36 | - |
| YUV | 126.35 | 82.66 | 213.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 81 | 46 | 0 | 0.67 | 0.81 | 0.04 | 10.5 | 0.92 | 0.57 |
| Hex | F6 | 51 | 2E | 0 | 43 | 51 | 4 | A | 5C | 39 |
| Octal | 366 | 121 | 56 | 0 | 103 | 121 | 4 | 12 | 134 | 71 |
| Binary | 11110110 | 1010001 | 101110 | 0 | 1000011 | 1010001 | 100 | 1010 | 1011100 | 111001 |
Color Harmonies of #F6512E
Complementary color
Monochromatic Colors of #F6512E
Black with #F6512E
Text Example
Text Example
White with #F6512E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6512E; }
p { color: rgb(246,81,46); }
H1.HeaderClassName
{
color: #F6512E;
}
.AnyTagClassName
{
color: #F6512E;
}
</style>
background-color css
<style>
a { background-color: #F6512E; }
a { background-color: rgb(246,81,46); }
div.DivClassName
{
background-color: #F6512E;
}
.BgClassName
{
background-color: #F6512E;
}
</style>
border-color css
<style>
span { border-color: #F6512E; }
span { border-color: rgb(246,81,46); }
td.TdClassName
{
border-color: #F6512E;
}
.TagClassName
{
border-color: #F6512E;
}
</style>