Shades of Bittersweet #FE756A
Tints of Bittersweet #FE756A
RGB
CMYK
RGB Variations
Color information
#FE756A (or 0xFE756A) is known color: Bittersweet. HEX triplet: FE, 75 and 6A. RGB value is (254,117,106). Sum of RGB (Red+Green+Blue) = 254+117+106=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 117 (46.09% from 255 or 24.53% from 477); Blue value is 106 (41.80% from 255 or 22.22% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE756A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE756A is #018A95. Grayscale: #9C9C9C. Windows color (decimal): -101014 or 6977022. OLE color: 6977022.
HSL color Cylindrical-coordinate representation of color #FE756A: hue angle of 4.46º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FE756A is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 106 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.00 |
| HSL | 4.46º | 0.99% | 0.71% | - |
| HSV(B) | 4.46º | 0.58% | 1% | - |
| XYZ | 49.84 | 34.83 | 17.73 | - |
| YUV | 156.71 | 99.39 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 106 | 0 | 0.54 | 0.58 | 0.00 | 4.46 | 0.99 | 0.71 |
| Hex | FE | 75 | 6A | 0 | 36 | 3A | 0 | 4 | 63 | 47 |
| Octal | 376 | 165 | 152 | 0 | 66 | 72 | 0 | 4 | 143 | 107 |
| Binary | 11111110 | 1110101 | 1101010 | 0 | 110110 | 111010 | 0 | 100 | 1100011 | 1000111 |
Color Harmonies of #FE756A
Complementary color
Monochromatic Colors of #FE756A
Black with #FE756A
Text Example
Text Example
White with #FE756A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE756A; }
p { color: rgb(254,117,106); }
H1.HeaderClassName
{
color: #FE756A;
}
.AnyTagClassName
{
color: #FE756A;
}
</style>
background-color css
<style>
a { background-color: #FE756A; }
a { background-color: rgb(254,117,106); }
div.DivClassName
{
background-color: #FE756A;
}
.BgClassName
{
background-color: #FE756A;
}
</style>
border-color css
<style>
span { border-color: #FE756A; }
span { border-color: rgb(254,117,106); }
td.TdClassName
{
border-color: #FE756A;
}
.TagClassName
{
border-color: #FE756A;
}
</style>