Shades of Bittersweet #FD715D
Tints of Bittersweet #FD715D
RGB
CMYK
RGB Variations
Color information
#FD715D (or 0xFD715D) is known color: Bittersweet. HEX triplet: FD, 71 and 5D. RGB value is (253,113,93). Sum of RGB (Red+Green+Blue) = 253+113+93=459 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.12% from 459); Green value is 113 (44.53% from 255 or 24.62% from 459); Blue value is 93 (36.72% from 255 or 20.26% from 459); Max value from RGB is 253 - color contains mainly: red. Hex color #FD715D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD715D is #028EA2. Grayscale: #989898. Windows color (decimal): -167587 or 6124029. OLE color: 6124029.
HSL color Cylindrical-coordinate representation of color #FD715D: hue angle of 7.5º 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 #FD715D is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 113 | 93 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.01 |
| HSL | 7.5º | 0.98% | 0.68% | - |
| HSV(B) | 7.5º | 0.63% | 0.99% | - |
| XYZ | 48.39 | 33.48 | 14.27 | - |
| YUV | 152.58 | 94.38 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 113 | 93 | 0 | 0.55 | 0.63 | 0.01 | 7.5 | 0.98 | 0.68 |
| Hex | FD | 71 | 5D | 0 | 37 | 3F | 1 | 8 | 62 | 44 |
| Octal | 375 | 161 | 135 | 0 | 67 | 77 | 1 | 10 | 142 | 104 |
| Binary | 11111101 | 1110001 | 1011101 | 0 | 110111 | 111111 | 1 | 1000 | 1100010 | 1000100 |
Color Harmonies of #FD715D
Complementary color
Monochromatic Colors of #FD715D
Black with #FD715D
Text Example
Text Example
White with #FD715D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD715D; }
p { color: rgb(253,113,93); }
H1.HeaderClassName
{
color: #FD715D;
}
.AnyTagClassName
{
color: #FD715D;
}
</style>
background-color css
<style>
a { background-color: #FD715D; }
a { background-color: rgb(253,113,93); }
div.DivClassName
{
background-color: #FD715D;
}
.BgClassName
{
background-color: #FD715D;
}
</style>
border-color css
<style>
span { border-color: #FD715D; }
span { border-color: rgb(253,113,93); }
td.TdClassName
{
border-color: #FD715D;
}
.TagClassName
{
border-color: #FD715D;
}
</style>