Shades of Bittersweet #FC5C5B
Tints of Bittersweet #FC5C5B
RGB
CMYK
RGB Variations
Color information
#FC5C5B (or 0xFC5C5B) is known color: Bittersweet. HEX triplet: FC, 5C and 5B. RGB value is (252,92,91). Sum of RGB (Red+Green+Blue) = 252+92+91=435 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.93% from 435); Green value is 92 (36.33% from 255 or 21.15% from 435); Blue value is 91 (35.94% from 255 or 20.92% from 435); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5C5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5C5B is #03A3A4. Grayscale: #8B8B8B. Windows color (decimal): -238501 or 5987580. OLE color: 5987580.
HSL color Cylindrical-coordinate representation of color #FC5C5B: hue angle of 0.37º 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 #FC5C5B is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 92 | 91 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.01 |
| HSL | 0.37º | 0.96% | 0.67% | - |
| HSV(B) | 0.37º | 0.64% | 0.99% | - |
| XYZ | 45.86 | 29.11 | 13.1 | - |
| YUV | 139.73 | 100.51 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 92 | 91 | 0 | 0.63 | 0.64 | 0.01 | 0.37 | 0.96 | 0.67 |
| Hex | FC | 5C | 5B | 0 | 3F | 40 | 1 | 0 | 60 | 43 |
| Octal | 374 | 134 | 133 | 0 | 77 | 100 | 1 | 0 | 140 | 103 |
| Binary | 11111100 | 1011100 | 1011011 | 0 | 111111 | 1000000 | 1 | 0 | 1100000 | 1000011 |
Color Harmonies of #FC5C5B
Complementary color
Monochromatic Colors of #FC5C5B
Black with #FC5C5B
Text Example
Text Example
White with #FC5C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5C5B; }
p { color: rgb(252,92,91); }
H1.HeaderClassName
{
color: #FC5C5B;
}
.AnyTagClassName
{
color: #FC5C5B;
}
</style>
background-color css
<style>
a { background-color: #FC5C5B; }
a { background-color: rgb(252,92,91); }
div.DivClassName
{
background-color: #FC5C5B;
}
.BgClassName
{
background-color: #FC5C5B;
}
</style>
border-color css
<style>
span { border-color: #FC5C5B; }
span { border-color: rgb(252,92,91); }
td.TdClassName
{
border-color: #FC5C5B;
}
.TagClassName
{
border-color: #FC5C5B;
}
</style>