Shades of Outrageous Orange #F05F37
Tints of Outrageous Orange #F05F37
RGB
CMYK
RGB Variations
Color information
#F05F37 (or 0xF05F37) is known color: Outrageous Orange. HEX triplet: F0, 5F and 37. RGB value is (240,95,55). Sum of RGB (Red+Green+Blue) = 240+95+55=390 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.54% from 390); Green value is 95 (37.5% from 255 or 24.36% from 390); Blue value is 55 (21.88% from 255 or 14.10% from 390); Max value from RGB is 240 - color contains mainly: red. Hex color #F05F37 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05F37 is #0FA0C8. Grayscale: #868686. Windows color (decimal): -1024201 or 3629040. OLE color: 3629040.
HSL color Cylindrical-coordinate representation of color #F05F37: hue angle of 12.97º 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 #F05F37 is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 95 | 55 | - |
| CMYK | 0 | 0.60 | 0.77 | 0.06 |
| HSL | 12.97º | 0.86% | 0.58% | - |
| HSV(B) | 12.97º | 0.77% | 0.94% | - |
| XYZ | 40.72 | 26.99 | 6.68 | - |
| YUV | 133.8 | 83.54 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 95 | 55 | 0 | 0.60 | 0.77 | 0.06 | 12.97 | 0.86 | 0.58 |
| Hex | F0 | 5F | 37 | 0 | 3C | 4D | 6 | D | 56 | 3A |
| Octal | 360 | 137 | 67 | 0 | 74 | 115 | 6 | 15 | 126 | 72 |
| Binary | 11110000 | 1011111 | 110111 | 0 | 111100 | 1001101 | 110 | 1101 | 1010110 | 111010 |
Color Harmonies of #F05F37
Complementary color
Monochromatic Colors of #F05F37
Black with #F05F37
Text Example
Text Example
White with #F05F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05F37; }
p { color: rgb(240,95,55); }
H1.HeaderClassName
{
color: #F05F37;
}
.AnyTagClassName
{
color: #F05F37;
}
</style>
background-color css
<style>
a { background-color: #F05F37; }
a { background-color: rgb(240,95,55); }
div.DivClassName
{
background-color: #F05F37;
}
.BgClassName
{
background-color: #F05F37;
}
</style>
border-color css
<style>
span { border-color: #F05F37; }
span { border-color: rgb(240,95,55); }
td.TdClassName
{
border-color: #F05F37;
}
.TagClassName
{
border-color: #F05F37;
}
</style>