Shades of Outrageous Orange #F6502C
Tints of Outrageous Orange #F6502C
RGB
CMYK
RGB Variations
Color information
#F6502C (or 0xF6502C) is known color: Outrageous Orange. HEX triplet: F6, 50 and 2C. RGB value is (246,80,44). Sum of RGB (Red+Green+Blue) = 246+80+44=370 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.49% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 44 (17.58% from 255 or 11.89% from 370); Max value from RGB is 246 - color contains mainly: red. Hex color #F6502C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6502C is #09AFD3. Grayscale: #7D7D7D. Windows color (decimal): -634836 or 2904310. OLE color: 2904310.
HSL color Cylindrical-coordinate representation of color #F6502C: hue angle of 10.69º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F6502C is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 80 | 44 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.04 |
| HSL | 10.69º | 0.92% | 0.57% | - |
| HSV(B) | 10.69º | 0.82% | 0.96% | - |
| XYZ | 41.33 | 25.51 | 5.13 | - |
| YUV | 125.53 | 82 | 213.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 80 | 44 | 0 | 0.67 | 0.82 | 0.04 | 10.69 | 0.92 | 0.57 |
| Hex | F6 | 50 | 2C | 0 | 43 | 52 | 4 | B | 5C | 39 |
| Octal | 366 | 120 | 54 | 0 | 103 | 122 | 4 | 13 | 134 | 71 |
| Binary | 11110110 | 1010000 | 101100 | 0 | 1000011 | 1010010 | 100 | 1011 | 1011100 | 111001 |
Color Harmonies of #F6502C
Complementary color
Monochromatic Colors of #F6502C
Black with #F6502C
Text Example
Text Example
White with #F6502C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6502C; }
p { color: rgb(246,80,44); }
H1.HeaderClassName
{
color: #F6502C;
}
.AnyTagClassName
{
color: #F6502C;
}
</style>
background-color css
<style>
a { background-color: #F6502C; }
a { background-color: rgb(246,80,44); }
div.DivClassName
{
background-color: #F6502C;
}
.BgClassName
{
background-color: #F6502C;
}
</style>
border-color css
<style>
span { border-color: #F6502C; }
span { border-color: rgb(246,80,44); }
td.TdClassName
{
border-color: #F6502C;
}
.TagClassName
{
border-color: #F6502C;
}
</style>