Shades of Bittersweet #FC755D
Tints of Bittersweet #FC755D
RGB
CMYK
RGB Variations
Color information
#FC755D (or 0xFC755D) is known color: Bittersweet. HEX triplet: FC, 75 and 5D. RGB value is (252,117,93). Sum of RGB (Red+Green+Blue) = 252+117+93=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 117 (46.09% from 255 or 25.32% from 462); Blue value is 93 (36.72% from 255 or 20.13% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FC755D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC755D is #038AA2. Grayscale: #9A9A9A. Windows color (decimal): -232099 or 6125052. OLE color: 6125052.
HSL color Cylindrical-coordinate representation of color #FC755D: hue angle of 9.06º 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 #FC755D is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 117 | 93 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.01 |
| HSL | 9.06º | 0.96% | 0.68% | - |
| HSV(B) | 9.06º | 0.63% | 0.99% | - |
| XYZ | 48.48 | 34.21 | 14.4 | - |
| YUV | 154.63 | 93.23 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 117 | 93 | 0 | 0.54 | 0.63 | 0.01 | 9.06 | 0.96 | 0.68 |
| Hex | FC | 75 | 5D | 0 | 36 | 3F | 1 | 9 | 60 | 44 |
| Octal | 374 | 165 | 135 | 0 | 66 | 77 | 1 | 11 | 140 | 104 |
| Binary | 11111100 | 1110101 | 1011101 | 0 | 110110 | 111111 | 1 | 1001 | 1100000 | 1000100 |
Color Harmonies of #FC755D
Complementary color
Monochromatic Colors of #FC755D
Black with #FC755D
Text Example
Text Example
White with #FC755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC755D; }
p { color: rgb(252,117,93); }
H1.HeaderClassName
{
color: #FC755D;
}
.AnyTagClassName
{
color: #FC755D;
}
</style>
background-color css
<style>
a { background-color: #FC755D; }
a { background-color: rgb(252,117,93); }
div.DivClassName
{
background-color: #FC755D;
}
.BgClassName
{
background-color: #FC755D;
}
</style>
border-color css
<style>
span { border-color: #FC755D; }
span { border-color: rgb(252,117,93); }
td.TdClassName
{
border-color: #FC755D;
}
.TagClassName
{
border-color: #FC755D;
}
</style>