Shades of West Side #F07C31
Tints of West Side #F07C31
RGB
CMYK
RGB Variations
Color information
#F07C31 (or 0xF07C31) is known color: West Side. HEX triplet: F0, 7C and 31. RGB value is (240,124,49). Sum of RGB (Red+Green+Blue) = 240+124+49=413 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.11% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 49 (19.53% from 255 or 11.86% from 413); Max value from RGB is 240 - color contains mainly: red. Hex color #F07C31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07C31 is #0F83CE. Grayscale: #969696. Windows color (decimal): -1016783 or 3243248. OLE color: 3243248.
HSL color Cylindrical-coordinate representation of color #F07C31: hue angle of 23.56º 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 #F07C31 is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 124 | 49 | - |
| CMYK | 0 | 0.48 | 0.80 | 0.06 |
| HSL | 23.56º | 0.86% | 0.57% | - |
| HSV(B) | 23.56º | 0.8% | 0.94% | - |
| XYZ | 43.7 | 33.16 | 7 | - |
| YUV | 150.13 | 70.93 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 124 | 49 | 0 | 0.48 | 0.80 | 0.06 | 23.56 | 0.86 | 0.57 |
| Hex | F0 | 7C | 31 | 0 | 30 | 50 | 6 | 18 | 56 | 39 |
| Octal | 360 | 174 | 61 | 0 | 60 | 120 | 6 | 30 | 126 | 71 |
| Binary | 11110000 | 1111100 | 110001 | 0 | 110000 | 1010000 | 110 | 11000 | 1010110 | 111001 |
Color Harmonies of #F07C31
Complementary color
Monochromatic Colors of #F07C31
Black with #F07C31
Text Example
Text Example
White with #F07C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07C31; }
p { color: rgb(240,124,49); }
H1.HeaderClassName
{
color: #F07C31;
}
.AnyTagClassName
{
color: #F07C31;
}
</style>
background-color css
<style>
a { background-color: #F07C31; }
a { background-color: rgb(240,124,49); }
div.DivClassName
{
background-color: #F07C31;
}
.BgClassName
{
background-color: #F07C31;
}
</style>
border-color css
<style>
span { border-color: #F07C31; }
span { border-color: rgb(240,124,49); }
td.TdClassName
{
border-color: #F07C31;
}
.TagClassName
{
border-color: #F07C31;
}
</style>