Shades of West Side #F1833B
Tints of West Side #F1833B
RGB
CMYK
RGB Variations
Color information
#F1833B (or 0xF1833B) is known color: West Side. HEX triplet: F1, 83 and 3B. RGB value is (241,131,59). Sum of RGB (Red+Green+Blue) = 241+131+59=431 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.92% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 59 (23.44% from 255 or 13.69% from 431); Max value from RGB is 241 - color contains mainly: red. Hex color #F1833B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1833B is #0E7CC4. Grayscale: #9C9C9C. Windows color (decimal): -949445 or 3900401. OLE color: 3900401.
HSL color Cylindrical-coordinate representation of color #F1833B: hue angle of 23.74º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F1833B is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 131 | 59 | - |
| CMYK | 0 | 0.46 | 0.76 | 0.05 |
| HSL | 23.74º | 0.87% | 0.59% | - |
| HSV(B) | 23.74º | 0.76% | 0.95% | - |
| XYZ | 45.18 | 35.25 | 8.56 | - |
| YUV | 155.68 | 73.44 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 131 | 59 | 0 | 0.46 | 0.76 | 0.05 | 23.74 | 0.87 | 0.59 |
| Hex | F1 | 83 | 3B | 0 | 2E | 4C | 5 | 18 | 57 | 3B |
| Octal | 361 | 203 | 73 | 0 | 56 | 114 | 5 | 30 | 127 | 73 |
| Binary | 11110001 | 10000011 | 111011 | 0 | 101110 | 1001100 | 101 | 11000 | 1010111 | 111011 |
Color Harmonies of #F1833B
Complementary color
Monochromatic Colors of #F1833B
Black with #F1833B
Text Example
Text Example
White with #F1833B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1833B; }
p { color: rgb(241,131,59); }
H1.HeaderClassName
{
color: #F1833B;
}
.AnyTagClassName
{
color: #F1833B;
}
</style>
background-color css
<style>
a { background-color: #F1833B; }
a { background-color: rgb(241,131,59); }
div.DivClassName
{
background-color: #F1833B;
}
.BgClassName
{
background-color: #F1833B;
}
</style>
border-color css
<style>
span { border-color: #F1833B; }
span { border-color: rgb(241,131,59); }
td.TdClassName
{
border-color: #F1833B;
}
.TagClassName
{
border-color: #F1833B;
}
</style>