Shades of Bittersweet #FC6E5B
Tints of Bittersweet #FC6E5B
RGB
CMYK
RGB Variations
Color information
#FC6E5B (or 0xFC6E5B) is known color: Bittersweet. HEX triplet: FC, 6E and 5B. RGB value is (252,110,91). Sum of RGB (Red+Green+Blue) = 252+110+91=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 110 (43.36% from 255 or 24.28% from 453); Blue value is 91 (35.94% from 255 or 20.09% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6E5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6E5B is #0391A4. Grayscale: #969696. Windows color (decimal): -233893 or 5992188. OLE color: 5992188.
HSL color Cylindrical-coordinate representation of color #FC6E5B: hue angle of 7.08º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FC6E5B is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 110 | 91 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.01 |
| HSL | 7.08º | 0.96% | 0.67% | - |
| HSV(B) | 7.08º | 0.64% | 0.99% | - |
| XYZ | 47.61 | 32.6 | 13.68 | - |
| YUV | 150.29 | 94.54 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 110 | 91 | 0 | 0.56 | 0.64 | 0.01 | 7.08 | 0.96 | 0.67 |
| Hex | FC | 6E | 5B | 0 | 38 | 40 | 1 | 7 | 60 | 43 |
| Octal | 374 | 156 | 133 | 0 | 70 | 100 | 1 | 7 | 140 | 103 |
| Binary | 11111100 | 1101110 | 1011011 | 0 | 111000 | 1000000 | 1 | 111 | 1100000 | 1000011 |
Color Harmonies of #FC6E5B
Complementary color
Monochromatic Colors of #FC6E5B
Black with #FC6E5B
Text Example
Text Example
White with #FC6E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6E5B; }
p { color: rgb(252,110,91); }
H1.HeaderClassName
{
color: #FC6E5B;
}
.AnyTagClassName
{
color: #FC6E5B;
}
</style>
background-color css
<style>
a { background-color: #FC6E5B; }
a { background-color: rgb(252,110,91); }
div.DivClassName
{
background-color: #FC6E5B;
}
.BgClassName
{
background-color: #FC6E5B;
}
</style>
border-color css
<style>
span { border-color: #FC6E5B; }
span { border-color: rgb(252,110,91); }
td.TdClassName
{
border-color: #FC6E5B;
}
.TagClassName
{
border-color: #FC6E5B;
}
</style>