Shades of West Side #F07A31
Tints of West Side #F07A31
RGB
CMYK
RGB Variations
Color information
#F07A31 (or 0xF07A31) is known color: West Side. HEX triplet: F0, 7A and 31. RGB value is (240,122,49). Sum of RGB (Red+Green+Blue) = 240+122+49=411 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.39% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 49 (19.53% from 255 or 11.92% from 411); Max value from RGB is 240 - color contains mainly: red. Hex color #F07A31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07A31 is #0F85CE. Grayscale: #959595. Windows color (decimal): -1017295 or 3242736. OLE color: 3242736.
HSL color Cylindrical-coordinate representation of color #F07A31: hue angle of 22.93º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F07A31 is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 122 | 49 | - |
| CMYK | 0 | 0.49 | 0.80 | 0.06 |
| HSL | 22.93º | 0.86% | 0.57% | - |
| HSV(B) | 22.93º | 0.8% | 0.94% | - |
| XYZ | 43.45 | 32.67 | 6.92 | - |
| YUV | 148.96 | 71.59 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 122 | 49 | 0 | 0.49 | 0.80 | 0.06 | 22.93 | 0.86 | 0.57 |
| Hex | F0 | 7A | 31 | 0 | 31 | 50 | 6 | 17 | 56 | 39 |
| Octal | 360 | 172 | 61 | 0 | 61 | 120 | 6 | 27 | 126 | 71 |
| Binary | 11110000 | 1111010 | 110001 | 0 | 110001 | 1010000 | 110 | 10111 | 1010110 | 111001 |
Color Harmonies of #F07A31
Complementary color
Monochromatic Colors of #F07A31
Black with #F07A31
Text Example
Text Example
White with #F07A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07A31; }
p { color: rgb(240,122,49); }
H1.HeaderClassName
{
color: #F07A31;
}
.AnyTagClassName
{
color: #F07A31;
}
</style>
background-color css
<style>
a { background-color: #F07A31; }
a { background-color: rgb(240,122,49); }
div.DivClassName
{
background-color: #F07A31;
}
.BgClassName
{
background-color: #F07A31;
}
</style>
border-color css
<style>
span { border-color: #F07A31; }
span { border-color: rgb(240,122,49); }
td.TdClassName
{
border-color: #F07A31;
}
.TagClassName
{
border-color: #F07A31;
}
</style>