#FF645C

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

Shades of Bittersweet #FF645C

Tints of Bittersweet #FF645C

Color information

#FF645C (or 0xFF645C) is unknown color: approx Bittersweet. HEX triplet: FF, 64 and 5C. RGB value is (255,100,92). Sum of RGB (Red+Green+Blue) = 255+100+92=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 100 (39.45% from 255 or 22.37% from 447); Blue value is 92 (36.33% from 255 or 20.58% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FF645C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF645C is #009BA3. Grayscale: #919191. Windows color (decimal): -39844 or 6055167. OLE color: 6055167.

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

Color convert

RGB25510092-
CMYK00.610.640
HSL2.94º100%68.04%-
HSV(B)2.94º63.92%100%-
XYZ47.7331.1513.62-
YUV145.4397.85206.15-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.05%
GREEN value IS 100 (39.45% from 255) = 22.37%
BLUE value IS 92 (36.33% from 255) = 20.58%
R=57.05%
G=22.37%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551009200.610.6402.9410068.04
HexFF645C03D40036444
Octal37714413407510003144104
Binary11111111110010010111000111101100000001111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF645C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF645C; }

 p { color: rgb(255,100,92); }

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

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

 a { background-color: rgb(255,100,92); }

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

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

 span { border-color: rgb(255,100,92); }

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