Shades of Outrageous Orange #F65520
Tints of Outrageous Orange #F65520
RGB
CMYK
RGB Variations
Color information
#F65520 (or 0xF65520) is known color: Outrageous Orange. HEX triplet: F6, 55 and 20. RGB value is (246,85,32). Sum of RGB (Red+Green+Blue) = 246+85+32=363 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.77% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 32 (12.89% from 255 or 8.82% from 363); Max value from RGB is 246 - color contains mainly: red. Hex color #F65520 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65520 is #09AADF. Grayscale: #7F7F7F. Windows color (decimal): -633568 or 2119158. OLE color: 2119158.
HSL color Cylindrical-coordinate representation of color #F65520: hue angle of 14.86º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F65520 is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 85 | 32 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.04 |
| HSL | 14.86º | 0.92% | 0.55% | - |
| HSV(B) | 14.86º | 0.87% | 0.96% | - |
| XYZ | 41.52 | 26.19 | 4.23 | - |
| YUV | 127.1 | 74.34 | 212.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 85 | 32 | 0 | 0.65 | 0.87 | 0.04 | 14.86 | 0.92 | 0.55 |
| Hex | F6 | 55 | 20 | 0 | 41 | 57 | 4 | F | 5C | 37 |
| Octal | 366 | 125 | 40 | 0 | 101 | 127 | 4 | 17 | 134 | 67 |
| Binary | 11110110 | 1010101 | 100000 | 0 | 1000001 | 1010111 | 100 | 1111 | 1011100 | 110111 |
Color Harmonies of #F65520
Complementary color
Monochromatic Colors of #F65520
Black with #F65520
Text Example
Text Example
White with #F65520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65520; }
p { color: rgb(246,85,32); }
H1.HeaderClassName
{
color: #F65520;
}
.AnyTagClassName
{
color: #F65520;
}
</style>
background-color css
<style>
a { background-color: #F65520; }
a { background-color: rgb(246,85,32); }
div.DivClassName
{
background-color: #F65520;
}
.BgClassName
{
background-color: #F65520;
}
</style>
border-color css
<style>
span { border-color: #F65520; }
span { border-color: rgb(246,85,32); }
td.TdClassName
{
border-color: #F65520;
}
.TagClassName
{
border-color: #F65520;
}
</style>