Shades of Bittersweet #FE706D
Tints of Bittersweet #FE706D
RGB
CMYK
RGB Variations
Color information
#FE706D (or 0xFE706D) is known color: Bittersweet. HEX triplet: FE, 70 and 6D. RGB value is (254,112,109). Sum of RGB (Red+Green+Blue) = 254+112+109=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 112 (44.14% from 255 or 23.58% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE706D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE706D is #018F92. Grayscale: #9A9A9A. Windows color (decimal): -102291 or 7172350. OLE color: 7172350.
HSL color Cylindrical-coordinate representation of color #FE706D: hue angle of 1.24º 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 #FE706D is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 109 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.00 |
| HSL | 1.24º | 0.99% | 0.71% | - |
| HSV(B) | 1.24º | 0.57% | 1% | - |
| XYZ | 49.43 | 33.76 | 18.38 | - |
| YUV | 154.12 | 102.54 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 109 | 0 | 0.56 | 0.57 | 0.00 | 1.24 | 0.99 | 0.71 |
| Hex | FE | 70 | 6D | 0 | 38 | 39 | 0 | 1 | 63 | 47 |
| Octal | 376 | 160 | 155 | 0 | 70 | 71 | 0 | 1 | 143 | 107 |
| Binary | 11111110 | 1110000 | 1101101 | 0 | 111000 | 111001 | 0 | 1 | 1100011 | 1000111 |
Color Harmonies of #FE706D
Complementary color
Monochromatic Colors of #FE706D
Black with #FE706D
Text Example
Text Example
White with #FE706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE706D; }
p { color: rgb(254,112,109); }
H1.HeaderClassName
{
color: #FE706D;
}
.AnyTagClassName
{
color: #FE706D;
}
</style>
background-color css
<style>
a { background-color: #FE706D; }
a { background-color: rgb(254,112,109); }
div.DivClassName
{
background-color: #FE706D;
}
.BgClassName
{
background-color: #FE706D;
}
</style>
border-color css
<style>
span { border-color: #FE706D; }
span { border-color: rgb(254,112,109); }
td.TdClassName
{
border-color: #FE706D;
}
.TagClassName
{
border-color: #FE706D;
}
</style>