Shades of Outrageous Orange #F0593B
Tints of Outrageous Orange #F0593B
RGB
CMYK
RGB Variations
Color information
#F0593B (or 0xF0593B) is known color: Outrageous Orange. HEX triplet: F0, 59 and 3B. RGB value is (240,89,59). Sum of RGB (Red+Green+Blue) = 240+89+59=388 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.86% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 59 (23.44% from 255 or 15.21% from 388); Max value from RGB is 240 - color contains mainly: red. Hex color #F0593B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0593B is #0FA6C4. Grayscale: #838383. Windows color (decimal): -1025733 or 3889648. OLE color: 3889648.
HSL color Cylindrical-coordinate representation of color #F0593B: hue angle of 9.94º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F0593B is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 89 | 59 | - |
| CMYK | 0 | 0.63 | 0.75 | 0.06 |
| HSL | 9.94º | 0.86% | 0.59% | - |
| HSV(B) | 9.94º | 0.75% | 0.94% | - |
| XYZ | 40.3 | 25.99 | 7.03 | - |
| YUV | 130.73 | 87.53 | 205.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 89 | 59 | 0 | 0.63 | 0.75 | 0.06 | 9.94 | 0.86 | 0.59 |
| Hex | F0 | 59 | 3B | 0 | 3F | 4B | 6 | A | 56 | 3B |
| Octal | 360 | 131 | 73 | 0 | 77 | 113 | 6 | 12 | 126 | 73 |
| Binary | 11110000 | 1011001 | 111011 | 0 | 111111 | 1001011 | 110 | 1010 | 1010110 | 111011 |
Color Harmonies of #F0593B
Complementary color
Monochromatic Colors of #F0593B
Black with #F0593B
Text Example
Text Example
White with #F0593B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0593B; }
p { color: rgb(240,89,59); }
H1.HeaderClassName
{
color: #F0593B;
}
.AnyTagClassName
{
color: #F0593B;
}
</style>
background-color css
<style>
a { background-color: #F0593B; }
a { background-color: rgb(240,89,59); }
div.DivClassName
{
background-color: #F0593B;
}
.BgClassName
{
background-color: #F0593B;
}
</style>
border-color css
<style>
span { border-color: #F0593B; }
span { border-color: rgb(240,89,59); }
td.TdClassName
{
border-color: #F0593B;
}
.TagClassName
{
border-color: #F0593B;
}
</style>