Shades of Bittersweet #FE6355
Tints of Bittersweet #FE6355
RGB
CMYK
RGB Variations
Color information
#FE6355 (or 0xFE6355) is known color: Bittersweet. HEX triplet: FE, 63 and 55. RGB value is (254,99,85). Sum of RGB (Red+Green+Blue) = 254+99+85=438 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.99% from 438); Green value is 99 (39.06% from 255 or 22.60% from 438); Blue value is 85 (33.59% from 255 or 19.41% from 438); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6355 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6355 is #019CAA. Grayscale: #8F8F8F. Windows color (decimal): -105643 or 5596158. OLE color: 5596158.
HSL color Cylindrical-coordinate representation of color #FE6355: hue angle of 4.97º 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 #FE6355 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 99 | 85 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.00 |
| HSL | 4.97º | 0.99% | 0.66% | - |
| HSV(B) | 4.97º | 0.67% | 1% | - |
| XYZ | 46.97 | 30.65 | 12.03 | - |
| YUV | 143.75 | 94.85 | 206.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 99 | 85 | 0 | 0.61 | 0.67 | 0.00 | 4.97 | 0.99 | 0.66 |
| Hex | FE | 63 | 55 | 0 | 3D | 43 | 0 | 5 | 63 | 42 |
| Octal | 376 | 143 | 125 | 0 | 75 | 103 | 0 | 5 | 143 | 102 |
| Binary | 11111110 | 1100011 | 1010101 | 0 | 111101 | 1000011 | 0 | 101 | 1100011 | 1000010 |
Color Harmonies of #FE6355
Complementary color
Monochromatic Colors of #FE6355
Black with #FE6355
Text Example
Text Example
White with #FE6355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6355; }
p { color: rgb(254,99,85); }
H1.HeaderClassName
{
color: #FE6355;
}
.AnyTagClassName
{
color: #FE6355;
}
</style>
background-color css
<style>
a { background-color: #FE6355; }
a { background-color: rgb(254,99,85); }
div.DivClassName
{
background-color: #FE6355;
}
.BgClassName
{
background-color: #FE6355;
}
</style>
border-color css
<style>
span { border-color: #FE6355; }
span { border-color: rgb(254,99,85); }
td.TdClassName
{
border-color: #FE6355;
}
.TagClassName
{
border-color: #FE6355;
}
</style>