Shades of Bittersweet #FF7256
Tints of Bittersweet #FF7256
RGB
CMYK
RGB Variations
Color information
#FF7256 (or 0xFF7256) is known color: Bittersweet. HEX triplet: FF, 72 and 56. RGB value is (255,114,86). Sum of RGB (Red+Green+Blue) = 255+114+86=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 86 (33.98% from 255 or 18.90% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7256 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7256 is #008DA9. Grayscale: #999999. Windows color (decimal): -36266 or 5665535. OLE color: 5665535.
HSL color Cylindrical-coordinate representation of color #FF7256: hue angle of 9.94º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FF7256 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 86 | - |
| CMYK | 0 | 0.55 | 0.66 | 0 |
| HSL | 9.94º | 1% | 0.67% | - |
| HSV(B) | 9.94º | 0.66% | 1% | - |
| XYZ | 48.94 | 33.97 | 12.78 | - |
| YUV | 152.97 | 90.21 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 86 | 0 | 0.55 | 0.66 | 0 | 9.94 | 1 | 0.67 |
| Hex | FF | 72 | 56 | 0 | 37 | 42 | 0 | A | 64 | 43 |
| Octal | 377 | 162 | 126 | 0 | 67 | 102 | 0 | 12 | 144 | 103 |
| Binary | 11111111 | 1110010 | 1010110 | 0 | 110111 | 1000010 | 0 | 1010 | 1100100 | 1000011 |
Color Harmonies of #FF7256
Complementary color
Monochromatic Colors of #FF7256
Black with #FF7256
Text Example
Text Example
White with #FF7256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7256; }
p { color: rgb(255,114,86); }
H1.HeaderClassName
{
color: #FF7256;
}
.AnyTagClassName
{
color: #FF7256;
}
</style>
background-color css
<style>
a { background-color: #FF7256; }
a { background-color: rgb(255,114,86); }
div.DivClassName
{
background-color: #FF7256;
}
.BgClassName
{
background-color: #FF7256;
}
</style>
border-color css
<style>
span { border-color: #FF7256; }
span { border-color: rgb(255,114,86); }
td.TdClassName
{
border-color: #FF7256;
}
.TagClassName
{
border-color: #FF7256;
}
</style>