Shades of Bittersweet #FD6256
Tints of Bittersweet #FD6256
RGB
CMYK
RGB Variations
Color information
#FD6256 (or 0xFD6256) is known color: Bittersweet. HEX triplet: FD, 62 and 56. RGB value is (253,98,86). Sum of RGB (Red+Green+Blue) = 253+98+86=437 (57% of max value = 765). Red value is 253 (99.22% from 255 or 57.89% from 437); Green value is 98 (38.67% from 255 or 22.43% from 437); Blue value is 86 (33.98% from 255 or 19.68% from 437); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6256 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6256 is #029DA9. Grayscale: #8F8F8F. Windows color (decimal): -171434 or 5661437. OLE color: 5661437.
HSL color Cylindrical-coordinate representation of color #FD6256: hue angle of 4.31º 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 #FD6256 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 98 | 86 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.01 |
| HSL | 4.31º | 0.98% | 0.66% | - |
| HSV(B) | 4.31º | 0.66% | 0.99% | - |
| XYZ | 46.56 | 30.29 | 12.2 | - |
| YUV | 142.98 | 95.85 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 98 | 86 | 0 | 0.61 | 0.66 | 0.01 | 4.31 | 0.98 | 0.66 |
| Hex | FD | 62 | 56 | 0 | 3D | 42 | 1 | 4 | 62 | 42 |
| Octal | 375 | 142 | 126 | 0 | 75 | 102 | 1 | 4 | 142 | 102 |
| Binary | 11111101 | 1100010 | 1010110 | 0 | 111101 | 1000010 | 1 | 100 | 1100010 | 1000010 |
Color Harmonies of #FD6256
Complementary color
Monochromatic Colors of #FD6256
Black with #FD6256
Text Example
Text Example
White with #FD6256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6256; }
p { color: rgb(253,98,86); }
H1.HeaderClassName
{
color: #FD6256;
}
.AnyTagClassName
{
color: #FD6256;
}
</style>
background-color css
<style>
a { background-color: #FD6256; }
a { background-color: rgb(253,98,86); }
div.DivClassName
{
background-color: #FD6256;
}
.BgClassName
{
background-color: #FD6256;
}
</style>
border-color css
<style>
span { border-color: #FD6256; }
span { border-color: rgb(253,98,86); }
td.TdClassName
{
border-color: #FD6256;
}
.TagClassName
{
border-color: #FD6256;
}
</style>