Shades of Bittersweet #FE7256
Tints of Bittersweet #FE7256
RGB
CMYK
RGB Variations
Color information
#FE7256 (or 0xFE7256) is known color: Bittersweet. HEX triplet: FE, 72 and 56. RGB value is (254,114,86). Sum of RGB (Red+Green+Blue) = 254+114+86=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 86 (33.98% from 255 or 18.94% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7256 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7256 is #018DA9. Grayscale: #989898. Windows color (decimal): -101802 or 5665534. OLE color: 5665534.
HSL color Cylindrical-coordinate representation of color #FE7256: hue angle of 10º 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 #FE7256 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 86 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.00 |
| HSL | 10º | 0.99% | 0.67% | - |
| HSV(B) | 10º | 0.66% | 1% | - |
| XYZ | 48.57 | 33.78 | 12.76 | - |
| YUV | 152.67 | 90.38 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 86 | 0 | 0.55 | 0.66 | 0.00 | 10 | 0.99 | 0.67 |
| Hex | FE | 72 | 56 | 0 | 37 | 42 | 0 | A | 63 | 43 |
| Octal | 376 | 162 | 126 | 0 | 67 | 102 | 0 | 12 | 143 | 103 |
| Binary | 11111110 | 1110010 | 1010110 | 0 | 110111 | 1000010 | 0 | 1010 | 1100011 | 1000011 |
Color Harmonies of #FE7256
Complementary color
Monochromatic Colors of #FE7256
Black with #FE7256
Text Example
Text Example
White with #FE7256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7256; }
p { color: rgb(254,114,86); }
H1.HeaderClassName
{
color: #FE7256;
}
.AnyTagClassName
{
color: #FE7256;
}
</style>
background-color css
<style>
a { background-color: #FE7256; }
a { background-color: rgb(254,114,86); }
div.DivClassName
{
background-color: #FE7256;
}
.BgClassName
{
background-color: #FE7256;
}
</style>
border-color css
<style>
span { border-color: #FE7256; }
span { border-color: rgb(254,114,86); }
td.TdClassName
{
border-color: #FE7256;
}
.TagClassName
{
border-color: #FE7256;
}
</style>