Shades of Outrageous Orange #F05E37
Tints of Outrageous Orange #F05E37
RGB
CMYK
RGB Variations
Color information
#F05E37 (or 0xF05E37) is known color: Outrageous Orange. HEX triplet: F0, 5E and 37. RGB value is (240,94,55). Sum of RGB (Red+Green+Blue) = 240+94+55=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 55 (21.88% from 255 or 14.14% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F05E37 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05E37 is #0FA1C8. Grayscale: #858585. Windows color (decimal): -1024457 or 3628784. OLE color: 3628784.
HSL color Cylindrical-coordinate representation of color #F05E37: hue angle of 12.65º 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 #F05E37 is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 94 | 55 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.06 |
| HSL | 12.65º | 0.86% | 0.58% | - |
| HSV(B) | 12.65º | 0.77% | 0.94% | - |
| XYZ | 40.63 | 26.81 | 6.65 | - |
| YUV | 133.21 | 83.87 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 94 | 55 | 0 | 0.61 | 0.77 | 0.06 | 12.65 | 0.86 | 0.58 |
| Hex | F0 | 5E | 37 | 0 | 3D | 4D | 6 | D | 56 | 3A |
| Octal | 360 | 136 | 67 | 0 | 75 | 115 | 6 | 15 | 126 | 72 |
| Binary | 11110000 | 1011110 | 110111 | 0 | 111101 | 1001101 | 110 | 1101 | 1010110 | 111010 |
Color Harmonies of #F05E37
Complementary color
Monochromatic Colors of #F05E37
Black with #F05E37
Text Example
Text Example
White with #F05E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05E37; }
p { color: rgb(240,94,55); }
H1.HeaderClassName
{
color: #F05E37;
}
.AnyTagClassName
{
color: #F05E37;
}
</style>
background-color css
<style>
a { background-color: #F05E37; }
a { background-color: rgb(240,94,55); }
div.DivClassName
{
background-color: #F05E37;
}
.BgClassName
{
background-color: #F05E37;
}
</style>
border-color css
<style>
span { border-color: #F05E37; }
span { border-color: rgb(240,94,55); }
td.TdClassName
{
border-color: #F05E37;
}
.TagClassName
{
border-color: #F05E37;
}
</style>