Shades of Bittersweet #FD755D
Tints of Bittersweet #FD755D
RGB
CMYK
RGB Variations
Color information
#FD755D (or 0xFD755D) is known color: Bittersweet. HEX triplet: FD, 75 and 5D. RGB value is (253,117,93). Sum of RGB (Red+Green+Blue) = 253+117+93=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 117 (46.09% from 255 or 25.27% from 463); Blue value is 93 (36.72% from 255 or 20.09% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FD755D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD755D is #028AA2. Grayscale: #9B9B9B. Windows color (decimal): -166563 or 6125053. OLE color: 6125053.
HSL color Cylindrical-coordinate representation of color #FD755D: hue angle of 9º degrees, saturation: 0.98, 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 #FD755D is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 117 | 93 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.01 |
| HSL | 9º | 0.98% | 0.68% | - |
| HSV(B) | 9º | 0.63% | 0.99% | - |
| XYZ | 48.85 | 34.4 | 14.42 | - |
| YUV | 154.93 | 93.06 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 117 | 93 | 0 | 0.54 | 0.63 | 0.01 | 9 | 0.98 | 0.68 |
| Hex | FD | 75 | 5D | 0 | 36 | 3F | 1 | 9 | 62 | 44 |
| Octal | 375 | 165 | 135 | 0 | 66 | 77 | 1 | 11 | 142 | 104 |
| Binary | 11111101 | 1110101 | 1011101 | 0 | 110110 | 111111 | 1 | 1001 | 1100010 | 1000100 |
Color Harmonies of #FD755D
Complementary color
Monochromatic Colors of #FD755D
Black with #FD755D
Text Example
Text Example
White with #FD755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD755D; }
p { color: rgb(253,117,93); }
H1.HeaderClassName
{
color: #FD755D;
}
.AnyTagClassName
{
color: #FD755D;
}
</style>
background-color css
<style>
a { background-color: #FD755D; }
a { background-color: rgb(253,117,93); }
div.DivClassName
{
background-color: #FD755D;
}
.BgClassName
{
background-color: #FD755D;
}
</style>
border-color css
<style>
span { border-color: #FD755D; }
span { border-color: rgb(253,117,93); }
td.TdClassName
{
border-color: #FD755D;
}
.TagClassName
{
border-color: #FD755D;
}
</style>