Shades of West Side #F0833A
Tints of West Side #F0833A
RGB
CMYK
RGB Variations
Color information
#F0833A (or 0xF0833A) is known color: West Side. HEX triplet: F0, 83 and 3A. RGB value is (240,131,58). Sum of RGB (Red+Green+Blue) = 240+131+58=429 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.94% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 58 (23.05% from 255 or 13.52% from 429); Max value from RGB is 240 - color contains mainly: red. Hex color #F0833A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0833A is #0F7CC5. Grayscale: #9B9B9B. Windows color (decimal): -1014982 or 3834864. OLE color: 3834864.
HSL color Cylindrical-coordinate representation of color #F0833A: hue angle of 24.07º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F0833A is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 131 | 58 | - |
| CMYK | 0 | 0.45 | 0.76 | 0.06 |
| HSL | 24.07º | 0.86% | 0.58% | - |
| HSV(B) | 24.07º | 0.76% | 0.94% | - |
| XYZ | 44.82 | 35.06 | 8.41 | - |
| YUV | 155.27 | 73.11 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 131 | 58 | 0 | 0.45 | 0.76 | 0.06 | 24.07 | 0.86 | 0.58 |
| Hex | F0 | 83 | 3A | 0 | 2D | 4C | 6 | 18 | 56 | 3A |
| Octal | 360 | 203 | 72 | 0 | 55 | 114 | 6 | 30 | 126 | 72 |
| Binary | 11110000 | 10000011 | 111010 | 0 | 101101 | 1001100 | 110 | 11000 | 1010110 | 111010 |
Color Harmonies of #F0833A
Complementary color
Monochromatic Colors of #F0833A
Black with #F0833A
Text Example
Text Example
White with #F0833A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0833A; }
p { color: rgb(240,131,58); }
H1.HeaderClassName
{
color: #F0833A;
}
.AnyTagClassName
{
color: #F0833A;
}
</style>
background-color css
<style>
a { background-color: #F0833A; }
a { background-color: rgb(240,131,58); }
div.DivClassName
{
background-color: #F0833A;
}
.BgClassName
{
background-color: #F0833A;
}
</style>
border-color css
<style>
span { border-color: #F0833A; }
span { border-color: rgb(240,131,58); }
td.TdClassName
{
border-color: #F0833A;
}
.TagClassName
{
border-color: #F0833A;
}
</style>