Shades of Bittersweet #FE7361
Tints of Bittersweet #FE7361
RGB
CMYK
RGB Variations
Color information
#FE7361 (or 0xFE7361) is known color: Bittersweet. HEX triplet: FE, 73 and 61. RGB value is (254,115,97). Sum of RGB (Red+Green+Blue) = 254+115+97=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 97 (38.28% from 255 or 20.82% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7361 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7361 is #018C9E. Grayscale: #9A9A9A. Windows color (decimal): -101535 or 6386686. OLE color: 6386686.
HSL color Cylindrical-coordinate representation of color #FE7361: hue angle of 6.88º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FE7361 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 97 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.00 |
| HSL | 6.88º | 0.99% | 0.69% | - |
| HSV(B) | 6.88º | 0.62% | 1% | - |
| XYZ | 49.16 | 34.2 | 15.32 | - |
| YUV | 154.51 | 95.55 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 97 | 0 | 0.55 | 0.62 | 0.00 | 6.88 | 0.99 | 0.69 |
| Hex | FE | 73 | 61 | 0 | 37 | 3E | 0 | 7 | 63 | 45 |
| Octal | 376 | 163 | 141 | 0 | 67 | 76 | 0 | 7 | 143 | 105 |
| Binary | 11111110 | 1110011 | 1100001 | 0 | 110111 | 111110 | 0 | 111 | 1100011 | 1000101 |
Color Harmonies of #FE7361
Complementary color
Monochromatic Colors of #FE7361
Black with #FE7361
Text Example
Text Example
White with #FE7361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7361; }
p { color: rgb(254,115,97); }
H1.HeaderClassName
{
color: #FE7361;
}
.AnyTagClassName
{
color: #FE7361;
}
</style>
background-color css
<style>
a { background-color: #FE7361; }
a { background-color: rgb(254,115,97); }
div.DivClassName
{
background-color: #FE7361;
}
.BgClassName
{
background-color: #FE7361;
}
</style>
border-color css
<style>
span { border-color: #FE7361; }
span { border-color: rgb(254,115,97); }
td.TdClassName
{
border-color: #FE7361;
}
.TagClassName
{
border-color: #FE7361;
}
</style>