Shades of West Side #F1802C
Tints of West Side #F1802C
RGB
CMYK
RGB Variations
Color information
#F1802C (or 0xF1802C) is known color: West Side. HEX triplet: F1, 80 and 2C. RGB value is (241,128,44). Sum of RGB (Red+Green+Blue) = 241+128+44=413 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.35% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 44 (17.58% from 255 or 10.65% from 413); Max value from RGB is 241 - color contains mainly: red. Hex color #F1802C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1802C is #0E7FD3. Grayscale: #989898. Windows color (decimal): -950228 or 2916593. OLE color: 2916593.
HSL color Cylindrical-coordinate representation of color #F1802C: hue angle of 25.58º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F1802C is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 128 | 44 | - |
| CMYK | 0 | 0.47 | 0.82 | 0.05 |
| HSL | 25.58º | 0.88% | 0.56% | - |
| HSV(B) | 25.58º | 0.82% | 0.95% | - |
| XYZ | 44.45 | 34.32 | 6.66 | - |
| YUV | 152.21 | 66.94 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 128 | 44 | 0 | 0.47 | 0.82 | 0.05 | 25.58 | 0.88 | 0.56 |
| Hex | F1 | 80 | 2C | 0 | 2F | 52 | 5 | 1A | 58 | 38 |
| Octal | 361 | 200 | 54 | 0 | 57 | 122 | 5 | 32 | 130 | 70 |
| Binary | 11110001 | 10000000 | 101100 | 0 | 101111 | 1010010 | 101 | 11010 | 1011000 | 111000 |
Color Harmonies of #F1802C
Complementary color
Monochromatic Colors of #F1802C
Black with #F1802C
Text Example
Text Example
White with #F1802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1802C; }
p { color: rgb(241,128,44); }
H1.HeaderClassName
{
color: #F1802C;
}
.AnyTagClassName
{
color: #F1802C;
}
</style>
background-color css
<style>
a { background-color: #F1802C; }
a { background-color: rgb(241,128,44); }
div.DivClassName
{
background-color: #F1802C;
}
.BgClassName
{
background-color: #F1802C;
}
</style>
border-color css
<style>
span { border-color: #F1802C; }
span { border-color: rgb(241,128,44); }
td.TdClassName
{
border-color: #F1802C;
}
.TagClassName
{
border-color: #F1802C;
}
</style>