Shades of Bittersweet #FE6555
Tints of Bittersweet #FE6555
RGB
CMYK
RGB Variations
Color information
#FE6555 (or 0xFE6555) is known color: Bittersweet. HEX triplet: FE, 65 and 55. RGB value is (254,101,85). Sum of RGB (Red+Green+Blue) = 254+101+85=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 85 (33.59% from 255 or 19.32% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6555 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6555 is #019AAA. Grayscale: #919191. Windows color (decimal): -105131 or 5596670. OLE color: 5596670.
HSL color Cylindrical-coordinate representation of color #FE6555: hue angle of 5.68º 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 #FE6555 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 101 | 85 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.00 |
| HSL | 5.68º | 0.99% | 0.66% | - |
| HSV(B) | 5.68º | 0.67% | 1% | - |
| XYZ | 47.17 | 31.03 | 12.1 | - |
| YUV | 144.92 | 94.19 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 101 | 85 | 0 | 0.60 | 0.67 | 0.00 | 5.68 | 0.99 | 0.66 |
| Hex | FE | 65 | 55 | 0 | 3C | 43 | 0 | 6 | 63 | 42 |
| Octal | 376 | 145 | 125 | 0 | 74 | 103 | 0 | 6 | 143 | 102 |
| Binary | 11111110 | 1100101 | 1010101 | 0 | 111100 | 1000011 | 0 | 110 | 1100011 | 1000010 |
Color Harmonies of #FE6555
Complementary color
Monochromatic Colors of #FE6555
Black with #FE6555
Text Example
Text Example
White with #FE6555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6555; }
p { color: rgb(254,101,85); }
H1.HeaderClassName
{
color: #FE6555;
}
.AnyTagClassName
{
color: #FE6555;
}
</style>
background-color css
<style>
a { background-color: #FE6555; }
a { background-color: rgb(254,101,85); }
div.DivClassName
{
background-color: #FE6555;
}
.BgClassName
{
background-color: #FE6555;
}
</style>
border-color css
<style>
span { border-color: #FE6555; }
span { border-color: rgb(254,101,85); }
td.TdClassName
{
border-color: #FE6555;
}
.TagClassName
{
border-color: #FE6555;
}
</style>