Shades of Bittersweet #FD726A
Tints of Bittersweet #FD726A
RGB
CMYK
RGB Variations
Color information
#FD726A (or 0xFD726A) is known color: Bittersweet. HEX triplet: FD, 72 and 6A. RGB value is (253,114,106). Sum of RGB (Red+Green+Blue) = 253+114+106=473 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.49% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 106 (41.80% from 255 or 22.41% from 473); Max value from RGB is 253 - color contains mainly: red. Hex color #FD726A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD726A is #028D95. Grayscale: #9A9A9A. Windows color (decimal): -167318 or 6976253. OLE color: 6976253.
HSL color Cylindrical-coordinate representation of color #FD726A: hue angle of 3.27º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FD726A is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 114 | 106 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.01 |
| HSL | 3.27º | 0.97% | 0.7% | - |
| HSV(B) | 3.27º | 0.58% | 0.99% | - |
| XYZ | 49.13 | 33.96 | 17.6 | - |
| YUV | 154.65 | 100.55 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 114 | 106 | 0 | 0.55 | 0.58 | 0.01 | 3.27 | 0.97 | 0.7 |
| Hex | FD | 72 | 6A | 0 | 37 | 3A | 1 | 3 | 61 | 46 |
| Octal | 375 | 162 | 152 | 0 | 67 | 72 | 1 | 3 | 141 | 106 |
| Binary | 11111101 | 1110010 | 1101010 | 0 | 110111 | 111010 | 1 | 11 | 1100001 | 1000110 |
Color Harmonies of #FD726A
Complementary color
Monochromatic Colors of #FD726A
Black with #FD726A
Text Example
Text Example
White with #FD726A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD726A; }
p { color: rgb(253,114,106); }
H1.HeaderClassName
{
color: #FD726A;
}
.AnyTagClassName
{
color: #FD726A;
}
</style>
background-color css
<style>
a { background-color: #FD726A; }
a { background-color: rgb(253,114,106); }
div.DivClassName
{
background-color: #FD726A;
}
.BgClassName
{
background-color: #FD726A;
}
</style>
border-color css
<style>
span { border-color: #FD726A; }
span { border-color: rgb(253,114,106); }
td.TdClassName
{
border-color: #FD726A;
}
.TagClassName
{
border-color: #FD726A;
}
</style>