Shades of Bittersweet #FD7259
Tints of Bittersweet #FD7259
RGB
CMYK
RGB Variations
Color information
#FD7259 (or 0xFD7259) is known color: Bittersweet. HEX triplet: FD, 72 and 59. RGB value is (253,114,89). Sum of RGB (Red+Green+Blue) = 253+114+89=456 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.48% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 89 (35.16% from 255 or 19.52% from 456); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7259 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7259 is #028DA6. Grayscale: #989898. Windows color (decimal): -167335 or 5862141. OLE color: 5862141.
HSL color Cylindrical-coordinate representation of color #FD7259: hue angle of 9.15º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FD7259 is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 114 | 89 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.01 |
| HSL | 9.15º | 0.98% | 0.67% | - |
| HSV(B) | 9.15º | 0.65% | 0.99% | - |
| XYZ | 48.33 | 33.64 | 13.4 | - |
| YUV | 152.71 | 92.05 | 199.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 114 | 89 | 0 | 0.55 | 0.65 | 0.01 | 9.15 | 0.98 | 0.67 |
| Hex | FD | 72 | 59 | 0 | 37 | 41 | 1 | 9 | 62 | 43 |
| Octal | 375 | 162 | 131 | 0 | 67 | 101 | 1 | 11 | 142 | 103 |
| Binary | 11111101 | 1110010 | 1011001 | 0 | 110111 | 1000001 | 1 | 1001 | 1100010 | 1000011 |
Color Harmonies of #FD7259
Complementary color
Monochromatic Colors of #FD7259
Black with #FD7259
Text Example
Text Example
White with #FD7259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7259; }
p { color: rgb(253,114,89); }
H1.HeaderClassName
{
color: #FD7259;
}
.AnyTagClassName
{
color: #FD7259;
}
</style>
background-color css
<style>
a { background-color: #FD7259; }
a { background-color: rgb(253,114,89); }
div.DivClassName
{
background-color: #FD7259;
}
.BgClassName
{
background-color: #FD7259;
}
</style>
border-color css
<style>
span { border-color: #FD7259; }
span { border-color: rgb(253,114,89); }
td.TdClassName
{
border-color: #FD7259;
}
.TagClassName
{
border-color: #FD7259;
}
</style>