Shades of West Side #F28037
Tints of West Side #F28037
RGB
CMYK
RGB Variations
Color information
#F28037 (or 0xF28037) is known color: West Side. HEX triplet: F2, 80 and 37. RGB value is (242,128,55). Sum of RGB (Red+Green+Blue) = 242+128+55=425 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.94% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 55 (21.88% from 255 or 12.94% from 425); Max value from RGB is 242 - color contains mainly: red. Hex color #F28037 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28037 is #0D7FC8. Grayscale: #9A9A9A. Windows color (decimal): -884681 or 3637490. OLE color: 3637490.
HSL color Cylindrical-coordinate representation of color #F28037: hue angle of 23.42º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F28037 is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 128 | 55 | - |
| CMYK | 0 | 0.47 | 0.77 | 0.05 |
| HSL | 23.42º | 0.88% | 0.58% | - |
| HSV(B) | 23.42º | 0.77% | 0.95% | - |
| XYZ | 45.03 | 34.59 | 7.92 | - |
| YUV | 153.76 | 72.27 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 55 | 0 | 0.47 | 0.77 | 0.05 | 23.42 | 0.88 | 0.58 |
| Hex | F2 | 80 | 37 | 0 | 2F | 4D | 5 | 17 | 58 | 3A |
| Octal | 362 | 200 | 67 | 0 | 57 | 115 | 5 | 27 | 130 | 72 |
| Binary | 11110010 | 10000000 | 110111 | 0 | 101111 | 1001101 | 101 | 10111 | 1011000 | 111010 |
Color Harmonies of #F28037
Complementary color
Monochromatic Colors of #F28037
Black with #F28037
Text Example
Text Example
White with #F28037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28037; }
p { color: rgb(242,128,55); }
H1.HeaderClassName
{
color: #F28037;
}
.AnyTagClassName
{
color: #F28037;
}
</style>
background-color css
<style>
a { background-color: #F28037; }
a { background-color: rgb(242,128,55); }
div.DivClassName
{
background-color: #F28037;
}
.BgClassName
{
background-color: #F28037;
}
</style>
border-color css
<style>
span { border-color: #F28037; }
span { border-color: rgb(242,128,55); }
td.TdClassName
{
border-color: #F28037;
}
.TagClassName
{
border-color: #F28037;
}
</style>