Shades of Outrageous Orange #F65536
Tints of Outrageous Orange #F65536
RGB
CMYK
RGB Variations
Color information
#F65536 (or 0xF65536) is known color: Outrageous Orange. HEX triplet: F6, 55 and 36. RGB value is (246,85,54). Sum of RGB (Red+Green+Blue) = 246+85+54=385 (50% of max value = 765). Red value is 246 (96.48% from 255 or 63.90% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 54 (21.48% from 255 or 14.03% from 385); Max value from RGB is 246 - color contains mainly: red. Hex color #F65536 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65536 is #09AAC9. Grayscale: #818181. Windows color (decimal): -633546 or 3560950. OLE color: 3560950.
HSL color Cylindrical-coordinate representation of color #F65536: hue angle of 9.69º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F65536 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 85 | 54 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.04 |
| HSL | 9.69º | 0.91% | 0.59% | - |
| HSV(B) | 9.69º | 0.78% | 0.96% | - |
| XYZ | 41.92 | 26.36 | 6.37 | - |
| YUV | 129.61 | 85.34 | 211.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 85 | 54 | 0 | 0.65 | 0.78 | 0.04 | 9.69 | 0.91 | 0.59 |
| Hex | F6 | 55 | 36 | 0 | 41 | 4E | 4 | A | 5B | 3B |
| Octal | 366 | 125 | 66 | 0 | 101 | 116 | 4 | 12 | 133 | 73 |
| Binary | 11110110 | 1010101 | 110110 | 0 | 1000001 | 1001110 | 100 | 1010 | 1011011 | 111011 |
Color Harmonies of #F65536
Complementary color
Monochromatic Colors of #F65536
Black with #F65536
Text Example
Text Example
White with #F65536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65536; }
p { color: rgb(246,85,54); }
H1.HeaderClassName
{
color: #F65536;
}
.AnyTagClassName
{
color: #F65536;
}
</style>
background-color css
<style>
a { background-color: #F65536; }
a { background-color: rgb(246,85,54); }
div.DivClassName
{
background-color: #F65536;
}
.BgClassName
{
background-color: #F65536;
}
</style>
border-color css
<style>
span { border-color: #F65536; }
span { border-color: rgb(246,85,54); }
td.TdClassName
{
border-color: #F65536;
}
.TagClassName
{
border-color: #F65536;
}
</style>