Shades of Outrageous Orange #F0592A
Tints of Outrageous Orange #F0592A
RGB
CMYK
RGB Variations
Color information
#F0592A (or 0xF0592A) is known color: Outrageous Orange. HEX triplet: F0, 59 and 2A. RGB value is (240,89,42). Sum of RGB (Red+Green+Blue) = 240+89+42=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 42 (16.80% from 255 or 11.32% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F0592A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0592A is #0FA6D5. Grayscale: #818181. Windows color (decimal): -1025750 or 2775536. OLE color: 2775536.
HSL color Cylindrical-coordinate representation of color #F0592A: hue angle of 14.24º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0592A is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 89 | 42 | - |
| CMYK | 0 | 0.63 | 0.82 | 0.06 |
| HSL | 14.24º | 0.87% | 0.55% | - |
| HSV(B) | 14.24º | 0.83% | 0.94% | - |
| XYZ | 39.93 | 25.84 | 5.07 | - |
| YUV | 128.79 | 79.03 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 89 | 42 | 0 | 0.63 | 0.82 | 0.06 | 14.24 | 0.87 | 0.55 |
| Hex | F0 | 59 | 2A | 0 | 3F | 52 | 6 | E | 57 | 37 |
| Octal | 360 | 131 | 52 | 0 | 77 | 122 | 6 | 16 | 127 | 67 |
| Binary | 11110000 | 1011001 | 101010 | 0 | 111111 | 1010010 | 110 | 1110 | 1010111 | 110111 |
Color Harmonies of #F0592A
Complementary color
Monochromatic Colors of #F0592A
Black with #F0592A
Text Example
Text Example
White with #F0592A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0592A; }
p { color: rgb(240,89,42); }
H1.HeaderClassName
{
color: #F0592A;
}
.AnyTagClassName
{
color: #F0592A;
}
</style>
background-color css
<style>
a { background-color: #F0592A; }
a { background-color: rgb(240,89,42); }
div.DivClassName
{
background-color: #F0592A;
}
.BgClassName
{
background-color: #F0592A;
}
</style>
border-color css
<style>
span { border-color: #F0592A; }
span { border-color: rgb(240,89,42); }
td.TdClassName
{
border-color: #F0592A;
}
.TagClassName
{
border-color: #F0592A;
}
</style>