Shades of West Side #F0802C
Tints of West Side #F0802C
RGB
CMYK
RGB Variations
Color information
#F0802C (or 0xF0802C) is known color: West Side. HEX triplet: F0, 80 and 2C. RGB value is (240,128,44). Sum of RGB (Red+Green+Blue) = 240+128+44=412 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.25% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 44 (17.58% from 255 or 10.68% from 412); Max value from RGB is 240 - color contains mainly: red. Hex color #F0802C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0802C is #0F7FD3. Grayscale: #989898. Windows color (decimal): -1015764 or 2916592. OLE color: 2916592.
HSL color Cylindrical-coordinate representation of color #F0802C: hue angle of 25.71º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0802C is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 128 | 44 | - |
| CMYK | 0 | 0.47 | 0.82 | 0.06 |
| HSL | 25.71º | 0.87% | 0.56% | - |
| HSV(B) | 25.71º | 0.82% | 0.94% | - |
| XYZ | 44.11 | 34.15 | 6.65 | - |
| YUV | 151.91 | 67.11 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 128 | 44 | 0 | 0.47 | 0.82 | 0.06 | 25.71 | 0.87 | 0.56 |
| Hex | F0 | 80 | 2C | 0 | 2F | 52 | 6 | 1A | 57 | 38 |
| Octal | 360 | 200 | 54 | 0 | 57 | 122 | 6 | 32 | 127 | 70 |
| Binary | 11110000 | 10000000 | 101100 | 0 | 101111 | 1010010 | 110 | 11010 | 1010111 | 111000 |
Color Harmonies of #F0802C
Complementary color
Monochromatic Colors of #F0802C
Black with #F0802C
Text Example
Text Example
White with #F0802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0802C; }
p { color: rgb(240,128,44); }
H1.HeaderClassName
{
color: #F0802C;
}
.AnyTagClassName
{
color: #F0802C;
}
</style>
background-color css
<style>
a { background-color: #F0802C; }
a { background-color: rgb(240,128,44); }
div.DivClassName
{
background-color: #F0802C;
}
.BgClassName
{
background-color: #F0802C;
}
</style>
border-color css
<style>
span { border-color: #F0802C; }
span { border-color: rgb(240,128,44); }
td.TdClassName
{
border-color: #F0802C;
}
.TagClassName
{
border-color: #F0802C;
}
</style>