Shades of Bittersweet #FC735D
Tints of Bittersweet #FC735D
RGB
CMYK
RGB Variations
Color information
#FC735D (or 0xFC735D) is known color: Bittersweet. HEX triplet: FC, 73 and 5D. RGB value is (252,115,93). Sum of RGB (Red+Green+Blue) = 252+115+93=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 115 (45.31% from 255 or 25% from 460); Blue value is 93 (36.72% from 255 or 20.22% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FC735D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC735D is #038CA2. Grayscale: #999999. Windows color (decimal): -232611 or 6124540. OLE color: 6124540.
HSL color Cylindrical-coordinate representation of color #FC735D: hue angle of 8.3º 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 #FC735D is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 115 | 93 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.01 |
| HSL | 8.3º | 0.96% | 0.68% | - |
| HSV(B) | 8.3º | 0.63% | 0.99% | - |
| XYZ | 48.25 | 33.75 | 14.33 | - |
| YUV | 153.46 | 93.89 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 93 | 0 | 0.54 | 0.63 | 0.01 | 8.3 | 0.96 | 0.68 |
| Hex | FC | 73 | 5D | 0 | 36 | 3F | 1 | 8 | 60 | 44 |
| Octal | 374 | 163 | 135 | 0 | 66 | 77 | 1 | 10 | 140 | 104 |
| Binary | 11111100 | 1110011 | 1011101 | 0 | 110110 | 111111 | 1 | 1000 | 1100000 | 1000100 |
Color Harmonies of #FC735D
Complementary color
Monochromatic Colors of #FC735D
Black with #FC735D
Text Example
Text Example
White with #FC735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC735D; }
p { color: rgb(252,115,93); }
H1.HeaderClassName
{
color: #FC735D;
}
.AnyTagClassName
{
color: #FC735D;
}
</style>
background-color css
<style>
a { background-color: #FC735D; }
a { background-color: rgb(252,115,93); }
div.DivClassName
{
background-color: #FC735D;
}
.BgClassName
{
background-color: #FC735D;
}
</style>
border-color css
<style>
span { border-color: #FC735D; }
span { border-color: rgb(252,115,93); }
td.TdClassName
{
border-color: #FC735D;
}
.TagClassName
{
border-color: #FC735D;
}
</style>