Shades of Bittersweet #FC705D
Tints of Bittersweet #FC705D
RGB
CMYK
RGB Variations
Color information
#FC705D (or 0xFC705D) is known color: Bittersweet. HEX triplet: FC, 70 and 5D. RGB value is (252,112,93). Sum of RGB (Red+Green+Blue) = 252+112+93=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 112 (44.14% from 255 or 24.51% from 457); Blue value is 93 (36.72% from 255 or 20.35% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FC705D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC705D is #038FA2. Grayscale: #979797. Windows color (decimal): -233379 or 6123772. OLE color: 6123772.
HSL color Cylindrical-coordinate representation of color #FC705D: hue angle of 7.17º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC705D is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 112 | 93 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.01 |
| HSL | 7.17º | 0.96% | 0.68% | - |
| HSV(B) | 7.17º | 0.63% | 0.99% | - |
| XYZ | 47.91 | 33.07 | 14.21 | - |
| YUV | 151.69 | 94.88 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 112 | 93 | 0 | 0.56 | 0.63 | 0.01 | 7.17 | 0.96 | 0.68 |
| Hex | FC | 70 | 5D | 0 | 38 | 3F | 1 | 7 | 60 | 44 |
| Octal | 374 | 160 | 135 | 0 | 70 | 77 | 1 | 7 | 140 | 104 |
| Binary | 11111100 | 1110000 | 1011101 | 0 | 111000 | 111111 | 1 | 111 | 1100000 | 1000100 |
Color Harmonies of #FC705D
Complementary color
Monochromatic Colors of #FC705D
Black with #FC705D
Text Example
Text Example
White with #FC705D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC705D; }
p { color: rgb(252,112,93); }
H1.HeaderClassName
{
color: #FC705D;
}
.AnyTagClassName
{
color: #FC705D;
}
</style>
background-color css
<style>
a { background-color: #FC705D; }
a { background-color: rgb(252,112,93); }
div.DivClassName
{
background-color: #FC705D;
}
.BgClassName
{
background-color: #FC705D;
}
</style>
border-color css
<style>
span { border-color: #FC705D; }
span { border-color: rgb(252,112,93); }
td.TdClassName
{
border-color: #FC705D;
}
.TagClassName
{
border-color: #FC705D;
}
</style>