Shades of West Side #F2802D
Tints of West Side #F2802D
RGB
CMYK
RGB Variations
Color information
#F2802D (or 0xF2802D) is known color: West Side. HEX triplet: F2, 80 and 2D. RGB value is (242,128,45). Sum of RGB (Red+Green+Blue) = 242+128+45=415 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.31% from 415); Green value is 128 (50.39% from 255 or 30.84% from 415); Blue value is 45 (17.97% from 255 or 10.84% from 415); Max value from RGB is 242 - color contains mainly: red. Hex color #F2802D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2802D is #0D7FD2. Grayscale: #999999. Windows color (decimal): -884691 or 2982130. OLE color: 2982130.
HSL color Cylindrical-coordinate representation of color #F2802D: hue angle of 25.28º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F2802D is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 128 | 45 | - |
| CMYK | 0 | 0.47 | 0.81 | 0.05 |
| HSL | 25.28º | 0.88% | 0.56% | - |
| HSV(B) | 25.28º | 0.81% | 0.95% | - |
| XYZ | 44.81 | 34.51 | 6.78 | - |
| YUV | 152.62 | 67.27 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 45 | 0 | 0.47 | 0.81 | 0.05 | 25.28 | 0.88 | 0.56 |
| Hex | F2 | 80 | 2D | 0 | 2F | 51 | 5 | 19 | 58 | 38 |
| Octal | 362 | 200 | 55 | 0 | 57 | 121 | 5 | 31 | 130 | 70 |
| Binary | 11110010 | 10000000 | 101101 | 0 | 101111 | 1010001 | 101 | 11001 | 1011000 | 111000 |
Color Harmonies of #F2802D
Complementary color
Monochromatic Colors of #F2802D
Black with #F2802D
Text Example
Text Example
White with #F2802D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2802D; }
p { color: rgb(242,128,45); }
H1.HeaderClassName
{
color: #F2802D;
}
.AnyTagClassName
{
color: #F2802D;
}
</style>
background-color css
<style>
a { background-color: #F2802D; }
a { background-color: rgb(242,128,45); }
div.DivClassName
{
background-color: #F2802D;
}
.BgClassName
{
background-color: #F2802D;
}
</style>
border-color css
<style>
span { border-color: #F2802D; }
span { border-color: rgb(242,128,45); }
td.TdClassName
{
border-color: #F2802D;
}
.TagClassName
{
border-color: #F2802D;
}
</style>