Shades of Bittersweet #FD7356
Tints of Bittersweet #FD7356
RGB
CMYK
RGB Variations
Color information
#FD7356 (or 0xFD7356) is known color: Bittersweet. HEX triplet: FD, 73 and 56. RGB value is (253,115,86). Sum of RGB (Red+Green+Blue) = 253+115+86=454 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.73% from 454); Green value is 115 (45.31% from 255 or 25.33% from 454); Blue value is 86 (33.98% from 255 or 18.94% from 454); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7356 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7356 is #028CA9. Grayscale: #999999. Windows color (decimal): -167082 or 5665789. OLE color: 5665789.
HSL color Cylindrical-coordinate representation of color #FD7356: hue angle of 10.42º 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 #FD7356 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 115 | 86 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.01 |
| HSL | 10.42º | 0.98% | 0.66% | - |
| HSV(B) | 10.42º | 0.66% | 0.99% | - |
| XYZ | 48.32 | 33.82 | 12.78 | - |
| YUV | 152.96 | 90.22 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 115 | 86 | 0 | 0.55 | 0.66 | 0.01 | 10.42 | 0.98 | 0.66 |
| Hex | FD | 73 | 56 | 0 | 37 | 42 | 1 | A | 62 | 42 |
| Octal | 375 | 163 | 126 | 0 | 67 | 102 | 1 | 12 | 142 | 102 |
| Binary | 11111101 | 1110011 | 1010110 | 0 | 110111 | 1000010 | 1 | 1010 | 1100010 | 1000010 |
Color Harmonies of #FD7356
Complementary color
Monochromatic Colors of #FD7356
Black with #FD7356
Text Example
Text Example
White with #FD7356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7356; }
p { color: rgb(253,115,86); }
H1.HeaderClassName
{
color: #FD7356;
}
.AnyTagClassName
{
color: #FD7356;
}
</style>
background-color css
<style>
a { background-color: #FD7356; }
a { background-color: rgb(253,115,86); }
div.DivClassName
{
background-color: #FD7356;
}
.BgClassName
{
background-color: #FD7356;
}
</style>
border-color css
<style>
span { border-color: #FD7356; }
span { border-color: rgb(253,115,86); }
td.TdClassName
{
border-color: #FD7356;
}
.TagClassName
{
border-color: #FD7356;
}
</style>