Shades of Bittersweet #FF7356
Tints of Bittersweet #FF7356
RGB
CMYK
RGB Variations
Color information
#FF7356 (or 0xFF7356) is known color: Bittersweet. HEX triplet: FF, 73 and 56. RGB value is (255,115,86). Sum of RGB (Red+Green+Blue) = 255+115+86=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 115 (45.31% from 255 or 25.22% from 456); Blue value is 86 (33.98% from 255 or 18.86% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7356 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7356 is #008CA9. Grayscale: #999999. Windows color (decimal): -36010 or 5665791. OLE color: 5665791.
HSL color Cylindrical-coordinate representation of color #FF7356: hue angle of 10.3º 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 #FF7356 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 86 | - |
| CMYK | 0 | 0.55 | 0.66 | 0 |
| HSL | 10.3º | 1% | 0.67% | - |
| HSV(B) | 10.3º | 0.66% | 1% | - |
| XYZ | 49.05 | 34.19 | 12.82 | - |
| YUV | 153.55 | 89.88 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 86 | 0 | 0.55 | 0.66 | 0 | 10.3 | 1 | 0.67 |
| Hex | FF | 73 | 56 | 0 | 37 | 42 | 0 | A | 64 | 43 |
| Octal | 377 | 163 | 126 | 0 | 67 | 102 | 0 | 12 | 144 | 103 |
| Binary | 11111111 | 1110011 | 1010110 | 0 | 110111 | 1000010 | 0 | 1010 | 1100100 | 1000011 |
Color Harmonies of #FF7356
Complementary color
Monochromatic Colors of #FF7356
Black with #FF7356
Text Example
Text Example
White with #FF7356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7356; }
p { color: rgb(255,115,86); }
H1.HeaderClassName
{
color: #FF7356;
}
.AnyTagClassName
{
color: #FF7356;
}
</style>
background-color css
<style>
a { background-color: #FF7356; }
a { background-color: rgb(255,115,86); }
div.DivClassName
{
background-color: #FF7356;
}
.BgClassName
{
background-color: #FF7356;
}
</style>
border-color css
<style>
span { border-color: #FF7356; }
span { border-color: rgb(255,115,86); }
td.TdClassName
{
border-color: #FF7356;
}
.TagClassName
{
border-color: #FF7356;
}
</style>