Shades of West Side #F07C34
Tints of West Side #F07C34
RGB
CMYK
RGB Variations
Color information
#F07C34 (or 0xF07C34) is known color: West Side. HEX triplet: F0, 7C and 34. RGB value is (240,124,52). Sum of RGB (Red+Green+Blue) = 240+124+52=416 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.69% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 52 (20.70% from 255 or 12.5% from 416); Max value from RGB is 240 - color contains mainly: red. Hex color #F07C34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07C34 is #0F83CB. Grayscale: #969696. Windows color (decimal): -1016780 or 3439856. OLE color: 3439856.
HSL color Cylindrical-coordinate representation of color #F07C34: hue angle of 22.98º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F07C34 is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 124 | 52 | - |
| CMYK | 0 | 0.48 | 0.78 | 0.06 |
| HSL | 22.98º | 0.86% | 0.57% | - |
| HSV(B) | 22.98º | 0.78% | 0.94% | - |
| XYZ | 43.76 | 33.19 | 7.35 | - |
| YUV | 150.48 | 72.43 | 191.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 124 | 52 | 0 | 0.48 | 0.78 | 0.06 | 22.98 | 0.86 | 0.57 |
| Hex | F0 | 7C | 34 | 0 | 30 | 4E | 6 | 17 | 56 | 39 |
| Octal | 360 | 174 | 64 | 0 | 60 | 116 | 6 | 27 | 126 | 71 |
| Binary | 11110000 | 1111100 | 110100 | 0 | 110000 | 1001110 | 110 | 10111 | 1010110 | 111001 |
Color Harmonies of #F07C34
Complementary color
Monochromatic Colors of #F07C34
Black with #F07C34
Text Example
Text Example
White with #F07C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07C34; }
p { color: rgb(240,124,52); }
H1.HeaderClassName
{
color: #F07C34;
}
.AnyTagClassName
{
color: #F07C34;
}
</style>
background-color css
<style>
a { background-color: #F07C34; }
a { background-color: rgb(240,124,52); }
div.DivClassName
{
background-color: #F07C34;
}
.BgClassName
{
background-color: #F07C34;
}
</style>
border-color css
<style>
span { border-color: #F07C34; }
span { border-color: rgb(240,124,52); }
td.TdClassName
{
border-color: #F07C34;
}
.TagClassName
{
border-color: #F07C34;
}
</style>