Shades of Bittersweet #FE6556
Tints of Bittersweet #FE6556
RGB
CMYK
RGB Variations
Color information
#FE6556 (or 0xFE6556) is known color: Bittersweet. HEX triplet: FE, 65 and 56. RGB value is (254,101,86). Sum of RGB (Red+Green+Blue) = 254+101+86=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 86 (33.98% from 255 or 19.50% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6556 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6556 is #019AA9. Grayscale: #919191. Windows color (decimal): -105130 or 5662206. OLE color: 5662206.
HSL color Cylindrical-coordinate representation of color #FE6556: hue angle of 5.36º 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 #FE6556 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 101 | 86 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.00 |
| HSL | 5.36º | 0.99% | 0.67% | - |
| HSV(B) | 5.36º | 0.66% | 1% | - |
| XYZ | 47.21 | 31.05 | 12.31 | - |
| YUV | 145.04 | 94.69 | 205.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 101 | 86 | 0 | 0.60 | 0.66 | 0.00 | 5.36 | 0.99 | 0.67 |
| Hex | FE | 65 | 56 | 0 | 3C | 42 | 0 | 5 | 63 | 43 |
| Octal | 376 | 145 | 126 | 0 | 74 | 102 | 0 | 5 | 143 | 103 |
| Binary | 11111110 | 1100101 | 1010110 | 0 | 111100 | 1000010 | 0 | 101 | 1100011 | 1000011 |
Color Harmonies of #FE6556
Complementary color
Monochromatic Colors of #FE6556
Black with #FE6556
Text Example
Text Example
White with #FE6556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6556; }
p { color: rgb(254,101,86); }
H1.HeaderClassName
{
color: #FE6556;
}
.AnyTagClassName
{
color: #FE6556;
}
</style>
background-color css
<style>
a { background-color: #FE6556; }
a { background-color: rgb(254,101,86); }
div.DivClassName
{
background-color: #FE6556;
}
.BgClassName
{
background-color: #FE6556;
}
</style>
border-color css
<style>
span { border-color: #FE6556; }
span { border-color: rgb(254,101,86); }
td.TdClassName
{
border-color: #FE6556;
}
.TagClassName
{
border-color: #FE6556;
}
</style>