Shades of West Side #F17F31
Tints of West Side #F17F31
RGB
CMYK
RGB Variations
Color information
#F17F31 (or 0xF17F31) is known color: West Side. HEX triplet: F1, 7F and 31. RGB value is (241,127,49). Sum of RGB (Red+Green+Blue) = 241+127+49=417 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.79% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 49 (19.53% from 255 or 11.75% from 417); Max value from RGB is 241 - color contains mainly: red. Hex color #F17F31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17F31 is #0E80CE. Grayscale: #989898. Windows color (decimal): -950479 or 3244017. OLE color: 3244017.
HSL color Cylindrical-coordinate representation of color #F17F31: hue angle of 24.38º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F17F31 is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 127 | 49 | - |
| CMYK | 0 | 0.47 | 0.80 | 0.05 |
| HSL | 24.38º | 0.87% | 0.57% | - |
| HSV(B) | 24.38º | 0.8% | 0.95% | - |
| XYZ | 44.42 | 34.1 | 7.15 | - |
| YUV | 152.19 | 69.77 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 127 | 49 | 0 | 0.47 | 0.80 | 0.05 | 24.38 | 0.87 | 0.57 |
| Hex | F1 | 7F | 31 | 0 | 2F | 50 | 5 | 18 | 57 | 39 |
| Octal | 361 | 177 | 61 | 0 | 57 | 120 | 5 | 30 | 127 | 71 |
| Binary | 11110001 | 1111111 | 110001 | 0 | 101111 | 1010000 | 101 | 11000 | 1010111 | 111001 |
Color Harmonies of #F17F31
Complementary color
Monochromatic Colors of #F17F31
Black with #F17F31
Text Example
Text Example
White with #F17F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17F31; }
p { color: rgb(241,127,49); }
H1.HeaderClassName
{
color: #F17F31;
}
.AnyTagClassName
{
color: #F17F31;
}
</style>
background-color css
<style>
a { background-color: #F17F31; }
a { background-color: rgb(241,127,49); }
div.DivClassName
{
background-color: #F17F31;
}
.BgClassName
{
background-color: #F17F31;
}
</style>
border-color css
<style>
span { border-color: #F17F31; }
span { border-color: rgb(241,127,49); }
td.TdClassName
{
border-color: #F17F31;
}
.TagClassName
{
border-color: #F17F31;
}
</style>