Shades of Outrageous Orange #F65322
Tints of Outrageous Orange #F65322
RGB
CMYK
RGB Variations
Color information
#F65322 (or 0xF65322) is known color: Outrageous Orange. HEX triplet: F6, 53 and 22. RGB value is (246,83,34). Sum of RGB (Red+Green+Blue) = 246+83+34=363 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.77% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 34 (13.67% from 255 or 9.37% from 363); Max value from RGB is 246 - color contains mainly: red. Hex color #F65322 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65322 is #09ACDD. Grayscale: #7E7E7E. Windows color (decimal): -634078 or 2249718. OLE color: 2249718.
HSL color Cylindrical-coordinate representation of color #F65322: hue angle of 13.87º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F65322 is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 83 | 34 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.04 |
| HSL | 13.87º | 0.92% | 0.55% | - |
| HSV(B) | 13.87º | 0.86% | 0.96% | - |
| XYZ | 41.39 | 25.89 | 4.33 | - |
| YUV | 126.15 | 76 | 213.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 83 | 34 | 0 | 0.66 | 0.86 | 0.04 | 13.87 | 0.92 | 0.55 |
| Hex | F6 | 53 | 22 | 0 | 42 | 56 | 4 | E | 5C | 37 |
| Octal | 366 | 123 | 42 | 0 | 102 | 126 | 4 | 16 | 134 | 67 |
| Binary | 11110110 | 1010011 | 100010 | 0 | 1000010 | 1010110 | 100 | 1110 | 1011100 | 110111 |
Color Harmonies of #F65322
Complementary color
Monochromatic Colors of #F65322
Black with #F65322
Text Example
Text Example
White with #F65322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65322; }
p { color: rgb(246,83,34); }
H1.HeaderClassName
{
color: #F65322;
}
.AnyTagClassName
{
color: #F65322;
}
</style>
background-color css
<style>
a { background-color: #F65322; }
a { background-color: rgb(246,83,34); }
div.DivClassName
{
background-color: #F65322;
}
.BgClassName
{
background-color: #F65322;
}
</style>
border-color css
<style>
span { border-color: #F65322; }
span { border-color: rgb(246,83,34); }
td.TdClassName
{
border-color: #F65322;
}
.TagClassName
{
border-color: #F65322;
}
</style>