Shades of Outrageous Orange #F65522
Tints of Outrageous Orange #F65522
RGB
CMYK
RGB Variations
Color information
#F65522 (or 0xF65522) is known color: Outrageous Orange. HEX triplet: F6, 55 and 22. RGB value is (246,85,34). Sum of RGB (Red+Green+Blue) = 246+85+34=365 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.40% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 34 (13.67% from 255 or 9.32% from 365); Max value from RGB is 246 - color contains mainly: red. Hex color #F65522 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65522 is #09AADD. Grayscale: #7F7F7F. Windows color (decimal): -633566 or 2250230. OLE color: 2250230.
HSL color Cylindrical-coordinate representation of color #F65522: hue angle of 14.43º 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 #F65522 is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 85 | 34 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.04 |
| HSL | 14.43º | 0.92% | 0.55% | - |
| HSV(B) | 14.43º | 0.86% | 0.96% | - |
| XYZ | 41.54 | 26.21 | 4.38 | - |
| YUV | 127.33 | 75.34 | 212.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 85 | 34 | 0 | 0.65 | 0.86 | 0.04 | 14.43 | 0.92 | 0.55 |
| Hex | F6 | 55 | 22 | 0 | 41 | 56 | 4 | E | 5C | 37 |
| Octal | 366 | 125 | 42 | 0 | 101 | 126 | 4 | 16 | 134 | 67 |
| Binary | 11110110 | 1010101 | 100010 | 0 | 1000001 | 1010110 | 100 | 1110 | 1011100 | 110111 |
Color Harmonies of #F65522
Complementary color
Monochromatic Colors of #F65522
Black with #F65522
Text Example
Text Example
White with #F65522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65522; }
p { color: rgb(246,85,34); }
H1.HeaderClassName
{
color: #F65522;
}
.AnyTagClassName
{
color: #F65522;
}
</style>
background-color css
<style>
a { background-color: #F65522; }
a { background-color: rgb(246,85,34); }
div.DivClassName
{
background-color: #F65522;
}
.BgClassName
{
background-color: #F65522;
}
</style>
border-color css
<style>
span { border-color: #F65522; }
span { border-color: rgb(246,85,34); }
td.TdClassName
{
border-color: #F65522;
}
.TagClassName
{
border-color: #F65522;
}
</style>