Shades of West Side #F07D28
Tints of West Side #F07D28
RGB
CMYK
RGB Variations
Color information
#F07D28 (or 0xF07D28) is known color: West Side. HEX triplet: F0, 7D and 28. RGB value is (240,125,40). Sum of RGB (Red+Green+Blue) = 240+125+40=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 125 (49.22% from 255 or 30.86% from 405); Blue value is 40 (16.02% from 255 or 9.88% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F07D28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07D28 is #0F82D7. Grayscale: #969696. Windows color (decimal): -1016536 or 2653680. OLE color: 2653680.
HSL color Cylindrical-coordinate representation of color #F07D28: hue angle of 25.5º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F07D28 is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 125 | 40 | - |
| CMYK | 0 | 0.48 | 0.83 | 0.06 |
| HSL | 25.5º | 0.87% | 0.55% | - |
| HSV(B) | 25.5º | 0.83% | 0.94% | - |
| XYZ | 43.65 | 33.35 | 6.14 | - |
| YUV | 149.7 | 66.1 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 125 | 40 | 0 | 0.48 | 0.83 | 0.06 | 25.5 | 0.87 | 0.55 |
| Hex | F0 | 7D | 28 | 0 | 30 | 53 | 6 | 1A | 57 | 37 |
| Octal | 360 | 175 | 50 | 0 | 60 | 123 | 6 | 32 | 127 | 67 |
| Binary | 11110000 | 1111101 | 101000 | 0 | 110000 | 1010011 | 110 | 11010 | 1010111 | 110111 |
Color Harmonies of #F07D28
Complementary color
Monochromatic Colors of #F07D28
Black with #F07D28
Text Example
Text Example
White with #F07D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07D28; }
p { color: rgb(240,125,40); }
H1.HeaderClassName
{
color: #F07D28;
}
.AnyTagClassName
{
color: #F07D28;
}
</style>
background-color css
<style>
a { background-color: #F07D28; }
a { background-color: rgb(240,125,40); }
div.DivClassName
{
background-color: #F07D28;
}
.BgClassName
{
background-color: #F07D28;
}
</style>
border-color css
<style>
span { border-color: #F07D28; }
span { border-color: rgb(240,125,40); }
td.TdClassName
{
border-color: #F07D28;
}
.TagClassName
{
border-color: #F07D28;
}
</style>