Shades of Bittersweet #FE6C53
Tints of Bittersweet #FE6C53
RGB
CMYK
RGB Variations
Color information
#FE6C53 (or 0xFE6C53) is known color: Bittersweet. HEX triplet: FE, 6C and 53. RGB value is (254,108,83). Sum of RGB (Red+Green+Blue) = 254+108+83=445 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.08% from 445); Green value is 108 (42.58% from 255 or 24.27% from 445); Blue value is 83 (32.81% from 255 or 18.65% from 445); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6C53 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6C53 is #0193AC. Grayscale: #959595. Windows color (decimal): -103341 or 5467390. OLE color: 5467390.
HSL color Cylindrical-coordinate representation of color #FE6C53: hue angle of 8.77º 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 #FE6C53 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 108 | 83 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.00 |
| HSL | 8.77º | 0.99% | 0.66% | - |
| HSV(B) | 8.77º | 0.67% | 1% | - |
| XYZ | 47.8 | 32.42 | 11.92 | - |
| YUV | 148.8 | 90.87 | 203.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 108 | 83 | 0 | 0.57 | 0.67 | 0.00 | 8.77 | 0.99 | 0.66 |
| Hex | FE | 6C | 53 | 0 | 39 | 43 | 0 | 9 | 63 | 42 |
| Octal | 376 | 154 | 123 | 0 | 71 | 103 | 0 | 11 | 143 | 102 |
| Binary | 11111110 | 1101100 | 1010011 | 0 | 111001 | 1000011 | 0 | 1001 | 1100011 | 1000010 |
Color Harmonies of #FE6C53
Complementary color
Monochromatic Colors of #FE6C53
Black with #FE6C53
Text Example
Text Example
White with #FE6C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6C53; }
p { color: rgb(254,108,83); }
H1.HeaderClassName
{
color: #FE6C53;
}
.AnyTagClassName
{
color: #FE6C53;
}
</style>
background-color css
<style>
a { background-color: #FE6C53; }
a { background-color: rgb(254,108,83); }
div.DivClassName
{
background-color: #FE6C53;
}
.BgClassName
{
background-color: #FE6C53;
}
</style>
border-color css
<style>
span { border-color: #FE6C53; }
span { border-color: rgb(254,108,83); }
td.TdClassName
{
border-color: #FE6C53;
}
.TagClassName
{
border-color: #FE6C53;
}
</style>