Shades of West Side #F47D34
Tints of West Side #F47D34
RGB
CMYK
RGB Variations
Color information
#F47D34 (or 0xF47D34) is known color: West Side. HEX triplet: F4, 7D and 34. RGB value is (244,125,52). Sum of RGB (Red+Green+Blue) = 244+125+52=421 (55% of max value = 765). Red value is 244 (95.70% from 255 or 57.96% from 421); Green value is 125 (49.22% from 255 or 29.69% from 421); Blue value is 52 (20.70% from 255 or 12.35% from 421); Max value from RGB is 244 - color contains mainly: red. Hex color #F47D34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F47D34 is #0B82CB. Grayscale: #989898. Windows color (decimal): -754380 or 3440116. OLE color: 3440116.
HSL color Cylindrical-coordinate representation of color #F47D34: hue angle of 22.81º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F47D34 is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 125 | 52 | - |
| CMYK | 0 | 0.49 | 0.79 | 0.04 |
| HSL | 22.81º | 0.9% | 0.58% | - |
| HSV(B) | 22.81º | 0.79% | 0.96% | - |
| XYZ | 45.26 | 34.15 | 7.45 | - |
| YUV | 152.26 | 71.42 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 125 | 52 | 0 | 0.49 | 0.79 | 0.04 | 22.81 | 0.9 | 0.58 |
| Hex | F4 | 7D | 34 | 0 | 31 | 4F | 4 | 17 | 5A | 3A |
| Octal | 364 | 175 | 64 | 0 | 61 | 117 | 4 | 27 | 132 | 72 |
| Binary | 11110100 | 1111101 | 110100 | 0 | 110001 | 1001111 | 100 | 10111 | 1011010 | 111010 |
Color Harmonies of #F47D34
Complementary color
Monochromatic Colors of #F47D34
Black with #F47D34
Text Example
Text Example
White with #F47D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47D34; }
p { color: rgb(244,125,52); }
H1.HeaderClassName
{
color: #F47D34;
}
.AnyTagClassName
{
color: #F47D34;
}
</style>
background-color css
<style>
a { background-color: #F47D34; }
a { background-color: rgb(244,125,52); }
div.DivClassName
{
background-color: #F47D34;
}
.BgClassName
{
background-color: #F47D34;
}
</style>
border-color css
<style>
span { border-color: #F47D34; }
span { border-color: rgb(244,125,52); }
td.TdClassName
{
border-color: #F47D34;
}
.TagClassName
{
border-color: #F47D34;
}
</style>