Shades of Bittersweet #FD736A
Tints of Bittersweet #FD736A
RGB
CMYK
RGB Variations
Color information
#FD736A (or 0xFD736A) is known color: Bittersweet. HEX triplet: FD, 73 and 6A. RGB value is (253,115,106). Sum of RGB (Red+Green+Blue) = 253+115+106=474 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.38% from 474); Green value is 115 (45.31% from 255 or 24.26% from 474); Blue value is 106 (41.80% from 255 or 22.36% from 474); Max value from RGB is 253 - color contains mainly: red. Hex color #FD736A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD736A is #028C95. Grayscale: #9B9B9B. Windows color (decimal): -167062 or 6976509. OLE color: 6976509.
HSL color Cylindrical-coordinate representation of color #FD736A: hue angle of 3.67º 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 #FD736A is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 115 | 106 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.01 |
| HSL | 3.67º | 0.97% | 0.7% | - |
| HSV(B) | 3.67º | 0.58% | 0.99% | - |
| XYZ | 49.24 | 34.18 | 17.64 | - |
| YUV | 155.24 | 100.22 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 115 | 106 | 0 | 0.55 | 0.58 | 0.01 | 3.67 | 0.97 | 0.7 |
| Hex | FD | 73 | 6A | 0 | 37 | 3A | 1 | 4 | 61 | 46 |
| Octal | 375 | 163 | 152 | 0 | 67 | 72 | 1 | 4 | 141 | 106 |
| Binary | 11111101 | 1110011 | 1101010 | 0 | 110111 | 111010 | 1 | 100 | 1100001 | 1000110 |
Color Harmonies of #FD736A
Complementary color
Monochromatic Colors of #FD736A
Black with #FD736A
Text Example
Text Example
White with #FD736A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD736A; }
p { color: rgb(253,115,106); }
H1.HeaderClassName
{
color: #FD736A;
}
.AnyTagClassName
{
color: #FD736A;
}
</style>
background-color css
<style>
a { background-color: #FD736A; }
a { background-color: rgb(253,115,106); }
div.DivClassName
{
background-color: #FD736A;
}
.BgClassName
{
background-color: #FD736A;
}
</style>
border-color css
<style>
span { border-color: #FD736A; }
span { border-color: rgb(253,115,106); }
td.TdClassName
{
border-color: #FD736A;
}
.TagClassName
{
border-color: #FD736A;
}
</style>