Shades of Bittersweet #FC6E5A
Tints of Bittersweet #FC6E5A
RGB
CMYK
RGB Variations
Color information
#FC6E5A (or 0xFC6E5A) is known color: Bittersweet. HEX triplet: FC, 6E and 5A. RGB value is (252,110,90). Sum of RGB (Red+Green+Blue) = 252+110+90=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 110 (43.36% from 255 or 24.34% from 452); Blue value is 90 (35.55% from 255 or 19.91% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6E5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6E5A is #0391A5. Grayscale: #969696. Windows color (decimal): -233894 or 5926652. OLE color: 5926652.
HSL color Cylindrical-coordinate representation of color #FC6E5A: hue angle of 7.41º 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 #FC6E5A is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 110 | 90 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.01 |
| HSL | 7.41º | 0.96% | 0.67% | - |
| HSV(B) | 7.41º | 0.64% | 0.99% | - |
| XYZ | 47.57 | 32.59 | 13.46 | - |
| YUV | 150.18 | 94.04 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 110 | 90 | 0 | 0.56 | 0.64 | 0.01 | 7.41 | 0.96 | 0.67 |
| Hex | FC | 6E | 5A | 0 | 38 | 40 | 1 | 7 | 60 | 43 |
| Octal | 374 | 156 | 132 | 0 | 70 | 100 | 1 | 7 | 140 | 103 |
| Binary | 11111100 | 1101110 | 1011010 | 0 | 111000 | 1000000 | 1 | 111 | 1100000 | 1000011 |
Color Harmonies of #FC6E5A
Complementary color
Monochromatic Colors of #FC6E5A
Black with #FC6E5A
Text Example
Text Example
White with #FC6E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6E5A; }
p { color: rgb(252,110,90); }
H1.HeaderClassName
{
color: #FC6E5A;
}
.AnyTagClassName
{
color: #FC6E5A;
}
</style>
background-color css
<style>
a { background-color: #FC6E5A; }
a { background-color: rgb(252,110,90); }
div.DivClassName
{
background-color: #FC6E5A;
}
.BgClassName
{
background-color: #FC6E5A;
}
</style>
border-color css
<style>
span { border-color: #FC6E5A; }
span { border-color: rgb(252,110,90); }
td.TdClassName
{
border-color: #FC6E5A;
}
.TagClassName
{
border-color: #FC6E5A;
}
</style>