Shades of Bittersweet #FE716D
Tints of Bittersweet #FE716D
RGB
CMYK
RGB Variations
Color information
#FE716D (or 0xFE716D) is known color: Bittersweet. HEX triplet: FE, 71 and 6D. RGB value is (254,113,109). Sum of RGB (Red+Green+Blue) = 254+113+109=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 113 (44.53% from 255 or 23.74% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FE716D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE716D is #018E92. Grayscale: #9A9A9A. Windows color (decimal): -102035 or 7172606. OLE color: 7172606.
HSL color Cylindrical-coordinate representation of color #FE716D: hue angle of 1.66º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FE716D is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 109 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.00 |
| HSL | 1.66º | 0.99% | 0.71% | - |
| HSV(B) | 1.66º | 0.57% | 1% | - |
| XYZ | 49.54 | 33.99 | 18.42 | - |
| YUV | 154.7 | 102.21 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 109 | 0 | 0.56 | 0.57 | 0.00 | 1.66 | 0.99 | 0.71 |
| Hex | FE | 71 | 6D | 0 | 38 | 39 | 0 | 2 | 63 | 47 |
| Octal | 376 | 161 | 155 | 0 | 70 | 71 | 0 | 2 | 143 | 107 |
| Binary | 11111110 | 1110001 | 1101101 | 0 | 111000 | 111001 | 0 | 10 | 1100011 | 1000111 |
Color Harmonies of #FE716D
Complementary color
Monochromatic Colors of #FE716D
Black with #FE716D
Text Example
Text Example
White with #FE716D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE716D; }
p { color: rgb(254,113,109); }
H1.HeaderClassName
{
color: #FE716D;
}
.AnyTagClassName
{
color: #FE716D;
}
</style>
background-color css
<style>
a { background-color: #FE716D; }
a { background-color: rgb(254,113,109); }
div.DivClassName
{
background-color: #FE716D;
}
.BgClassName
{
background-color: #FE716D;
}
</style>
border-color css
<style>
span { border-color: #FE716D; }
span { border-color: rgb(254,113,109); }
td.TdClassName
{
border-color: #FE716D;
}
.TagClassName
{
border-color: #FE716D;
}
</style>