Shades of Outrageous Orange #F65532
Tints of Outrageous Orange #F65532
RGB
CMYK
RGB Variations
Color information
#F65532 (or 0xF65532) is known color: Outrageous Orange. HEX triplet: F6, 55 and 32. RGB value is (246,85,50). Sum of RGB (Red+Green+Blue) = 246+85+50=381 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.57% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 50 (19.92% from 255 or 13.12% from 381); Max value from RGB is 246 - color contains mainly: red. Hex color #F65532 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65532 is #09AACD. Grayscale: #818181. Windows color (decimal): -633550 or 3298806. OLE color: 3298806.
HSL color Cylindrical-coordinate representation of color #F65532: hue angle of 10.71º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F65532 is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 85 | 50 | - |
| CMYK | 0 | 0.65 | 0.80 | 0.04 |
| HSL | 10.71º | 0.92% | 0.58% | - |
| HSV(B) | 10.71º | 0.8% | 0.96% | - |
| XYZ | 41.83 | 26.32 | 5.89 | - |
| YUV | 129.15 | 83.34 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 85 | 50 | 0 | 0.65 | 0.80 | 0.04 | 10.71 | 0.92 | 0.58 |
| Hex | F6 | 55 | 32 | 0 | 41 | 50 | 4 | B | 5C | 3A |
| Octal | 366 | 125 | 62 | 0 | 101 | 120 | 4 | 13 | 134 | 72 |
| Binary | 11110110 | 1010101 | 110010 | 0 | 1000001 | 1010000 | 100 | 1011 | 1011100 | 111010 |
Color Harmonies of #F65532
Complementary color
Monochromatic Colors of #F65532
Black with #F65532
Text Example
Text Example
White with #F65532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65532; }
p { color: rgb(246,85,50); }
H1.HeaderClassName
{
color: #F65532;
}
.AnyTagClassName
{
color: #F65532;
}
</style>
background-color css
<style>
a { background-color: #F65532; }
a { background-color: rgb(246,85,50); }
div.DivClassName
{
background-color: #F65532;
}
.BgClassName
{
background-color: #F65532;
}
</style>
border-color css
<style>
span { border-color: #F65532; }
span { border-color: rgb(246,85,50); }
td.TdClassName
{
border-color: #F65532;
}
.TagClassName
{
border-color: #F65532;
}
</style>