Shades of Outrageous Orange #F0622E
Tints of Outrageous Orange #F0622E
RGB
CMYK
RGB Variations
Color information
#F0622E (or 0xF0622E) is known color: Outrageous Orange. HEX triplet: F0, 62 and 2E. RGB value is (240,98,46). Sum of RGB (Red+Green+Blue) = 240+98+46=384 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.5% from 384); Green value is 98 (38.67% from 255 or 25.52% from 384); Blue value is 46 (18.36% from 255 or 11.98% from 384); Max value from RGB is 240 - color contains mainly: red. Hex color #F0622E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0622E is #0F9DD1. Grayscale: #868686. Windows color (decimal): -1023442 or 3039984. OLE color: 3039984.
HSL color Cylindrical-coordinate representation of color #F0622E: hue angle of 16.08º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F0622E is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 98 | 46 | - |
| CMYK | 0 | 0.59 | 0.81 | 0.06 |
| HSL | 16.08º | 0.87% | 0.56% | - |
| HSV(B) | 16.08º | 0.81% | 0.94% | - |
| XYZ | 40.8 | 27.46 | 5.73 | - |
| YUV | 134.53 | 78.04 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 98 | 46 | 0 | 0.59 | 0.81 | 0.06 | 16.08 | 0.87 | 0.56 |
| Hex | F0 | 62 | 2E | 0 | 3B | 51 | 6 | 10 | 57 | 38 |
| Octal | 360 | 142 | 56 | 0 | 73 | 121 | 6 | 20 | 127 | 70 |
| Binary | 11110000 | 1100010 | 101110 | 0 | 111011 | 1010001 | 110 | 10000 | 1010111 | 111000 |
Color Harmonies of #F0622E
Complementary color
Monochromatic Colors of #F0622E
Black with #F0622E
Text Example
Text Example
White with #F0622E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0622E; }
p { color: rgb(240,98,46); }
H1.HeaderClassName
{
color: #F0622E;
}
.AnyTagClassName
{
color: #F0622E;
}
</style>
background-color css
<style>
a { background-color: #F0622E; }
a { background-color: rgb(240,98,46); }
div.DivClassName
{
background-color: #F0622E;
}
.BgClassName
{
background-color: #F0622E;
}
</style>
border-color css
<style>
span { border-color: #F0622E; }
span { border-color: rgb(240,98,46); }
td.TdClassName
{
border-color: #F0622E;
}
.TagClassName
{
border-color: #F0622E;
}
</style>