Shades of West Side #F27E2D
Tints of West Side #F27E2D
RGB
CMYK
RGB Variations
Color information
#F27E2D (or 0xF27E2D) is known color: West Side. HEX triplet: F2, 7E and 2D. RGB value is (242,126,45). Sum of RGB (Red+Green+Blue) = 242+126+45=413 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.60% from 413); Green value is 126 (49.61% from 255 or 30.51% from 413); Blue value is 45 (17.97% from 255 or 10.90% from 413); Max value from RGB is 242 - color contains mainly: red. Hex color #F27E2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27E2D is #0D81D2. Grayscale: #979797. Windows color (decimal): -885203 or 2981618. OLE color: 2981618.
HSL color Cylindrical-coordinate representation of color #F27E2D: hue angle of 24.67º 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 #F27E2D is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 126 | 45 | - |
| CMYK | 0 | 0.48 | 0.81 | 0.05 |
| HSL | 24.67º | 0.88% | 0.56% | - |
| HSV(B) | 24.67º | 0.81% | 0.95% | - |
| XYZ | 44.55 | 33.99 | 6.69 | - |
| YUV | 151.45 | 67.93 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 126 | 45 | 0 | 0.48 | 0.81 | 0.05 | 24.67 | 0.88 | 0.56 |
| Hex | F2 | 7E | 2D | 0 | 30 | 51 | 5 | 19 | 58 | 38 |
| Octal | 362 | 176 | 55 | 0 | 60 | 121 | 5 | 31 | 130 | 70 |
| Binary | 11110010 | 1111110 | 101101 | 0 | 110000 | 1010001 | 101 | 11001 | 1011000 | 111000 |
Color Harmonies of #F27E2D
Complementary color
Monochromatic Colors of #F27E2D
Black with #F27E2D
Text Example
Text Example
White with #F27E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27E2D; }
p { color: rgb(242,126,45); }
H1.HeaderClassName
{
color: #F27E2D;
}
.AnyTagClassName
{
color: #F27E2D;
}
</style>
background-color css
<style>
a { background-color: #F27E2D; }
a { background-color: rgb(242,126,45); }
div.DivClassName
{
background-color: #F27E2D;
}
.BgClassName
{
background-color: #F27E2D;
}
</style>
border-color css
<style>
span { border-color: #F27E2D; }
span { border-color: rgb(242,126,45); }
td.TdClassName
{
border-color: #F27E2D;
}
.TagClassName
{
border-color: #F27E2D;
}
</style>