#FF735C

Color #FF735C Bittersweet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bittersweet #FF735C

Tints of Bittersweet #FF735C

Color information

#FF735C (or 0xFF735C) is unknown color: approx 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

RGB25511592-
CMYK00.550.640
HSL8.47º100%68.04%-
HSV(B)8.47º63.92%100%-
XYZ49.334.2914.15-
YUV154.2492.88199.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 55.19%
GREEN value IS 115 (45.31% from 255) = 24.89%
BLUE value IS 92 (36.33% from 255) = 19.91%
R=55.19%
G=24.89%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551159200.550.6408.4710068.04
HexFF735C03740086444
Octal377163134067100010144104
Binary1111111111100111011100011011110000000100011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF735C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>