Shades of West Side #F07E31
Tints of West Side #F07E31
RGB
CMYK
RGB Variations
Color information
#F07E31 (or 0xF07E31) is known color: West Side. HEX triplet: F0, 7E and 31. RGB value is (240,126,49). Sum of RGB (Red+Green+Blue) = 240+126+49=415 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.83% from 415); Green value is 126 (49.61% from 255 or 30.36% from 415); Blue value is 49 (19.53% from 255 or 11.81% from 415); Max value from RGB is 240 - color contains mainly: red. Hex color #F07E31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07E31 is #0F81CE. Grayscale: #979797. Windows color (decimal): -1016271 or 3243760. OLE color: 3243760.
HSL color Cylindrical-coordinate representation of color #F07E31: hue angle of 24.19º 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 #F07E31 is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 126 | 49 | - |
| CMYK | 0 | 0.48 | 0.80 | 0.06 |
| HSL | 24.19º | 0.86% | 0.57% | - |
| HSV(B) | 24.19º | 0.8% | 0.94% | - |
| XYZ | 43.95 | 33.67 | 7.09 | - |
| YUV | 151.31 | 70.27 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 126 | 49 | 0 | 0.48 | 0.80 | 0.06 | 24.19 | 0.86 | 0.57 |
| Hex | F0 | 7E | 31 | 0 | 30 | 50 | 6 | 18 | 56 | 39 |
| Octal | 360 | 176 | 61 | 0 | 60 | 120 | 6 | 30 | 126 | 71 |
| Binary | 11110000 | 1111110 | 110001 | 0 | 110000 | 1010000 | 110 | 11000 | 1010110 | 111001 |
Color Harmonies of #F07E31
Complementary color
Monochromatic Colors of #F07E31
Black with #F07E31
Text Example
Text Example
White with #F07E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07E31; }
p { color: rgb(240,126,49); }
H1.HeaderClassName
{
color: #F07E31;
}
.AnyTagClassName
{
color: #F07E31;
}
</style>
background-color css
<style>
a { background-color: #F07E31; }
a { background-color: rgb(240,126,49); }
div.DivClassName
{
background-color: #F07E31;
}
.BgClassName
{
background-color: #F07E31;
}
</style>
border-color css
<style>
span { border-color: #F07E31; }
span { border-color: rgb(240,126,49); }
td.TdClassName
{
border-color: #F07E31;
}
.TagClassName
{
border-color: #F07E31;
}
</style>