Shades of Bittersweet #FE7155
Tints of Bittersweet #FE7155
RGB
CMYK
RGB Variations
Color information
#FE7155 (or 0xFE7155) is known color: Bittersweet. HEX triplet: FE, 71 and 55. RGB value is (254,113,85). Sum of RGB (Red+Green+Blue) = 254+113+85=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 113 (44.53% from 255 or 25% from 452); Blue value is 85 (33.59% from 255 or 18.81% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7155 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7155 is #018EAA. Grayscale: #989898. Windows color (decimal): -102059 or 5599742. OLE color: 5599742.
HSL color Cylindrical-coordinate representation of color #FE7155: hue angle of 9.94º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE7155 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 85 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.00 |
| HSL | 9.94º | 0.99% | 0.66% | - |
| HSV(B) | 9.94º | 0.67% | 1% | - |
| XYZ | 48.42 | 33.54 | 12.52 | - |
| YUV | 151.97 | 90.21 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 85 | 0 | 0.56 | 0.67 | 0.00 | 9.94 | 0.99 | 0.66 |
| Hex | FE | 71 | 55 | 0 | 38 | 43 | 0 | A | 63 | 42 |
| Octal | 376 | 161 | 125 | 0 | 70 | 103 | 0 | 12 | 143 | 102 |
| Binary | 11111110 | 1110001 | 1010101 | 0 | 111000 | 1000011 | 0 | 1010 | 1100011 | 1000010 |
Color Harmonies of #FE7155
Complementary color
Monochromatic Colors of #FE7155
Black with #FE7155
Text Example
Text Example
White with #FE7155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7155; }
p { color: rgb(254,113,85); }
H1.HeaderClassName
{
color: #FE7155;
}
.AnyTagClassName
{
color: #FE7155;
}
</style>
background-color css
<style>
a { background-color: #FE7155; }
a { background-color: rgb(254,113,85); }
div.DivClassName
{
background-color: #FE7155;
}
.BgClassName
{
background-color: #FE7155;
}
</style>
border-color css
<style>
span { border-color: #FE7155; }
span { border-color: rgb(254,113,85); }
td.TdClassName
{
border-color: #FE7155;
}
.TagClassName
{
border-color: #FE7155;
}
</style>