Shades of West Side #F08137
Tints of West Side #F08137
RGB
CMYK
RGB Variations
Color information
#F08137 (or 0xF08137) is known color: West Side. HEX triplet: F0, 81 and 37. RGB value is (240,129,55). Sum of RGB (Red+Green+Blue) = 240+129+55=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 55 (21.88% from 255 or 12.97% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F08137 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08137 is #0F7EC8. Grayscale: #9A9A9A. Windows color (decimal): -1015497 or 3637744. OLE color: 3637744.
HSL color Cylindrical-coordinate representation of color #F08137: hue angle of 24º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F08137 is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 129 | 55 | - |
| CMYK | 0 | 0.46 | 0.77 | 0.06 |
| HSL | 24º | 0.86% | 0.58% | - |
| HSV(B) | 24º | 0.77% | 0.94% | - |
| XYZ | 44.48 | 34.5 | 7.93 | - |
| YUV | 153.75 | 72.27 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 129 | 55 | 0 | 0.46 | 0.77 | 0.06 | 24 | 0.86 | 0.58 |
| Hex | F0 | 81 | 37 | 0 | 2E | 4D | 6 | 18 | 56 | 3A |
| Octal | 360 | 201 | 67 | 0 | 56 | 115 | 6 | 30 | 126 | 72 |
| Binary | 11110000 | 10000001 | 110111 | 0 | 101110 | 1001101 | 110 | 11000 | 1010110 | 111010 |
Color Harmonies of #F08137
Complementary color
Monochromatic Colors of #F08137
Black with #F08137
Text Example
Text Example
White with #F08137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08137; }
p { color: rgb(240,129,55); }
H1.HeaderClassName
{
color: #F08137;
}
.AnyTagClassName
{
color: #F08137;
}
</style>
background-color css
<style>
a { background-color: #F08137; }
a { background-color: rgb(240,129,55); }
div.DivClassName
{
background-color: #F08137;
}
.BgClassName
{
background-color: #F08137;
}
</style>
border-color css
<style>
span { border-color: #F08137; }
span { border-color: rgb(240,129,55); }
td.TdClassName
{
border-color: #F08137;
}
.TagClassName
{
border-color: #F08137;
}
</style>