Shades of Bittersweet #FE7358
Tints of Bittersweet #FE7358
RGB
CMYK
RGB Variations
Color information
#FE7358 (or 0xFE7358) is known color: Bittersweet. HEX triplet: FE, 73 and 58. RGB value is (254,115,88). Sum of RGB (Red+Green+Blue) = 254+115+88=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 115 (45.31% from 255 or 25.16% from 457); Blue value is 88 (34.77% from 255 or 19.26% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7358 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7358 is #018CA7. Grayscale: #999999. Windows color (decimal): -101544 or 5796862. OLE color: 5796862.
HSL color Cylindrical-coordinate representation of color #FE7358: hue angle of 9.76º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FE7358 is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 88 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.00 |
| HSL | 9.76º | 0.99% | 0.67% | - |
| HSV(B) | 9.76º | 0.65% | 1% | - |
| XYZ | 48.77 | 34.04 | 13.23 | - |
| YUV | 153.48 | 91.05 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 88 | 0 | 0.55 | 0.65 | 0.00 | 9.76 | 0.99 | 0.67 |
| Hex | FE | 73 | 58 | 0 | 37 | 41 | 0 | A | 63 | 43 |
| Octal | 376 | 163 | 130 | 0 | 67 | 101 | 0 | 12 | 143 | 103 |
| Binary | 11111110 | 1110011 | 1011000 | 0 | 110111 | 1000001 | 0 | 1010 | 1100011 | 1000011 |
Color Harmonies of #FE7358
Complementary color
Monochromatic Colors of #FE7358
Black with #FE7358
Text Example
Text Example
White with #FE7358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7358; }
p { color: rgb(254,115,88); }
H1.HeaderClassName
{
color: #FE7358;
}
.AnyTagClassName
{
color: #FE7358;
}
</style>
background-color css
<style>
a { background-color: #FE7358; }
a { background-color: rgb(254,115,88); }
div.DivClassName
{
background-color: #FE7358;
}
.BgClassName
{
background-color: #FE7358;
}
</style>
border-color css
<style>
span { border-color: #FE7358; }
span { border-color: rgb(254,115,88); }
td.TdClassName
{
border-color: #FE7358;
}
.TagClassName
{
border-color: #FE7358;
}
</style>