Shades of West Side #F17C2B
Tints of West Side #F17C2B
RGB
CMYK
RGB Variations
Color information
#F17C2B (or 0xF17C2B) is known color: West Side. HEX triplet: F1, 7C and 2B. RGB value is (241,124,43). Sum of RGB (Red+Green+Blue) = 241+124+43=408 (54% of max value = 765). Red value is 241 (94.53% from 255 or 59.07% from 408); Green value is 124 (48.83% from 255 or 30.39% from 408); Blue value is 43 (17.19% from 255 or 10.54% from 408); Max value from RGB is 241 - color contains mainly: red. Hex color #F17C2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17C2B is #0E83D4. Grayscale: #969696. Windows color (decimal): -951253 or 2850033. OLE color: 2850033.
HSL color Cylindrical-coordinate representation of color #F17C2B: hue angle of 24.55º 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 #F17C2B is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 124 | 43 | - |
| CMYK | 0 | 0.49 | 0.82 | 0.05 |
| HSL | 24.55º | 0.88% | 0.56% | - |
| HSV(B) | 24.55º | 0.82% | 0.95% | - |
| XYZ | 43.92 | 33.29 | 6.4 | - |
| YUV | 149.75 | 67.76 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 124 | 43 | 0 | 0.49 | 0.82 | 0.05 | 24.55 | 0.88 | 0.56 |
| Hex | F1 | 7C | 2B | 0 | 31 | 52 | 5 | 19 | 58 | 38 |
| Octal | 361 | 174 | 53 | 0 | 61 | 122 | 5 | 31 | 130 | 70 |
| Binary | 11110001 | 1111100 | 101011 | 0 | 110001 | 1010010 | 101 | 11001 | 1011000 | 111000 |
Color Harmonies of #F17C2B
Complementary color
Monochromatic Colors of #F17C2B
Black with #F17C2B
Text Example
Text Example
White with #F17C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17C2B; }
p { color: rgb(241,124,43); }
H1.HeaderClassName
{
color: #F17C2B;
}
.AnyTagClassName
{
color: #F17C2B;
}
</style>
background-color css
<style>
a { background-color: #F17C2B; }
a { background-color: rgb(241,124,43); }
div.DivClassName
{
background-color: #F17C2B;
}
.BgClassName
{
background-color: #F17C2B;
}
</style>
border-color css
<style>
span { border-color: #F17C2B; }
span { border-color: rgb(241,124,43); }
td.TdClassName
{
border-color: #F17C2B;
}
.TagClassName
{
border-color: #F17C2B;
}
</style>