Shades of West Side #F27F2D
Tints of West Side #F27F2D
RGB
CMYK
RGB Variations
Color information
#F27F2D (or 0xF27F2D) is known color: West Side. HEX triplet: F2, 7F and 2D. RGB value is (242,127,45). Sum of RGB (Red+Green+Blue) = 242+127+45=414 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.45% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 45 (17.97% from 255 or 10.87% from 414); Max value from RGB is 242 - color contains mainly: red. Hex color #F27F2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27F2D is #0D80D2. Grayscale: #989898. Windows color (decimal): -884947 or 2981874. OLE color: 2981874.
HSL color Cylindrical-coordinate representation of color #F27F2D: hue angle of 24.97º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F27F2D is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 127 | 45 | - |
| CMYK | 0 | 0.48 | 0.81 | 0.05 |
| HSL | 24.97º | 0.88% | 0.56% | - |
| HSV(B) | 24.97º | 0.81% | 0.95% | - |
| XYZ | 44.68 | 34.25 | 6.74 | - |
| YUV | 152.04 | 67.6 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 127 | 45 | 0 | 0.48 | 0.81 | 0.05 | 24.97 | 0.88 | 0.56 |
| Hex | F2 | 7F | 2D | 0 | 30 | 51 | 5 | 19 | 58 | 38 |
| Octal | 362 | 177 | 55 | 0 | 60 | 121 | 5 | 31 | 130 | 70 |
| Binary | 11110010 | 1111111 | 101101 | 0 | 110000 | 1010001 | 101 | 11001 | 1011000 | 111000 |
Color Harmonies of #F27F2D
Complementary color
Monochromatic Colors of #F27F2D
Black with #F27F2D
Text Example
Text Example
White with #F27F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27F2D; }
p { color: rgb(242,127,45); }
H1.HeaderClassName
{
color: #F27F2D;
}
.AnyTagClassName
{
color: #F27F2D;
}
</style>
background-color css
<style>
a { background-color: #F27F2D; }
a { background-color: rgb(242,127,45); }
div.DivClassName
{
background-color: #F27F2D;
}
.BgClassName
{
background-color: #F27F2D;
}
</style>
border-color css
<style>
span { border-color: #F27F2D; }
span { border-color: rgb(242,127,45); }
td.TdClassName
{
border-color: #F27F2D;
}
.TagClassName
{
border-color: #F27F2D;
}
</style>