Shades of Bittersweet #FD705B
Tints of Bittersweet #FD705B
RGB
CMYK
RGB Variations
Color information
#FD705B (or 0xFD705B) is known color: Bittersweet. HEX triplet: FD, 70 and 5B. RGB value is (253,112,91). Sum of RGB (Red+Green+Blue) = 253+112+91=456 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.48% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 91 (35.94% from 255 or 19.96% from 456); Max value from RGB is 253 - color contains mainly: red. Hex color #FD705B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD705B is #028FA4. Grayscale: #979797. Windows color (decimal): -167845 or 5992701. OLE color: 5992701.
HSL color Cylindrical-coordinate representation of color #FD705B: hue angle of 7.78º degrees, saturation: 0.98, 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 #FD705B is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 112 | 91 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.01 |
| HSL | 7.78º | 0.98% | 0.67% | - |
| HSV(B) | 7.78º | 0.64% | 0.99% | - |
| XYZ | 48.19 | 33.23 | 13.77 | - |
| YUV | 151.77 | 93.71 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 112 | 91 | 0 | 0.56 | 0.64 | 0.01 | 7.78 | 0.98 | 0.67 |
| Hex | FD | 70 | 5B | 0 | 38 | 40 | 1 | 8 | 62 | 43 |
| Octal | 375 | 160 | 133 | 0 | 70 | 100 | 1 | 10 | 142 | 103 |
| Binary | 11111101 | 1110000 | 1011011 | 0 | 111000 | 1000000 | 1 | 1000 | 1100010 | 1000011 |
Color Harmonies of #FD705B
Complementary color
Monochromatic Colors of #FD705B
Black with #FD705B
Text Example
Text Example
White with #FD705B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD705B; }
p { color: rgb(253,112,91); }
H1.HeaderClassName
{
color: #FD705B;
}
.AnyTagClassName
{
color: #FD705B;
}
</style>
background-color css
<style>
a { background-color: #FD705B; }
a { background-color: rgb(253,112,91); }
div.DivClassName
{
background-color: #FD705B;
}
.BgClassName
{
background-color: #FD705B;
}
</style>
border-color css
<style>
span { border-color: #FD705B; }
span { border-color: rgb(253,112,91); }
td.TdClassName
{
border-color: #FD705B;
}
.TagClassName
{
border-color: #FD705B;
}
</style>