Shades of Bittersweet #FE6955
Tints of Bittersweet #FE6955
RGB
CMYK
RGB Variations
Color information
#FE6955 (or 0xFE6955) is known color: Bittersweet. HEX triplet: FE, 69 and 55. RGB value is (254,105,85). Sum of RGB (Red+Green+Blue) = 254+105+85=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 85 (33.59% from 255 or 19.14% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6955 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6955 is #0196AA. Grayscale: #939393. Windows color (decimal): -104107 or 5597694. OLE color: 5597694.
HSL color Cylindrical-coordinate representation of color #FE6955: hue angle of 7.1º 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 #FE6955 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 105 | 85 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.00 |
| HSL | 7.1º | 0.99% | 0.66% | - |
| HSV(B) | 7.1º | 0.67% | 1% | - |
| XYZ | 47.56 | 31.83 | 12.23 | - |
| YUV | 147.27 | 92.86 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 105 | 85 | 0 | 0.59 | 0.67 | 0.00 | 7.1 | 0.99 | 0.66 |
| Hex | FE | 69 | 55 | 0 | 3B | 43 | 0 | 7 | 63 | 42 |
| Octal | 376 | 151 | 125 | 0 | 73 | 103 | 0 | 7 | 143 | 102 |
| Binary | 11111110 | 1101001 | 1010101 | 0 | 111011 | 1000011 | 0 | 111 | 1100011 | 1000010 |
Color Harmonies of #FE6955
Complementary color
Monochromatic Colors of #FE6955
Black with #FE6955
Text Example
Text Example
White with #FE6955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6955; }
p { color: rgb(254,105,85); }
H1.HeaderClassName
{
color: #FE6955;
}
.AnyTagClassName
{
color: #FE6955;
}
</style>
background-color css
<style>
a { background-color: #FE6955; }
a { background-color: rgb(254,105,85); }
div.DivClassName
{
background-color: #FE6955;
}
.BgClassName
{
background-color: #FE6955;
}
</style>
border-color css
<style>
span { border-color: #FE6955; }
span { border-color: rgb(254,105,85); }
td.TdClassName
{
border-color: #FE6955;
}
.TagClassName
{
border-color: #FE6955;
}
</style>