Shades of Bittersweet #FF6D5C
Tints of Bittersweet #FF6D5C
RGB
CMYK
RGB Variations
Color information
#FF6D5C (or 0xFF6D5C) is known color: Bittersweet. HEX triplet: FF, 6D and 5C. RGB value is (255,109,92). Sum of RGB (Red+Green+Blue) = 255+109+92=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 109 (42.97% from 255 or 23.90% from 456); Blue value is 92 (36.33% from 255 or 20.18% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6D5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6D5C is #0092A3. Grayscale: #969696. Windows color (decimal): -37540 or 6057471. OLE color: 6057471.
HSL color Cylindrical-coordinate representation of color #FF6D5C: hue angle of 6.26º 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 #FF6D5C is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 109 | 92 | - |
| CMYK | 0 | 0.57 | 0.64 | 0 |
| HSL | 6.26º | 1% | 0.68% | - |
| HSV(B) | 6.26º | 0.64% | 1% | - |
| XYZ | 48.64 | 32.97 | 13.93 | - |
| YUV | 150.72 | 94.87 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 109 | 92 | 0 | 0.57 | 0.64 | 0 | 6.26 | 1 | 0.68 |
| Hex | FF | 6D | 5C | 0 | 39 | 40 | 0 | 6 | 64 | 44 |
| Octal | 377 | 155 | 134 | 0 | 71 | 100 | 0 | 6 | 144 | 104 |
| Binary | 11111111 | 1101101 | 1011100 | 0 | 111001 | 1000000 | 0 | 110 | 1100100 | 1000100 |
Color Harmonies of #FF6D5C
Complementary color
Monochromatic Colors of #FF6D5C
Black with #FF6D5C
Text Example
Text Example
White with #FF6D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6D5C; }
p { color: rgb(255,109,92); }
H1.HeaderClassName
{
color: #FF6D5C;
}
.AnyTagClassName
{
color: #FF6D5C;
}
</style>
background-color css
<style>
a { background-color: #FF6D5C; }
a { background-color: rgb(255,109,92); }
div.DivClassName
{
background-color: #FF6D5C;
}
.BgClassName
{
background-color: #FF6D5C;
}
</style>
border-color css
<style>
span { border-color: #FF6D5C; }
span { border-color: rgb(255,109,92); }
td.TdClassName
{
border-color: #FF6D5C;
}
.TagClassName
{
border-color: #FF6D5C;
}
</style>