Shades of Outrageous Orange #F6512A
Tints of Outrageous Orange #F6512A
RGB
CMYK
RGB Variations
Color information
#F6512A (or 0xF6512A) is known color: Outrageous Orange. HEX triplet: F6, 51 and 2A. RGB value is (246,81,42). Sum of RGB (Red+Green+Blue) = 246+81+42=369 (48% of max value = 765). Red value is 246 (96.48% from 255 or 66.67% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 42 (16.80% from 255 or 11.38% from 369); Max value from RGB is 246 - color contains mainly: red. Hex color #F6512A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6512A is #09AED5. Grayscale: #7E7E7E. Windows color (decimal): -634582 or 2773494. OLE color: 2773494.
HSL color Cylindrical-coordinate representation of color #F6512A: hue angle of 11.47º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F6512A is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 81 | 42 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.04 |
| HSL | 11.47º | 0.92% | 0.56% | - |
| HSV(B) | 11.47º | 0.83% | 0.96% | - |
| XYZ | 41.37 | 25.64 | 4.96 | - |
| YUV | 125.89 | 80.66 | 213.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 81 | 42 | 0 | 0.67 | 0.83 | 0.04 | 11.47 | 0.92 | 0.56 |
| Hex | F6 | 51 | 2A | 0 | 43 | 53 | 4 | B | 5C | 38 |
| Octal | 366 | 121 | 52 | 0 | 103 | 123 | 4 | 13 | 134 | 70 |
| Binary | 11110110 | 1010001 | 101010 | 0 | 1000011 | 1010011 | 100 | 1011 | 1011100 | 111000 |
Color Harmonies of #F6512A
Complementary color
Monochromatic Colors of #F6512A
Black with #F6512A
Text Example
Text Example
White with #F6512A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6512A; }
p { color: rgb(246,81,42); }
H1.HeaderClassName
{
color: #F6512A;
}
.AnyTagClassName
{
color: #F6512A;
}
</style>
background-color css
<style>
a { background-color: #F6512A; }
a { background-color: rgb(246,81,42); }
div.DivClassName
{
background-color: #F6512A;
}
.BgClassName
{
background-color: #F6512A;
}
</style>
border-color css
<style>
span { border-color: #F6512A; }
span { border-color: rgb(246,81,42); }
td.TdClassName
{
border-color: #F6512A;
}
.TagClassName
{
border-color: #F6512A;
}
</style>