Shades of West Side #F57E2F
Tints of West Side #F57E2F
RGB
CMYK
RGB Variations
Color information
#F57E2F (or 0xF57E2F) is known color: West Side. HEX triplet: F5, 7E and 2F. RGB value is (245,126,47). Sum of RGB (Red+Green+Blue) = 245+126+47=418 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.61% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 47 (18.75% from 255 or 11.24% from 418); Max value from RGB is 245 - color contains mainly: red. Hex color #F57E2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57E2F is #0A81D0. Grayscale: #999999. Windows color (decimal): -688593 or 3112693. OLE color: 3112693.
HSL color Cylindrical-coordinate representation of color #F57E2F: hue angle of 23.94º degrees, saturation: 0.91, 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 #F57E2F is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 126 | 47 | - |
| CMYK | 0 | 0.49 | 0.81 | 0.04 |
| HSL | 23.94º | 0.91% | 0.57% | - |
| HSV(B) | 23.94º | 0.81% | 0.96% | - |
| XYZ | 45.63 | 34.54 | 6.95 | - |
| YUV | 152.58 | 68.42 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 126 | 47 | 0 | 0.49 | 0.81 | 0.04 | 23.94 | 0.91 | 0.57 |
| Hex | F5 | 7E | 2F | 0 | 31 | 51 | 4 | 18 | 5B | 39 |
| Octal | 365 | 176 | 57 | 0 | 61 | 121 | 4 | 30 | 133 | 71 |
| Binary | 11110101 | 1111110 | 101111 | 0 | 110001 | 1010001 | 100 | 11000 | 1011011 | 111001 |
Color Harmonies of #F57E2F
Complementary color
Monochromatic Colors of #F57E2F
Black with #F57E2F
Text Example
Text Example
White with #F57E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57E2F; }
p { color: rgb(245,126,47); }
H1.HeaderClassName
{
color: #F57E2F;
}
.AnyTagClassName
{
color: #F57E2F;
}
</style>
background-color css
<style>
a { background-color: #F57E2F; }
a { background-color: rgb(245,126,47); }
div.DivClassName
{
background-color: #F57E2F;
}
.BgClassName
{
background-color: #F57E2F;
}
</style>
border-color css
<style>
span { border-color: #F57E2F; }
span { border-color: rgb(245,126,47); }
td.TdClassName
{
border-color: #F57E2F;
}
.TagClassName
{
border-color: #F57E2F;
}
</style>