Shades of Outrageous Orange #F65A20
Tints of Outrageous Orange #F65A20
RGB
CMYK
RGB Variations
Color information
#F65A20 (or 0xF65A20) is known color: Outrageous Orange. HEX triplet: F6, 5A and 20. RGB value is (246,90,32). Sum of RGB (Red+Green+Blue) = 246+90+32=368 (48% of max value = 765). Red value is 246 (96.48% from 255 or 66.85% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 32 (12.89% from 255 or 8.70% from 368); Max value from RGB is 246 - color contains mainly: red. Hex color #F65A20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65A20 is #09A5DF. Grayscale: #828282. Windows color (decimal): -632288 or 2120438. OLE color: 2120438.
HSL color Cylindrical-coordinate representation of color #F65A20: hue angle of 16.26º 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 #F65A20 is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 90 | 32 | - |
| CMYK | 0 | 0.63 | 0.87 | 0.04 |
| HSL | 16.26º | 0.92% | 0.55% | - |
| HSV(B) | 16.26º | 0.87% | 0.96% | - |
| XYZ | 41.92 | 27.01 | 4.37 | - |
| YUV | 130.03 | 72.68 | 210.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 90 | 32 | 0 | 0.63 | 0.87 | 0.04 | 16.26 | 0.92 | 0.55 |
| Hex | F6 | 5A | 20 | 0 | 3F | 57 | 4 | 10 | 5C | 37 |
| Octal | 366 | 132 | 40 | 0 | 77 | 127 | 4 | 20 | 134 | 67 |
| Binary | 11110110 | 1011010 | 100000 | 0 | 111111 | 1010111 | 100 | 10000 | 1011100 | 110111 |
Color Harmonies of #F65A20
Complementary color
Monochromatic Colors of #F65A20
Black with #F65A20
Text Example
Text Example
White with #F65A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65A20; }
p { color: rgb(246,90,32); }
H1.HeaderClassName
{
color: #F65A20;
}
.AnyTagClassName
{
color: #F65A20;
}
</style>
background-color css
<style>
a { background-color: #F65A20; }
a { background-color: rgb(246,90,32); }
div.DivClassName
{
background-color: #F65A20;
}
.BgClassName
{
background-color: #F65A20;
}
</style>
border-color css
<style>
span { border-color: #F65A20; }
span { border-color: rgb(246,90,32); }
td.TdClassName
{
border-color: #F65A20;
}
.TagClassName
{
border-color: #F65A20;
}
</style>