Shades of Outrageous Orange #F05939
Tints of Outrageous Orange #F05939
RGB
CMYK
RGB Variations
Color information
#F05939 (or 0xF05939) is known color: Outrageous Orange. HEX triplet: F0, 59 and 39. RGB value is (240,89,57). Sum of RGB (Red+Green+Blue) = 240+89+57=386 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.18% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 57 (22.66% from 255 or 14.77% from 386); Max value from RGB is 240 - color contains mainly: red. Hex color #F05939 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05939 is #0FA6C6. Grayscale: #828282. Windows color (decimal): -1025735 or 3758576. OLE color: 3758576.
HSL color Cylindrical-coordinate representation of color #F05939: hue angle of 10.49º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F05939 is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 89 | 57 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.06 |
| HSL | 10.49º | 0.86% | 0.58% | - |
| HSV(B) | 10.49º | 0.76% | 0.94% | - |
| XYZ | 40.25 | 25.97 | 6.76 | - |
| YUV | 130.5 | 86.53 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 89 | 57 | 0 | 0.63 | 0.76 | 0.06 | 10.49 | 0.86 | 0.58 |
| Hex | F0 | 59 | 39 | 0 | 3F | 4C | 6 | A | 56 | 3A |
| Octal | 360 | 131 | 71 | 0 | 77 | 114 | 6 | 12 | 126 | 72 |
| Binary | 11110000 | 1011001 | 111001 | 0 | 111111 | 1001100 | 110 | 1010 | 1010110 | 111010 |
Color Harmonies of #F05939
Complementary color
Monochromatic Colors of #F05939
Black with #F05939
Text Example
Text Example
White with #F05939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05939; }
p { color: rgb(240,89,57); }
H1.HeaderClassName
{
color: #F05939;
}
.AnyTagClassName
{
color: #F05939;
}
</style>
background-color css
<style>
a { background-color: #F05939; }
a { background-color: rgb(240,89,57); }
div.DivClassName
{
background-color: #F05939;
}
.BgClassName
{
background-color: #F05939;
}
</style>
border-color css
<style>
span { border-color: #F05939; }
span { border-color: rgb(240,89,57); }
td.TdClassName
{
border-color: #F05939;
}
.TagClassName
{
border-color: #F05939;
}
</style>