#FF7A66

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

Shades of Bittersweet #FF7A66

Tints of Bittersweet #FF7A66

Color information

#FF7A66 (or 0xFF7A66) is unknown color: approx Bittersweet. HEX triplet: FF, 7A and 66. RGB value is (255,122,102). Sum of RGB (Red+Green+Blue) = 255+122+102=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 122 (48.05% from 255 or 25.47% from 479); Blue value is 102 (40.23% from 255 or 21.29% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7A66 is #008599. Grayscale: #9F9F9F. Windows color (decimal): -34202 or 6716159. OLE color: 6716159.

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

Color convert

RGB255122102-
CMYK00.520.60
HSL7.84º100%70%-
HSV(B)7.84º60%100%-
XYZ50.636.1416.88-
YUV159.4995.56196.13-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.24%
GREEN value IS 122 (48.05% from 255) = 25.47%
BLUE value IS 102 (40.23% from 255) = 21.29%
R=53.24%
G=25.47%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512210200.520.607.8410070
HexFF7A660343C086446
Octal37717214606474010144106
Binary111111111111010110011001101001111000100011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7A66; }

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

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

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

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

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

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

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

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