Shades of West Side #F17B2D
Tints of West Side #F17B2D
RGB
CMYK
RGB Variations
Color information
#F17B2D (or 0xF17B2D) is known color: West Side. HEX triplet: F1, 7B and 2D. RGB value is (241,123,45). Sum of RGB (Red+Green+Blue) = 241+123+45=409 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.92% from 409); Green value is 123 (48.44% from 255 or 30.07% from 409); Blue value is 45 (17.97% from 255 or 11.00% from 409); Max value from RGB is 241 - color contains mainly: red. Hex color #F17B2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17B2D is #0E84D2. Grayscale: #959595. Windows color (decimal): -951507 or 2980849. OLE color: 2980849.
HSL color Cylindrical-coordinate representation of color #F17B2D: hue angle of 23.88º 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 #F17B2D is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 123 | 45 | - |
| CMYK | 0 | 0.49 | 0.81 | 0.05 |
| HSL | 23.88º | 0.88% | 0.56% | - |
| HSV(B) | 23.88º | 0.81% | 0.95% | - |
| XYZ | 43.83 | 33.06 | 6.55 | - |
| YUV | 149.39 | 69.09 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 123 | 45 | 0 | 0.49 | 0.81 | 0.05 | 23.88 | 0.88 | 0.56 |
| Hex | F1 | 7B | 2D | 0 | 31 | 51 | 5 | 18 | 58 | 38 |
| Octal | 361 | 173 | 55 | 0 | 61 | 121 | 5 | 30 | 130 | 70 |
| Binary | 11110001 | 1111011 | 101101 | 0 | 110001 | 1010001 | 101 | 11000 | 1011000 | 111000 |
Color Harmonies of #F17B2D
Complementary color
Monochromatic Colors of #F17B2D
Black with #F17B2D
Text Example
Text Example
White with #F17B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17B2D; }
p { color: rgb(241,123,45); }
H1.HeaderClassName
{
color: #F17B2D;
}
.AnyTagClassName
{
color: #F17B2D;
}
</style>
background-color css
<style>
a { background-color: #F17B2D; }
a { background-color: rgb(241,123,45); }
div.DivClassName
{
background-color: #F17B2D;
}
.BgClassName
{
background-color: #F17B2D;
}
</style>
border-color css
<style>
span { border-color: #F17B2D; }
span { border-color: rgb(241,123,45); }
td.TdClassName
{
border-color: #F17B2D;
}
.TagClassName
{
border-color: #F17B2D;
}
</style>