Shades of West Side #F17D29
Tints of West Side #F17D29
RGB
CMYK
RGB Variations
Color information
#F17D29 (or 0xF17D29) is known color: West Side. HEX triplet: F1, 7D and 29. RGB value is (241,125,41). Sum of RGB (Red+Green+Blue) = 241+125+41=407 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.21% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 41 (16.41% from 255 or 10.07% from 407); Max value from RGB is 241 - color contains mainly: red. Hex color #F17D29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17D29 is #0E82D6. Grayscale: #969696. Windows color (decimal): -950999 or 2719217. OLE color: 2719217.
HSL color Cylindrical-coordinate representation of color #F17D29: hue angle of 25.2º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F17D29 is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 125 | 41 | - |
| CMYK | 0 | 0.48 | 0.83 | 0.05 |
| HSL | 25.2º | 0.88% | 0.55% | - |
| HSV(B) | 25.2º | 0.83% | 0.95% | - |
| XYZ | 44.01 | 33.53 | 6.25 | - |
| YUV | 150.11 | 66.43 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 125 | 41 | 0 | 0.48 | 0.83 | 0.05 | 25.2 | 0.88 | 0.55 |
| Hex | F1 | 7D | 29 | 0 | 30 | 53 | 5 | 19 | 58 | 37 |
| Octal | 361 | 175 | 51 | 0 | 60 | 123 | 5 | 31 | 130 | 67 |
| Binary | 11110001 | 1111101 | 101001 | 0 | 110000 | 1010011 | 101 | 11001 | 1011000 | 110111 |
Color Harmonies of #F17D29
Complementary color
Monochromatic Colors of #F17D29
Black with #F17D29
Text Example
Text Example
White with #F17D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17D29; }
p { color: rgb(241,125,41); }
H1.HeaderClassName
{
color: #F17D29;
}
.AnyTagClassName
{
color: #F17D29;
}
</style>
background-color css
<style>
a { background-color: #F17D29; }
a { background-color: rgb(241,125,41); }
div.DivClassName
{
background-color: #F17D29;
}
.BgClassName
{
background-color: #F17D29;
}
</style>
border-color css
<style>
span { border-color: #F17D29; }
span { border-color: rgb(241,125,41); }
td.TdClassName
{
border-color: #F17D29;
}
.TagClassName
{
border-color: #F17D29;
}
</style>