#FF655D

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

Shades of Bittersweet #FF655D

Tints of Bittersweet #FF655D

Color information

#FF655D (or 0xFF655D) is unknown color: approx Bittersweet. HEX triplet: FF, 65 and 5D. RGB value is (255,101,93). Sum of RGB (Red+Green+Blue) = 255+101+93=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 101 (39.84% from 255 or 22.49% from 449); Blue value is 93 (36.72% from 255 or 20.71% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FF655D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF655D is #009AA2. Grayscale: #929292. Windows color (decimal): -39587 or 6120959. OLE color: 6120959.

HSL color Cylindrical-coordinate representation of color #FF655D: hue angle of 2.96º 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 #FF655D is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB25510193-
CMYK00.600.640
HSL2.96º100%68.24%-
HSV(B)2.96º63.53%100%-
XYZ47.8731.3613.89-
YUV146.1398.02205.65-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.79%
GREEN value IS 101 (39.84% from 255) = 22.49%
BLUE value IS 93 (36.72% from 255) = 20.71%
R=56.79%
G=22.49%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551019300.600.6402.9610068.24
HexFF655D03C40036444
Octal37714513507410003144104
Binary11111111110010110111010111100100000001111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF655D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF655D; }

 p { color: rgb(255,101,93); }

 H1.HeaderClassName
 {
   color: #FF655D;
 }
 .AnyTagClassName
 {
   color: #FF655D;
 }
</style>
background-color css

<style>
 a { background-color: #FF655D; }

 a { background-color: rgb(255,101,93); }

 div.DivClassName
 {
   background-color: #FF655D;
 }
 .BgClassName
 {
   background-color: #FF655D;
 }
</style>
border-color css

<style>
 span { border-color: #FF655D; }

 span { border-color: rgb(255,101,93); }

 td.TdClassName
 {
   border-color: #FF655D;
 }
 .TagClassName
 {
   border-color: #FF655D;
 }
</style>