Shades of West Side #F07F2A
Tints of West Side #F07F2A
RGB
CMYK
RGB Variations
Color information
#F07F2A (or 0xF07F2A) is known color: West Side. HEX triplet: F0, 7F and 2A. RGB value is (240,127,42). Sum of RGB (Red+Green+Blue) = 240+127+42=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 42 (16.80% from 255 or 10.27% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07F2A is #0F80D5. Grayscale: #979797. Windows color (decimal): -1016022 or 2785264. OLE color: 2785264.
HSL color Cylindrical-coordinate representation of color #F07F2A: hue angle of 25.76º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F07F2A is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 127 | 42 | - |
| CMYK | 0 | 0.47 | 0.82 | 0.06 |
| HSL | 25.76º | 0.87% | 0.55% | - |
| HSV(B) | 25.76º | 0.83% | 0.94% | - |
| XYZ | 43.94 | 33.87 | 6.41 | - |
| YUV | 151.1 | 66.44 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 127 | 42 | 0 | 0.47 | 0.82 | 0.06 | 25.76 | 0.87 | 0.55 |
| Hex | F0 | 7F | 2A | 0 | 2F | 52 | 6 | 1A | 57 | 37 |
| Octal | 360 | 177 | 52 | 0 | 57 | 122 | 6 | 32 | 127 | 67 |
| Binary | 11110000 | 1111111 | 101010 | 0 | 101111 | 1010010 | 110 | 11010 | 1010111 | 110111 |
Color Harmonies of #F07F2A
Complementary color
Monochromatic Colors of #F07F2A
Black with #F07F2A
Text Example
Text Example
White with #F07F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07F2A; }
p { color: rgb(240,127,42); }
H1.HeaderClassName
{
color: #F07F2A;
}
.AnyTagClassName
{
color: #F07F2A;
}
</style>
background-color css
<style>
a { background-color: #F07F2A; }
a { background-color: rgb(240,127,42); }
div.DivClassName
{
background-color: #F07F2A;
}
.BgClassName
{
background-color: #F07F2A;
}
</style>
border-color css
<style>
span { border-color: #F07F2A; }
span { border-color: rgb(240,127,42); }
td.TdClassName
{
border-color: #F07F2A;
}
.TagClassName
{
border-color: #F07F2A;
}
</style>