Shades of Bittersweet #FE7456
Tints of Bittersweet #FE7456
RGB
CMYK
RGB Variations
Color information
#FE7456 (or 0xFE7456) is known color: Bittersweet. HEX triplet: FE, 74 and 56. RGB value is (254,116,86). Sum of RGB (Red+Green+Blue) = 254+116+86=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 116 (45.70% from 255 or 25.44% from 456); Blue value is 86 (33.98% from 255 or 18.86% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7456 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7456 is #018BA9. Grayscale: #9A9A9A. Windows color (decimal): -101290 or 5666046. OLE color: 5666046.
HSL color Cylindrical-coordinate representation of color #FE7456: hue angle of 10.71º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FE7456 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 116 | 86 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.00 |
| HSL | 10.71º | 0.99% | 0.67% | - |
| HSV(B) | 10.71º | 0.66% | 1% | - |
| XYZ | 48.8 | 34.23 | 12.84 | - |
| YUV | 153.84 | 89.72 | 199.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 116 | 86 | 0 | 0.54 | 0.66 | 0.00 | 10.71 | 0.99 | 0.67 |
| Hex | FE | 74 | 56 | 0 | 36 | 42 | 0 | B | 63 | 43 |
| Octal | 376 | 164 | 126 | 0 | 66 | 102 | 0 | 13 | 143 | 103 |
| Binary | 11111110 | 1110100 | 1010110 | 0 | 110110 | 1000010 | 0 | 1011 | 1100011 | 1000011 |
Color Harmonies of #FE7456
Complementary color
Monochromatic Colors of #FE7456
Black with #FE7456
Text Example
Text Example
White with #FE7456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7456; }
p { color: rgb(254,116,86); }
H1.HeaderClassName
{
color: #FE7456;
}
.AnyTagClassName
{
color: #FE7456;
}
</style>
background-color css
<style>
a { background-color: #FE7456; }
a { background-color: rgb(254,116,86); }
div.DivClassName
{
background-color: #FE7456;
}
.BgClassName
{
background-color: #FE7456;
}
</style>
border-color css
<style>
span { border-color: #FE7456; }
span { border-color: rgb(254,116,86); }
td.TdClassName
{
border-color: #FE7456;
}
.TagClassName
{
border-color: #FE7456;
}
</style>