#FF7865

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

Shades of Bittersweet #FF7865

Tints of Bittersweet #FF7865

Color information

#FF7865 (or 0xFF7865) is unknown color: approx Bittersweet. HEX triplet: FF, 78 and 65. RGB value is (255,120,101). Sum of RGB (Red+Green+Blue) = 255+120+101=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 120 (47.27% from 255 or 25.21% from 476); Blue value is 101 (39.84% from 255 or 21.22% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7865 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7865 is #00879A. Grayscale: #9E9E9E. Windows color (decimal): -34715 or 6650111. OLE color: 6650111.

HSL color Cylindrical-coordinate representation of color #FF7865: hue angle of 7.4º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF7865 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.

Color convert

RGB255120101-
CMYK00.530.600
HSL7.4º100%69.8%-
HSV(B)7.4º60.39%100%-
XYZ50.3135.6316.54-
YUV158.295.73197.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.57%
GREEN value IS 120 (47.27% from 255) = 25.21%
BLUE value IS 101 (39.84% from 255) = 21.22%
R=53.57%
G=25.21%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.60
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512010100.530.6007.410069.8
HexFF78650353C076446
Octal3771701450657407144106
Binary11111111111100011001010110101111100011111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7865; }

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

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

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

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

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

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

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

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