Shades of Outrageous Orange #F0592B
Tints of Outrageous Orange #F0592B
RGB
CMYK
RGB Variations
Color information
#F0592B (or 0xF0592B) is known color: Outrageous Orange. HEX triplet: F0, 59 and 2B. RGB value is (240,89,43). Sum of RGB (Red+Green+Blue) = 240+89+43=372 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.52% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 43 (17.19% from 255 or 11.56% from 372); Max value from RGB is 240 - color contains mainly: red. Hex color #F0592B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0592B is #0FA6D4. Grayscale: #818181. Windows color (decimal): -1025749 or 2841072. OLE color: 2841072.
HSL color Cylindrical-coordinate representation of color #F0592B: hue angle of 14.01º 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 #F0592B is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 89 | 43 | - |
| CMYK | 0 | 0.63 | 0.82 | 0.06 |
| HSL | 14.01º | 0.87% | 0.55% | - |
| HSV(B) | 14.01º | 0.82% | 0.94% | - |
| XYZ | 39.94 | 25.84 | 5.17 | - |
| YUV | 128.91 | 79.53 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 89 | 43 | 0 | 0.63 | 0.82 | 0.06 | 14.01 | 0.87 | 0.55 |
| Hex | F0 | 59 | 2B | 0 | 3F | 52 | 6 | E | 57 | 37 |
| Octal | 360 | 131 | 53 | 0 | 77 | 122 | 6 | 16 | 127 | 67 |
| Binary | 11110000 | 1011001 | 101011 | 0 | 111111 | 1010010 | 110 | 1110 | 1010111 | 110111 |
Color Harmonies of #F0592B
Complementary color
Monochromatic Colors of #F0592B
Black with #F0592B
Text Example
Text Example
White with #F0592B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0592B; }
p { color: rgb(240,89,43); }
H1.HeaderClassName
{
color: #F0592B;
}
.AnyTagClassName
{
color: #F0592B;
}
</style>
background-color css
<style>
a { background-color: #F0592B; }
a { background-color: rgb(240,89,43); }
div.DivClassName
{
background-color: #F0592B;
}
.BgClassName
{
background-color: #F0592B;
}
</style>
border-color css
<style>
span { border-color: #F0592B; }
span { border-color: rgb(240,89,43); }
td.TdClassName
{
border-color: #F0592B;
}
.TagClassName
{
border-color: #F0592B;
}
</style>