Shades of Bittersweet #FF6B5C
Tints of Bittersweet #FF6B5C
RGB
CMYK
RGB Variations
Color information
#FF6B5C (or 0xFF6B5C) is known color: Bittersweet. HEX triplet: FF, 6B and 5C. RGB value is (255,107,92). Sum of RGB (Red+Green+Blue) = 255+107+92=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 107 (42.19% from 255 or 23.57% from 454); Blue value is 92 (36.33% from 255 or 20.26% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6B5C is #0094A3. Grayscale: #959595. Windows color (decimal): -38052 or 6056959. OLE color: 6056959.
HSL color Cylindrical-coordinate representation of color #FF6B5C: hue angle of 5.52º 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 #FF6B5C is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 92 | - |
| CMYK | 0 | 0.58 | 0.64 | 0 |
| HSL | 5.52º | 1% | 0.68% | - |
| HSV(B) | 5.52º | 0.64% | 1% | - |
| XYZ | 48.43 | 32.55 | 13.86 | - |
| YUV | 149.54 | 95.53 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 92 | 0 | 0.58 | 0.64 | 0 | 5.52 | 1 | 0.68 |
| Hex | FF | 6B | 5C | 0 | 3A | 40 | 0 | 6 | 64 | 44 |
| Octal | 377 | 153 | 134 | 0 | 72 | 100 | 0 | 6 | 144 | 104 |
| Binary | 11111111 | 1101011 | 1011100 | 0 | 111010 | 1000000 | 0 | 110 | 1100100 | 1000100 |
Color Harmonies of #FF6B5C
Complementary color
Monochromatic Colors of #FF6B5C
Black with #FF6B5C
Text Example
Text Example
White with #FF6B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6B5C; }
p { color: rgb(255,107,92); }
H1.HeaderClassName
{
color: #FF6B5C;
}
.AnyTagClassName
{
color: #FF6B5C;
}
</style>
background-color css
<style>
a { background-color: #FF6B5C; }
a { background-color: rgb(255,107,92); }
div.DivClassName
{
background-color: #FF6B5C;
}
.BgClassName
{
background-color: #FF6B5C;
}
</style>
border-color css
<style>
span { border-color: #FF6B5C; }
span { border-color: rgb(255,107,92); }
td.TdClassName
{
border-color: #FF6B5C;
}
.TagClassName
{
border-color: #FF6B5C;
}
</style>