Shades of Outrageous Orange #F05938
Tints of Outrageous Orange #F05938
RGB
CMYK
RGB Variations
Color information
#F05938 (or 0xF05938) is known color: Outrageous Orange. HEX triplet: F0, 59 and 38. RGB value is (240,89,56). Sum of RGB (Red+Green+Blue) = 240+89+56=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 56 (22.27% from 255 or 14.55% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F05938 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05938 is #0FA6C7. Grayscale: #828282. Windows color (decimal): -1025736 or 3693040. OLE color: 3693040.
HSL color Cylindrical-coordinate representation of color #F05938: hue angle of 10.76º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F05938 is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 89 | 56 | - |
| CMYK | 0 | 0.63 | 0.77 | 0.06 |
| HSL | 10.76º | 0.86% | 0.58% | - |
| HSV(B) | 10.76º | 0.77% | 0.94% | - |
| XYZ | 40.22 | 25.96 | 6.63 | - |
| YUV | 130.39 | 86.03 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 89 | 56 | 0 | 0.63 | 0.77 | 0.06 | 10.76 | 0.86 | 0.58 |
| Hex | F0 | 59 | 38 | 0 | 3F | 4D | 6 | B | 56 | 3A |
| Octal | 360 | 131 | 70 | 0 | 77 | 115 | 6 | 13 | 126 | 72 |
| Binary | 11110000 | 1011001 | 111000 | 0 | 111111 | 1001101 | 110 | 1011 | 1010110 | 111010 |
Color Harmonies of #F05938
Complementary color
Monochromatic Colors of #F05938
Black with #F05938
Text Example
Text Example
White with #F05938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05938; }
p { color: rgb(240,89,56); }
H1.HeaderClassName
{
color: #F05938;
}
.AnyTagClassName
{
color: #F05938;
}
</style>
background-color css
<style>
a { background-color: #F05938; }
a { background-color: rgb(240,89,56); }
div.DivClassName
{
background-color: #F05938;
}
.BgClassName
{
background-color: #F05938;
}
</style>
border-color css
<style>
span { border-color: #F05938; }
span { border-color: rgb(240,89,56); }
td.TdClassName
{
border-color: #F05938;
}
.TagClassName
{
border-color: #F05938;
}
</style>