Shades of Outrageous Orange #F6502A
Tints of Outrageous Orange #F6502A
RGB
CMYK
RGB Variations
Color information
#F6502A (or 0xF6502A) is known color: Outrageous Orange. HEX triplet: F6, 50 and 2A. RGB value is (246,80,42). Sum of RGB (Red+Green+Blue) = 246+80+42=368 (48% of max value = 765). Red value is 246 (96.48% from 255 or 66.85% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 42 (16.80% from 255 or 11.41% from 368); Max value from RGB is 246 - color contains mainly: red. Hex color #F6502A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6502A is #09AFD5. Grayscale: #7D7D7D. Windows color (decimal): -634838 or 2773238. OLE color: 2773238.
HSL color Cylindrical-coordinate representation of color #F6502A: hue angle of 11.18º 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 #F6502A is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 80 | 42 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.04 |
| HSL | 11.18º | 0.92% | 0.56% | - |
| HSV(B) | 11.18º | 0.83% | 0.96% | - |
| XYZ | 41.29 | 25.5 | 4.94 | - |
| YUV | 125.3 | 81 | 214.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 80 | 42 | 0 | 0.67 | 0.83 | 0.04 | 11.18 | 0.92 | 0.56 |
| Hex | F6 | 50 | 2A | 0 | 43 | 53 | 4 | B | 5C | 38 |
| Octal | 366 | 120 | 52 | 0 | 103 | 123 | 4 | 13 | 134 | 70 |
| Binary | 11110110 | 1010000 | 101010 | 0 | 1000011 | 1010011 | 100 | 1011 | 1011100 | 111000 |
Color Harmonies of #F6502A
Complementary color
Monochromatic Colors of #F6502A
Black with #F6502A
Text Example
Text Example
White with #F6502A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6502A; }
p { color: rgb(246,80,42); }
H1.HeaderClassName
{
color: #F6502A;
}
.AnyTagClassName
{
color: #F6502A;
}
</style>
background-color css
<style>
a { background-color: #F6502A; }
a { background-color: rgb(246,80,42); }
div.DivClassName
{
background-color: #F6502A;
}
.BgClassName
{
background-color: #F6502A;
}
</style>
border-color css
<style>
span { border-color: #F6502A; }
span { border-color: rgb(246,80,42); }
td.TdClassName
{
border-color: #F6502A;
}
.TagClassName
{
border-color: #F6502A;
}
</style>