Shades of Bittersweet #FE7054
Tints of Bittersweet #FE7054
RGB
CMYK
RGB Variations
Color information
#FE7054 (or 0xFE7054) is known color: Bittersweet. HEX triplet: FE, 70 and 54. RGB value is (254,112,84). Sum of RGB (Red+Green+Blue) = 254+112+84=450 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.44% from 450); Green value is 112 (44.14% from 255 or 24.89% from 450); Blue value is 84 (33.20% from 255 or 18.67% from 450); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7054 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7054 is #018FAB. Grayscale: #979797. Windows color (decimal): -102316 or 5533950. OLE color: 5533950.
HSL color Cylindrical-coordinate representation of color #FE7054: hue angle of 9.88º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE7054 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 84 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.00 |
| HSL | 9.88º | 0.99% | 0.66% | - |
| HSV(B) | 9.88º | 0.67% | 1% | - |
| XYZ | 48.27 | 33.3 | 12.27 | - |
| YUV | 151.27 | 90.04 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 84 | 0 | 0.56 | 0.67 | 0.00 | 9.88 | 0.99 | 0.66 |
| Hex | FE | 70 | 54 | 0 | 38 | 43 | 0 | A | 63 | 42 |
| Octal | 376 | 160 | 124 | 0 | 70 | 103 | 0 | 12 | 143 | 102 |
| Binary | 11111110 | 1110000 | 1010100 | 0 | 111000 | 1000011 | 0 | 1010 | 1100011 | 1000010 |
Color Harmonies of #FE7054
Complementary color
Monochromatic Colors of #FE7054
Black with #FE7054
Text Example
Text Example
White with #FE7054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7054; }
p { color: rgb(254,112,84); }
H1.HeaderClassName
{
color: #FE7054;
}
.AnyTagClassName
{
color: #FE7054;
}
</style>
background-color css
<style>
a { background-color: #FE7054; }
a { background-color: rgb(254,112,84); }
div.DivClassName
{
background-color: #FE7054;
}
.BgClassName
{
background-color: #FE7054;
}
</style>
border-color css
<style>
span { border-color: #FE7054; }
span { border-color: rgb(254,112,84); }
td.TdClassName
{
border-color: #FE7054;
}
.TagClassName
{
border-color: #FE7054;
}
</style>