Shades of West Side #F57F34
Tints of West Side #F57F34
RGB
CMYK
RGB Variations
Color information
#F57F34 (or 0xF57F34) is known color: West Side. HEX triplet: F5, 7F and 34. RGB value is (245,127,52). Sum of RGB (Red+Green+Blue) = 245+127+52=424 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.78% from 424); Green value is 127 (50% from 255 or 29.95% from 424); Blue value is 52 (20.70% from 255 or 12.26% from 424); Max value from RGB is 245 - color contains mainly: red. Hex color #F57F34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57F34 is #0A80CB. Grayscale: #9A9A9A. Windows color (decimal): -688332 or 3440629. OLE color: 3440629.
HSL color Cylindrical-coordinate representation of color #F57F34: hue angle of 23.32º degrees, saturation: 0.91, 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 #F57F34 is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 127 | 52 | - |
| CMYK | 0 | 0.48 | 0.79 | 0.04 |
| HSL | 23.32º | 0.91% | 0.58% | - |
| HSV(B) | 23.32º | 0.79% | 0.96% | - |
| XYZ | 45.87 | 34.84 | 7.56 | - |
| YUV | 153.73 | 70.59 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 127 | 52 | 0 | 0.48 | 0.79 | 0.04 | 23.32 | 0.91 | 0.58 |
| Hex | F5 | 7F | 34 | 0 | 30 | 4F | 4 | 17 | 5B | 3A |
| Octal | 365 | 177 | 64 | 0 | 60 | 117 | 4 | 27 | 133 | 72 |
| Binary | 11110101 | 1111111 | 110100 | 0 | 110000 | 1001111 | 100 | 10111 | 1011011 | 111010 |
Color Harmonies of #F57F34
Complementary color
Monochromatic Colors of #F57F34
Black with #F57F34
Text Example
Text Example
White with #F57F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57F34; }
p { color: rgb(245,127,52); }
H1.HeaderClassName
{
color: #F57F34;
}
.AnyTagClassName
{
color: #F57F34;
}
</style>
background-color css
<style>
a { background-color: #F57F34; }
a { background-color: rgb(245,127,52); }
div.DivClassName
{
background-color: #F57F34;
}
.BgClassName
{
background-color: #F57F34;
}
</style>
border-color css
<style>
span { border-color: #F57F34; }
span { border-color: rgb(245,127,52); }
td.TdClassName
{
border-color: #F57F34;
}
.TagClassName
{
border-color: #F57F34;
}
</style>