Shades of West Side #F17E2D
Tints of West Side #F17E2D
RGB
CMYK
RGB Variations
Color information
#F17E2D (or 0xF17E2D) is known color: West Side. HEX triplet: F1, 7E and 2D. RGB value is (241,126,45). Sum of RGB (Red+Green+Blue) = 241+126+45=412 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.50% from 412); Green value is 126 (49.61% from 255 or 30.58% from 412); Blue value is 45 (17.97% from 255 or 10.92% from 412); Max value from RGB is 241 - color contains mainly: red. Hex color #F17E2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17E2D is #0E81D2. Grayscale: #979797. Windows color (decimal): -950739 or 2981617. OLE color: 2981617.
HSL color Cylindrical-coordinate representation of color #F17E2D: hue angle of 24.8º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F17E2D is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 126 | 45 | - |
| CMYK | 0 | 0.48 | 0.81 | 0.05 |
| HSL | 24.8º | 0.88% | 0.56% | - |
| HSV(B) | 24.8º | 0.81% | 0.95% | - |
| XYZ | 44.21 | 33.81 | 6.68 | - |
| YUV | 151.15 | 68.1 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 126 | 45 | 0 | 0.48 | 0.81 | 0.05 | 24.8 | 0.88 | 0.56 |
| Hex | F1 | 7E | 2D | 0 | 30 | 51 | 5 | 19 | 58 | 38 |
| Octal | 361 | 176 | 55 | 0 | 60 | 121 | 5 | 31 | 130 | 70 |
| Binary | 11110001 | 1111110 | 101101 | 0 | 110000 | 1010001 | 101 | 11001 | 1011000 | 111000 |
Color Harmonies of #F17E2D
Complementary color
Monochromatic Colors of #F17E2D
Black with #F17E2D
Text Example
Text Example
White with #F17E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17E2D; }
p { color: rgb(241,126,45); }
H1.HeaderClassName
{
color: #F17E2D;
}
.AnyTagClassName
{
color: #F17E2D;
}
</style>
background-color css
<style>
a { background-color: #F17E2D; }
a { background-color: rgb(241,126,45); }
div.DivClassName
{
background-color: #F17E2D;
}
.BgClassName
{
background-color: #F17E2D;
}
</style>
border-color css
<style>
span { border-color: #F17E2D; }
span { border-color: rgb(241,126,45); }
td.TdClassName
{
border-color: #F17E2D;
}
.TagClassName
{
border-color: #F17E2D;
}
</style>