Shades of West Side #F07E32
Tints of West Side #F07E32
RGB
CMYK
RGB Variations
Color information
#F07E32 (or 0xF07E32) is known color: West Side. HEX triplet: F0, 7E and 32. RGB value is (240,126,50). Sum of RGB (Red+Green+Blue) = 240+126+50=416 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.69% from 416); Green value is 126 (49.61% from 255 or 30.29% from 416); Blue value is 50 (19.92% from 255 or 12.02% from 416); Max value from RGB is 240 - color contains mainly: red. Hex color #F07E32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07E32 is #0F81CD. Grayscale: #979797. Windows color (decimal): -1016270 or 3309296. OLE color: 3309296.
HSL color Cylindrical-coordinate representation of color #F07E32: hue angle of 24º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F07E32 is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 126 | 50 | - |
| CMYK | 0 | 0.48 | 0.79 | 0.06 |
| HSL | 24º | 0.86% | 0.57% | - |
| HSV(B) | 24º | 0.79% | 0.94% | - |
| XYZ | 43.97 | 33.68 | 7.2 | - |
| YUV | 151.42 | 70.77 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 126 | 50 | 0 | 0.48 | 0.79 | 0.06 | 24 | 0.86 | 0.57 |
| Hex | F0 | 7E | 32 | 0 | 30 | 4F | 6 | 18 | 56 | 39 |
| Octal | 360 | 176 | 62 | 0 | 60 | 117 | 6 | 30 | 126 | 71 |
| Binary | 11110000 | 1111110 | 110010 | 0 | 110000 | 1001111 | 110 | 11000 | 1010110 | 111001 |
Color Harmonies of #F07E32
Complementary color
Monochromatic Colors of #F07E32
Black with #F07E32
Text Example
Text Example
White with #F07E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07E32; }
p { color: rgb(240,126,50); }
H1.HeaderClassName
{
color: #F07E32;
}
.AnyTagClassName
{
color: #F07E32;
}
</style>
background-color css
<style>
a { background-color: #F07E32; }
a { background-color: rgb(240,126,50); }
div.DivClassName
{
background-color: #F07E32;
}
.BgClassName
{
background-color: #F07E32;
}
</style>
border-color css
<style>
span { border-color: #F07E32; }
span { border-color: rgb(240,126,50); }
td.TdClassName
{
border-color: #F07E32;
}
.TagClassName
{
border-color: #F07E32;
}
</style>