Shades of West Side #F37C2D
Tints of West Side #F37C2D
RGB
CMYK
RGB Variations
Color information
#F37C2D (or 0xF37C2D) is known color: West Side. HEX triplet: F3, 7C and 2D. RGB value is (243,124,45). Sum of RGB (Red+Green+Blue) = 243+124+45=412 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.98% from 412); Green value is 124 (48.83% from 255 or 30.10% from 412); Blue value is 45 (17.97% from 255 or 10.92% from 412); Max value from RGB is 243 - color contains mainly: red. Hex color #F37C2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F37C2D is #0C83D2. Grayscale: #979797. Windows color (decimal): -820179 or 2981107. OLE color: 2981107.
HSL color Cylindrical-coordinate representation of color #F37C2D: hue angle of 23.94º degrees, saturation: 0.89, 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 #F37C2D is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 124 | 45 | - |
| CMYK | 0 | 0.49 | 0.81 | 0.05 |
| HSL | 23.94º | 0.89% | 0.56% | - |
| HSV(B) | 23.94º | 0.81% | 0.95% | - |
| XYZ | 44.64 | 33.66 | 6.63 | - |
| YUV | 150.58 | 68.42 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 124 | 45 | 0 | 0.49 | 0.81 | 0.05 | 23.94 | 0.89 | 0.56 |
| Hex | F3 | 7C | 2D | 0 | 31 | 51 | 5 | 18 | 59 | 38 |
| Octal | 363 | 174 | 55 | 0 | 61 | 121 | 5 | 30 | 131 | 70 |
| Binary | 11110011 | 1111100 | 101101 | 0 | 110001 | 1010001 | 101 | 11000 | 1011001 | 111000 |
Color Harmonies of #F37C2D
Complementary color
Monochromatic Colors of #F37C2D
Black with #F37C2D
Text Example
Text Example
White with #F37C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37C2D; }
p { color: rgb(243,124,45); }
H1.HeaderClassName
{
color: #F37C2D;
}
.AnyTagClassName
{
color: #F37C2D;
}
</style>
background-color css
<style>
a { background-color: #F37C2D; }
a { background-color: rgb(243,124,45); }
div.DivClassName
{
background-color: #F37C2D;
}
.BgClassName
{
background-color: #F37C2D;
}
</style>
border-color css
<style>
span { border-color: #F37C2D; }
span { border-color: rgb(243,124,45); }
td.TdClassName
{
border-color: #F37C2D;
}
.TagClassName
{
border-color: #F37C2D;
}
</style>