Shades of Bittersweet #FC705B
Tints of Bittersweet #FC705B
RGB
CMYK
RGB Variations
Color information
#FC705B (or 0xFC705B) is known color: Bittersweet. HEX triplet: FC, 70 and 5B. RGB value is (252,112,91). Sum of RGB (Red+Green+Blue) = 252+112+91=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 91 (35.94% from 255 or 20% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FC705B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC705B is #038FA4. Grayscale: #979797. Windows color (decimal): -233381 or 5992700. OLE color: 5992700.
HSL color Cylindrical-coordinate representation of color #FC705B: hue angle of 7.83º 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 #FC705B is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 112 | 91 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.01 |
| HSL | 7.83º | 0.96% | 0.67% | - |
| HSV(B) | 7.83º | 0.64% | 0.99% | - |
| XYZ | 47.83 | 33.04 | 13.75 | - |
| YUV | 151.47 | 93.88 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 112 | 91 | 0 | 0.56 | 0.64 | 0.01 | 7.83 | 0.96 | 0.67 |
| Hex | FC | 70 | 5B | 0 | 38 | 40 | 1 | 8 | 60 | 43 |
| Octal | 374 | 160 | 133 | 0 | 70 | 100 | 1 | 10 | 140 | 103 |
| Binary | 11111100 | 1110000 | 1011011 | 0 | 111000 | 1000000 | 1 | 1000 | 1100000 | 1000011 |
Color Harmonies of #FC705B
Complementary color
Monochromatic Colors of #FC705B
Black with #FC705B
Text Example
Text Example
White with #FC705B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC705B; }
p { color: rgb(252,112,91); }
H1.HeaderClassName
{
color: #FC705B;
}
.AnyTagClassName
{
color: #FC705B;
}
</style>
background-color css
<style>
a { background-color: #FC705B; }
a { background-color: rgb(252,112,91); }
div.DivClassName
{
background-color: #FC705B;
}
.BgClassName
{
background-color: #FC705B;
}
</style>
border-color css
<style>
span { border-color: #FC705B; }
span { border-color: rgb(252,112,91); }
td.TdClassName
{
border-color: #FC705B;
}
.TagClassName
{
border-color: #FC705B;
}
</style>