Shades of West Side #F47D2E
Tints of West Side #F47D2E
RGB
CMYK
RGB Variations
Color information
#F47D2E (or 0xF47D2E) is known color: West Side. HEX triplet: F4, 7D and 2E. RGB value is (244,125,46). Sum of RGB (Red+Green+Blue) = 244+125+46=415 (54% of max value = 765). Red value is 244 (95.70% from 255 or 58.80% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 46 (18.36% from 255 or 11.08% from 415); Max value from RGB is 244 - color contains mainly: red. Hex color #F47D2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F47D2E is #0B82D1. Grayscale: #989898. Windows color (decimal): -754386 or 3046900. OLE color: 3046900.
HSL color Cylindrical-coordinate representation of color #F47D2E: hue angle of 23.94º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F47D2E is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 125 | 46 | - |
| CMYK | 0 | 0.49 | 0.81 | 0.04 |
| HSL | 23.94º | 0.9% | 0.57% | - |
| HSV(B) | 23.94º | 0.81% | 0.96% | - |
| XYZ | 45.13 | 34.1 | 6.79 | - |
| YUV | 151.58 | 68.42 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 125 | 46 | 0 | 0.49 | 0.81 | 0.04 | 23.94 | 0.9 | 0.57 |
| Hex | F4 | 7D | 2E | 0 | 31 | 51 | 4 | 18 | 5A | 39 |
| Octal | 364 | 175 | 56 | 0 | 61 | 121 | 4 | 30 | 132 | 71 |
| Binary | 11110100 | 1111101 | 101110 | 0 | 110001 | 1010001 | 100 | 11000 | 1011010 | 111001 |
Color Harmonies of #F47D2E
Complementary color
Monochromatic Colors of #F47D2E
Black with #F47D2E
Text Example
Text Example
White with #F47D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47D2E; }
p { color: rgb(244,125,46); }
H1.HeaderClassName
{
color: #F47D2E;
}
.AnyTagClassName
{
color: #F47D2E;
}
</style>
background-color css
<style>
a { background-color: #F47D2E; }
a { background-color: rgb(244,125,46); }
div.DivClassName
{
background-color: #F47D2E;
}
.BgClassName
{
background-color: #F47D2E;
}
</style>
border-color css
<style>
span { border-color: #F47D2E; }
span { border-color: rgb(244,125,46); }
td.TdClassName
{
border-color: #F47D2E;
}
.TagClassName
{
border-color: #F47D2E;
}
</style>