Shades of Bittersweet #FF6C5D
Tints of Bittersweet #FF6C5D
RGB
CMYK
RGB Variations
Color information
#FF6C5D (or 0xFF6C5D) is known color: Bittersweet. HEX triplet: FF, 6C and 5D. RGB value is (255,108,93). Sum of RGB (Red+Green+Blue) = 255+108+93=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 108 (42.58% from 255 or 23.68% from 456); Blue value is 93 (36.72% from 255 or 20.39% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6C5D is #0093A2. Grayscale: #969696. Windows color (decimal): -37795 or 6122751. OLE color: 6122751.
HSL color Cylindrical-coordinate representation of color #FF6C5D: hue angle of 5.56º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF6C5D is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 108 | 93 | - |
| CMYK | 0 | 0.58 | 0.64 | 0 |
| HSL | 5.56º | 1% | 0.68% | - |
| HSV(B) | 5.56º | 0.64% | 1% | - |
| XYZ | 48.58 | 32.78 | 14.12 | - |
| YUV | 150.24 | 95.7 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 108 | 93 | 0 | 0.58 | 0.64 | 0 | 5.56 | 1 | 0.68 |
| Hex | FF | 6C | 5D | 0 | 3A | 40 | 0 | 6 | 64 | 44 |
| Octal | 377 | 154 | 135 | 0 | 72 | 100 | 0 | 6 | 144 | 104 |
| Binary | 11111111 | 1101100 | 1011101 | 0 | 111010 | 1000000 | 0 | 110 | 1100100 | 1000100 |
Color Harmonies of #FF6C5D
Complementary color
Monochromatic Colors of #FF6C5D
Black with #FF6C5D
Text Example
Text Example
White with #FF6C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6C5D; }
p { color: rgb(255,108,93); }
H1.HeaderClassName
{
color: #FF6C5D;
}
.AnyTagClassName
{
color: #FF6C5D;
}
</style>
background-color css
<style>
a { background-color: #FF6C5D; }
a { background-color: rgb(255,108,93); }
div.DivClassName
{
background-color: #FF6C5D;
}
.BgClassName
{
background-color: #FF6C5D;
}
</style>
border-color css
<style>
span { border-color: #FF6C5D; }
span { border-color: rgb(255,108,93); }
td.TdClassName
{
border-color: #FF6C5D;
}
.TagClassName
{
border-color: #FF6C5D;
}
</style>