Shades of West Side #F07E29
Tints of West Side #F07E29
RGB
CMYK
RGB Variations
Color information
#F07E29 (or 0xF07E29) is known color: West Side. HEX triplet: F0, 7E and 29. RGB value is (240,126,41). Sum of RGB (Red+Green+Blue) = 240+126+41=407 (53% of max value = 765). Red value is 240 (94.14% from 255 or 58.97% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 41 (16.41% from 255 or 10.07% from 407); Max value from RGB is 240 - color contains mainly: red. Hex color #F07E29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07E29 is #0F81D6. Grayscale: #969696. Windows color (decimal): -1016279 or 2719472. OLE color: 2719472.
HSL color Cylindrical-coordinate representation of color #F07E29: hue angle of 25.63º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F07E29 is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 126 | 41 | - |
| CMYK | 0 | 0.48 | 0.83 | 0.06 |
| HSL | 25.63º | 0.87% | 0.55% | - |
| HSV(B) | 25.63º | 0.83% | 0.94% | - |
| XYZ | 43.8 | 33.61 | 6.28 | - |
| YUV | 150.4 | 66.27 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 126 | 41 | 0 | 0.48 | 0.83 | 0.06 | 25.63 | 0.87 | 0.55 |
| Hex | F0 | 7E | 29 | 0 | 30 | 53 | 6 | 1A | 57 | 37 |
| Octal | 360 | 176 | 51 | 0 | 60 | 123 | 6 | 32 | 127 | 67 |
| Binary | 11110000 | 1111110 | 101001 | 0 | 110000 | 1010011 | 110 | 11010 | 1010111 | 110111 |
Color Harmonies of #F07E29
Complementary color
Monochromatic Colors of #F07E29
Black with #F07E29
Text Example
Text Example
White with #F07E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07E29; }
p { color: rgb(240,126,41); }
H1.HeaderClassName
{
color: #F07E29;
}
.AnyTagClassName
{
color: #F07E29;
}
</style>
background-color css
<style>
a { background-color: #F07E29; }
a { background-color: rgb(240,126,41); }
div.DivClassName
{
background-color: #F07E29;
}
.BgClassName
{
background-color: #F07E29;
}
</style>
border-color css
<style>
span { border-color: #F07E29; }
span { border-color: rgb(240,126,41); }
td.TdClassName
{
border-color: #F07E29;
}
.TagClassName
{
border-color: #F07E29;
}
</style>