Shades of West Side #F08233
Tints of West Side #F08233
RGB
CMYK
RGB Variations
Color information
#F08233 (or 0xF08233) is known color: West Side. HEX triplet: F0, 82 and 33. RGB value is (240,130,51). Sum of RGB (Red+Green+Blue) = 240+130+51=421 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.01% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 51 (20.31% from 255 or 12.11% from 421); Max value from RGB is 240 - color contains mainly: red. Hex color #F08233 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08233 is #0F7DCC. Grayscale: #9A9A9A. Windows color (decimal): -1015245 or 3375856. OLE color: 3375856.
HSL color Cylindrical-coordinate representation of color #F08233: hue angle of 25.08º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F08233 is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 130 | 51 | - |
| CMYK | 0 | 0.46 | 0.79 | 0.06 |
| HSL | 25.08º | 0.86% | 0.57% | - |
| HSV(B) | 25.08º | 0.79% | 0.94% | - |
| XYZ | 44.52 | 34.73 | 7.49 | - |
| YUV | 153.88 | 69.94 | 189.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 130 | 51 | 0 | 0.46 | 0.79 | 0.06 | 25.08 | 0.86 | 0.57 |
| Hex | F0 | 82 | 33 | 0 | 2E | 4F | 6 | 19 | 56 | 39 |
| Octal | 360 | 202 | 63 | 0 | 56 | 117 | 6 | 31 | 126 | 71 |
| Binary | 11110000 | 10000010 | 110011 | 0 | 101110 | 1001111 | 110 | 11001 | 1010110 | 111001 |
Color Harmonies of #F08233
Complementary color
Monochromatic Colors of #F08233
Black with #F08233
Text Example
Text Example
White with #F08233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08233; }
p { color: rgb(240,130,51); }
H1.HeaderClassName
{
color: #F08233;
}
.AnyTagClassName
{
color: #F08233;
}
</style>
background-color css
<style>
a { background-color: #F08233; }
a { background-color: rgb(240,130,51); }
div.DivClassName
{
background-color: #F08233;
}
.BgClassName
{
background-color: #F08233;
}
</style>
border-color css
<style>
span { border-color: #F08233; }
span { border-color: rgb(240,130,51); }
td.TdClassName
{
border-color: #F08233;
}
.TagClassName
{
border-color: #F08233;
}
</style>