Shades of West Side #F08234
Tints of West Side #F08234
RGB
CMYK
RGB Variations
Color information
#F08234 (or 0xF08234) is known color: West Side. HEX triplet: F0, 82 and 34. RGB value is (240,130,52). Sum of RGB (Red+Green+Blue) = 240+130+52=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 52 (20.70% from 255 or 12.32% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F08234 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08234 is #0F7DCB. Grayscale: #9A9A9A. Windows color (decimal): -1015244 or 3441392. OLE color: 3441392.
HSL color Cylindrical-coordinate representation of color #F08234: hue angle of 24.89º 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 #F08234 is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 130 | 52 | - |
| CMYK | 0 | 0.46 | 0.78 | 0.06 |
| HSL | 24.89º | 0.86% | 0.57% | - |
| HSV(B) | 24.89º | 0.78% | 0.94% | - |
| XYZ | 44.54 | 34.74 | 7.61 | - |
| YUV | 154 | 70.44 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 130 | 52 | 0 | 0.46 | 0.78 | 0.06 | 24.89 | 0.86 | 0.57 |
| Hex | F0 | 82 | 34 | 0 | 2E | 4E | 6 | 19 | 56 | 39 |
| Octal | 360 | 202 | 64 | 0 | 56 | 116 | 6 | 31 | 126 | 71 |
| Binary | 11110000 | 10000010 | 110100 | 0 | 101110 | 1001110 | 110 | 11001 | 1010110 | 111001 |
Color Harmonies of #F08234
Complementary color
Monochromatic Colors of #F08234
Black with #F08234
Text Example
Text Example
White with #F08234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08234; }
p { color: rgb(240,130,52); }
H1.HeaderClassName
{
color: #F08234;
}
.AnyTagClassName
{
color: #F08234;
}
</style>
background-color css
<style>
a { background-color: #F08234; }
a { background-color: rgb(240,130,52); }
div.DivClassName
{
background-color: #F08234;
}
.BgClassName
{
background-color: #F08234;
}
</style>
border-color css
<style>
span { border-color: #F08234; }
span { border-color: rgb(240,130,52); }
td.TdClassName
{
border-color: #F08234;
}
.TagClassName
{
border-color: #F08234;
}
</style>