#FF7866

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

Shades of Bittersweet #FF7866

Tints of Bittersweet #FF7866

Color information

#FF7866 (or 0xFF7866) is unknown color: approx Bittersweet. HEX triplet: FF, 78 and 66. RGB value is (255,120,102). Sum of RGB (Red+Green+Blue) = 255+120+102=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 120 (47.27% from 255 or 25.16% from 477); Blue value is 102 (40.23% from 255 or 21.38% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7866 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7866 is #008799. Grayscale: #9E9E9E. Windows color (decimal): -34714 or 6715647. OLE color: 6715647.

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

Color convert

RGB255120102-
CMYK00.530.60
HSL7.06º100%70%-
HSV(B)7.06º60%100%-
XYZ50.3535.6516.8-
YUV158.3196.23196.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.46%
GREEN value IS 120 (47.27% from 255) = 25.16%
BLUE value IS 102 (40.23% from 255) = 21.38%
R=53.46%
G=25.16%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512010200.530.607.0610070
HexFF78660353C076446
Octal3771701460657407144106
Binary11111111111100011001100110101111100011111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7866; }

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

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

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

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

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

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

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

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