Shades of Bittersweet #FF735C
Tints of Bittersweet #FF735C
RGB
CMYK
RGB Variations
Color information
#FF735C (or 0xFF735C) is known color: Bittersweet. HEX triplet: FF, 73 and 5C. RGB value is (255,115,92). Sum of RGB (Red+Green+Blue) = 255+115+92=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 115 (45.31% from 255 or 24.89% from 462); Blue value is 92 (36.33% from 255 or 19.91% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF735C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF735C is #008CA3. Grayscale: #9A9A9A. Windows color (decimal): -36004 or 6059007. OLE color: 6059007.
HSL color Cylindrical-coordinate representation of color #FF735C: hue angle of 8.47º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF735C is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 115 | 92 | - |
CMYK | 0 | 0.55 | 0.64 | 0 |
HSL | 8.47º | 1% | 0.68% | - |
HSV(B) | 8.47º | 0.64% | 1% | - |
XYZ | 49.3 | 34.29 | 14.15 | - |
YUV | 154.24 | 92.88 | 199.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 115 | 92 | 0 | 0.55 | 0.64 | 0 | 8.47 | 1 | 0.68 |
Hex | FF | 73 | 5C | 0 | 37 | 40 | 0 | 8 | 64 | 44 |
Octal | 377 | 163 | 134 | 0 | 67 | 100 | 0 | 10 | 144 | 104 |
Binary | 11111111 | 1110011 | 1011100 | 0 | 110111 | 1000000 | 0 | 1000 | 1100100 | 1000100 |
Color Harmonies of #FF735C
Complementary color
Monochromatic Colors of #FF735C
Black with #FF735C
Text Example
Text Example
White with #FF735C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF735C; }
p { color: rgb(255,115,92); }
H1.HeaderClassName
{
color: #FF735C;
}
.AnyTagClassName
{
color: #FF735C;
}
</style>
background-color css
<style>
a { background-color: #FF735C; }
a { background-color: rgb(255,115,92); }
div.DivClassName
{
background-color: #FF735C;
}
.BgClassName
{
background-color: #FF735C;
}
</style>
border-color css
<style>
span { border-color: #FF735C; }
span { border-color: rgb(255,115,92); }
td.TdClassName
{
border-color: #FF735C;
}
.TagClassName
{
border-color: #FF735C;
}
</style>