Shades of West Side #F27F2B
Tints of West Side #F27F2B
RGB
CMYK
RGB Variations
Color information
#F27F2B (or 0xF27F2B) is known color: West Side. HEX triplet: F2, 7F and 2B. RGB value is (242,127,43). Sum of RGB (Red+Green+Blue) = 242+127+43=412 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.74% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 43 (17.19% from 255 or 10.44% from 412); Max value from RGB is 242 - color contains mainly: red. Hex color #F27F2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27F2B is #0D80D4. Grayscale: #989898. Windows color (decimal): -884949 or 2850802. OLE color: 2850802.
HSL color Cylindrical-coordinate representation of color #F27F2B: hue angle of 25.33º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F27F2B is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 127 | 43 | - |
| CMYK | 0 | 0.48 | 0.82 | 0.05 |
| HSL | 25.33º | 0.88% | 0.56% | - |
| HSV(B) | 25.33º | 0.82% | 0.95% | - |
| XYZ | 44.64 | 34.23 | 6.54 | - |
| YUV | 151.81 | 66.6 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 127 | 43 | 0 | 0.48 | 0.82 | 0.05 | 25.33 | 0.88 | 0.56 |
| Hex | F2 | 7F | 2B | 0 | 30 | 52 | 5 | 19 | 58 | 38 |
| Octal | 362 | 177 | 53 | 0 | 60 | 122 | 5 | 31 | 130 | 70 |
| Binary | 11110010 | 1111111 | 101011 | 0 | 110000 | 1010010 | 101 | 11001 | 1011000 | 111000 |
Color Harmonies of #F27F2B
Complementary color
Monochromatic Colors of #F27F2B
Black with #F27F2B
Text Example
Text Example
White with #F27F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27F2B; }
p { color: rgb(242,127,43); }
H1.HeaderClassName
{
color: #F27F2B;
}
.AnyTagClassName
{
color: #F27F2B;
}
</style>
background-color css
<style>
a { background-color: #F27F2B; }
a { background-color: rgb(242,127,43); }
div.DivClassName
{
background-color: #F27F2B;
}
.BgClassName
{
background-color: #F27F2B;
}
</style>
border-color css
<style>
span { border-color: #F27F2B; }
span { border-color: rgb(242,127,43); }
td.TdClassName
{
border-color: #F27F2B;
}
.TagClassName
{
border-color: #F27F2B;
}
</style>