Shades of Bittersweet #FD7256
Tints of Bittersweet #FD7256
RGB
CMYK
RGB Variations
Color information
#FD7256 (or 0xFD7256) is known color: Bittersweet. HEX triplet: FD, 72 and 56. RGB value is (253,114,86). Sum of RGB (Red+Green+Blue) = 253+114+86=453 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.85% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 86 (33.98% from 255 or 18.98% from 453); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7256 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7256 is #028DA9. Grayscale: #989898. Windows color (decimal): -167338 or 5665533. OLE color: 5665533.
HSL color Cylindrical-coordinate representation of color #FD7256: hue angle of 10.06º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FD7256 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 114 | 86 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.01 |
| HSL | 10.06º | 0.98% | 0.66% | - |
| HSV(B) | 10.06º | 0.66% | 0.99% | - |
| XYZ | 48.21 | 33.59 | 12.75 | - |
| YUV | 152.37 | 90.55 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 114 | 86 | 0 | 0.55 | 0.66 | 0.01 | 10.06 | 0.98 | 0.66 |
| Hex | FD | 72 | 56 | 0 | 37 | 42 | 1 | A | 62 | 42 |
| Octal | 375 | 162 | 126 | 0 | 67 | 102 | 1 | 12 | 142 | 102 |
| Binary | 11111101 | 1110010 | 1010110 | 0 | 110111 | 1000010 | 1 | 1010 | 1100010 | 1000010 |
Color Harmonies of #FD7256
Complementary color
Monochromatic Colors of #FD7256
Black with #FD7256
Text Example
Text Example
White with #FD7256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7256; }
p { color: rgb(253,114,86); }
H1.HeaderClassName
{
color: #FD7256;
}
.AnyTagClassName
{
color: #FD7256;
}
</style>
background-color css
<style>
a { background-color: #FD7256; }
a { background-color: rgb(253,114,86); }
div.DivClassName
{
background-color: #FD7256;
}
.BgClassName
{
background-color: #FD7256;
}
</style>
border-color css
<style>
span { border-color: #FD7256; }
span { border-color: rgb(253,114,86); }
td.TdClassName
{
border-color: #FD7256;
}
.TagClassName
{
border-color: #FD7256;
}
</style>