Shades of Outrageous Orange #F0592D
Tints of Outrageous Orange #F0592D
RGB
CMYK
RGB Variations
Color information
#F0592D (or 0xF0592D) is known color: Outrageous Orange. HEX triplet: F0, 59 and 2D. RGB value is (240,89,45). Sum of RGB (Red+Green+Blue) = 240+89+45=374 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.17% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 45 (17.97% from 255 or 12.03% from 374); Max value from RGB is 240 - color contains mainly: red. Hex color #F0592D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0592D is #0FA6D2. Grayscale: #818181. Windows color (decimal): -1025747 or 2972144. OLE color: 2972144.
HSL color Cylindrical-coordinate representation of color #F0592D: hue angle of 13.54º 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 #F0592D is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 89 | 45 | - |
| CMYK | 0 | 0.63 | 0.81 | 0.06 |
| HSL | 13.54º | 0.87% | 0.56% | - |
| HSV(B) | 13.54º | 0.81% | 0.94% | - |
| XYZ | 39.98 | 25.86 | 5.37 | - |
| YUV | 129.13 | 80.53 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 89 | 45 | 0 | 0.63 | 0.81 | 0.06 | 13.54 | 0.87 | 0.56 |
| Hex | F0 | 59 | 2D | 0 | 3F | 51 | 6 | E | 57 | 38 |
| Octal | 360 | 131 | 55 | 0 | 77 | 121 | 6 | 16 | 127 | 70 |
| Binary | 11110000 | 1011001 | 101101 | 0 | 111111 | 1010001 | 110 | 1110 | 1010111 | 111000 |
Color Harmonies of #F0592D
Complementary color
Monochromatic Colors of #F0592D
Black with #F0592D
Text Example
Text Example
White with #F0592D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0592D; }
p { color: rgb(240,89,45); }
H1.HeaderClassName
{
color: #F0592D;
}
.AnyTagClassName
{
color: #F0592D;
}
</style>
background-color css
<style>
a { background-color: #F0592D; }
a { background-color: rgb(240,89,45); }
div.DivClassName
{
background-color: #F0592D;
}
.BgClassName
{
background-color: #F0592D;
}
</style>
border-color css
<style>
span { border-color: #F0592D; }
span { border-color: rgb(240,89,45); }
td.TdClassName
{
border-color: #F0592D;
}
.TagClassName
{
border-color: #F0592D;
}
</style>