Shades of West Side #F0792D
Tints of West Side #F0792D
RGB
CMYK
RGB Variations
Color information
#F0792D (or 0xF0792D) is known color: West Side. HEX triplet: F0, 79 and 2D. RGB value is (240,121,45). Sum of RGB (Red+Green+Blue) = 240+121+45=406 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.11% from 406); Green value is 121 (47.66% from 255 or 29.80% from 406); Blue value is 45 (17.97% from 255 or 11.08% from 406); Max value from RGB is 240 - color contains mainly: red. Hex color #F0792D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0792D is #0F86D2. Grayscale: #949494. Windows color (decimal): -1017555 or 2980336. OLE color: 2980336.
HSL color Cylindrical-coordinate representation of color #F0792D: hue angle of 23.38º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F0792D is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 121 | 45 | - |
| CMYK | 0 | 0.50 | 0.81 | 0.06 |
| HSL | 23.38º | 0.87% | 0.56% | - |
| HSV(B) | 23.38º | 0.81% | 0.94% | - |
| XYZ | 43.25 | 32.39 | 6.46 | - |
| YUV | 147.92 | 69.92 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 121 | 45 | 0 | 0.50 | 0.81 | 0.06 | 23.38 | 0.87 | 0.56 |
| Hex | F0 | 79 | 2D | 0 | 32 | 51 | 6 | 17 | 57 | 38 |
| Octal | 360 | 171 | 55 | 0 | 62 | 121 | 6 | 27 | 127 | 70 |
| Binary | 11110000 | 1111001 | 101101 | 0 | 110010 | 1010001 | 110 | 10111 | 1010111 | 111000 |
Color Harmonies of #F0792D
Complementary color
Monochromatic Colors of #F0792D
Black with #F0792D
Text Example
Text Example
White with #F0792D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0792D; }
p { color: rgb(240,121,45); }
H1.HeaderClassName
{
color: #F0792D;
}
.AnyTagClassName
{
color: #F0792D;
}
</style>
background-color css
<style>
a { background-color: #F0792D; }
a { background-color: rgb(240,121,45); }
div.DivClassName
{
background-color: #F0792D;
}
.BgClassName
{
background-color: #F0792D;
}
</style>
border-color css
<style>
span { border-color: #F0792D; }
span { border-color: rgb(240,121,45); }
td.TdClassName
{
border-color: #F0792D;
}
.TagClassName
{
border-color: #F0792D;
}
</style>