Shades of West Side #F17C2F
Tints of West Side #F17C2F
RGB
CMYK
RGB Variations
Color information
#F17C2F (or 0xF17C2F) is known color: West Side. HEX triplet: F1, 7C and 2F. RGB value is (241,124,47). Sum of RGB (Red+Green+Blue) = 241+124+47=412 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.50% from 412); Green value is 124 (48.83% from 255 or 30.10% from 412); Blue value is 47 (18.75% from 255 or 11.41% from 412); Max value from RGB is 241 - color contains mainly: red. Hex color #F17C2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17C2F is #0E83D0. Grayscale: #969696. Windows color (decimal): -951249 or 3112177. OLE color: 3112177.
HSL color Cylindrical-coordinate representation of color #F17C2F: hue angle of 23.81º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F17C2F is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 124 | 47 | - |
| CMYK | 0 | 0.49 | 0.80 | 0.05 |
| HSL | 23.81º | 0.87% | 0.56% | - |
| HSV(B) | 23.81º | 0.8% | 0.95% | - |
| XYZ | 44 | 33.32 | 6.8 | - |
| YUV | 150.21 | 69.76 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 124 | 47 | 0 | 0.49 | 0.80 | 0.05 | 23.81 | 0.87 | 0.56 |
| Hex | F1 | 7C | 2F | 0 | 31 | 50 | 5 | 18 | 57 | 38 |
| Octal | 361 | 174 | 57 | 0 | 61 | 120 | 5 | 30 | 127 | 70 |
| Binary | 11110001 | 1111100 | 101111 | 0 | 110001 | 1010000 | 101 | 11000 | 1010111 | 111000 |
Color Harmonies of #F17C2F
Complementary color
Monochromatic Colors of #F17C2F
Black with #F17C2F
Text Example
Text Example
White with #F17C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17C2F; }
p { color: rgb(241,124,47); }
H1.HeaderClassName
{
color: #F17C2F;
}
.AnyTagClassName
{
color: #F17C2F;
}
</style>
background-color css
<style>
a { background-color: #F17C2F; }
a { background-color: rgb(241,124,47); }
div.DivClassName
{
background-color: #F17C2F;
}
.BgClassName
{
background-color: #F17C2F;
}
</style>
border-color css
<style>
span { border-color: #F17C2F; }
span { border-color: rgb(241,124,47); }
td.TdClassName
{
border-color: #F17C2F;
}
.TagClassName
{
border-color: #F17C2F;
}
</style>