Shades of Bittersweet #FF6E5B
Tints of Bittersweet #FF6E5B
RGB
CMYK
RGB Variations
Color information
#FF6E5B (or 0xFF6E5B) is known color: Bittersweet. HEX triplet: FF, 6E and 5B. RGB value is (255,110,91). Sum of RGB (Red+Green+Blue) = 255+110+91=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 110 (43.36% from 255 or 24.12% from 456); Blue value is 91 (35.94% from 255 or 19.96% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6E5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6E5B is #0091A4. Grayscale: #979797. Windows color (decimal): -37285 or 5992191. OLE color: 5992191.
HSL color Cylindrical-coordinate representation of color #FF6E5B: hue angle of 6.95º 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 #FF6E5B is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 110 | 91 | - |
| CMYK | 0 | 0.57 | 0.64 | 0 |
| HSL | 6.95º | 1% | 0.68% | - |
| HSV(B) | 6.95º | 0.64% | 1% | - |
| XYZ | 48.7 | 33.17 | 13.73 | - |
| YUV | 151.19 | 94.04 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 110 | 91 | 0 | 0.57 | 0.64 | 0 | 6.95 | 1 | 0.68 |
| Hex | FF | 6E | 5B | 0 | 39 | 40 | 0 | 7 | 64 | 44 |
| Octal | 377 | 156 | 133 | 0 | 71 | 100 | 0 | 7 | 144 | 104 |
| Binary | 11111111 | 1101110 | 1011011 | 0 | 111001 | 1000000 | 0 | 111 | 1100100 | 1000100 |
Color Harmonies of #FF6E5B
Complementary color
Monochromatic Colors of #FF6E5B
Black with #FF6E5B
Text Example
Text Example
White with #FF6E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6E5B; }
p { color: rgb(255,110,91); }
H1.HeaderClassName
{
color: #FF6E5B;
}
.AnyTagClassName
{
color: #FF6E5B;
}
</style>
background-color css
<style>
a { background-color: #FF6E5B; }
a { background-color: rgb(255,110,91); }
div.DivClassName
{
background-color: #FF6E5B;
}
.BgClassName
{
background-color: #FF6E5B;
}
</style>
border-color css
<style>
span { border-color: #FF6E5B; }
span { border-color: rgb(255,110,91); }
td.TdClassName
{
border-color: #FF6E5B;
}
.TagClassName
{
border-color: #FF6E5B;
}
</style>