Shades of West Side #F0802D
Tints of West Side #F0802D
RGB
CMYK
RGB Variations
Color information
#F0802D (or 0xF0802D) is known color: West Side. HEX triplet: F0, 80 and 2D. RGB value is (240,128,45). Sum of RGB (Red+Green+Blue) = 240+128+45=413 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.11% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 45 (17.97% from 255 or 10.90% from 413); Max value from RGB is 240 - color contains mainly: red. Hex color #F0802D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0802D is #0F7FD2. Grayscale: #989898. Windows color (decimal): -1015763 or 2982128. OLE color: 2982128.
HSL color Cylindrical-coordinate representation of color #F0802D: hue angle of 25.54º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F0802D is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 128 | 45 | - |
| CMYK | 0 | 0.47 | 0.81 | 0.06 |
| HSL | 25.54º | 0.87% | 0.56% | - |
| HSV(B) | 25.54º | 0.81% | 0.94% | - |
| XYZ | 44.13 | 34.15 | 6.75 | - |
| YUV | 152.03 | 67.61 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 128 | 45 | 0 | 0.47 | 0.81 | 0.06 | 25.54 | 0.87 | 0.56 |
| Hex | F0 | 80 | 2D | 0 | 2F | 51 | 6 | 1A | 57 | 38 |
| Octal | 360 | 200 | 55 | 0 | 57 | 121 | 6 | 32 | 127 | 70 |
| Binary | 11110000 | 10000000 | 101101 | 0 | 101111 | 1010001 | 110 | 11010 | 1010111 | 111000 |
Color Harmonies of #F0802D
Complementary color
Monochromatic Colors of #F0802D
Black with #F0802D
Text Example
Text Example
White with #F0802D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0802D; }
p { color: rgb(240,128,45); }
H1.HeaderClassName
{
color: #F0802D;
}
.AnyTagClassName
{
color: #F0802D;
}
</style>
background-color css
<style>
a { background-color: #F0802D; }
a { background-color: rgb(240,128,45); }
div.DivClassName
{
background-color: #F0802D;
}
.BgClassName
{
background-color: #F0802D;
}
</style>
border-color css
<style>
span { border-color: #F0802D; }
span { border-color: rgb(240,128,45); }
td.TdClassName
{
border-color: #F0802D;
}
.TagClassName
{
border-color: #F0802D;
}
</style>