Shades of Outrageous Orange #F05A37
Tints of Outrageous Orange #F05A37
RGB
CMYK
RGB Variations
Color information
#F05A37 (or 0xF05A37) is known color: Outrageous Orange. HEX triplet: F0, 5A and 37. RGB value is (240,90,55). Sum of RGB (Red+Green+Blue) = 240+90+55=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 55 (21.88% from 255 or 14.29% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F05A37 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05A37 is #0FA5C8. Grayscale: #838383. Windows color (decimal): -1025481 or 3627760. OLE color: 3627760.
HSL color Cylindrical-coordinate representation of color #F05A37: hue angle of 11.35º 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 #F05A37 is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 90 | 55 | - |
| CMYK | 0 | 0.62 | 0.77 | 0.06 |
| HSL | 11.35º | 0.86% | 0.58% | - |
| HSV(B) | 11.35º | 0.77% | 0.94% | - |
| XYZ | 40.28 | 26.11 | 6.53 | - |
| YUV | 130.86 | 85.2 | 205.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 90 | 55 | 0 | 0.62 | 0.77 | 0.06 | 11.35 | 0.86 | 0.58 |
| Hex | F0 | 5A | 37 | 0 | 3E | 4D | 6 | B | 56 | 3A |
| Octal | 360 | 132 | 67 | 0 | 76 | 115 | 6 | 13 | 126 | 72 |
| Binary | 11110000 | 1011010 | 110111 | 0 | 111110 | 1001101 | 110 | 1011 | 1010110 | 111010 |
Color Harmonies of #F05A37
Complementary color
Monochromatic Colors of #F05A37
Black with #F05A37
Text Example
Text Example
White with #F05A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05A37; }
p { color: rgb(240,90,55); }
H1.HeaderClassName
{
color: #F05A37;
}
.AnyTagClassName
{
color: #F05A37;
}
</style>
background-color css
<style>
a { background-color: #F05A37; }
a { background-color: rgb(240,90,55); }
div.DivClassName
{
background-color: #F05A37;
}
.BgClassName
{
background-color: #F05A37;
}
</style>
border-color css
<style>
span { border-color: #F05A37; }
span { border-color: rgb(240,90,55); }
td.TdClassName
{
border-color: #F05A37;
}
.TagClassName
{
border-color: #F05A37;
}
</style>