#FF8969

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

Shades of Salmon #FF8969

Tints of Salmon #FF8969

Color information

#FF8969 (or 0xFF8969) is unknown color: approx Salmon. HEX triplet: FF, 89 and 69. RGB value is (255,137,105). Sum of RGB (Red+Green+Blue) = 255+137+105=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 137 (53.91% from 255 or 27.57% from 497); Blue value is 105 (41.41% from 255 or 21.13% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8969 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8969 is #007696. Grayscale: #A8A8A8. Windows color (decimal): -30359 or 6916607. OLE color: 6916607.

HSL color Cylindrical-coordinate representation of color #FF8969: hue angle of 12.8º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF8969 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.

Color convert

RGB255137105-
CMYK00.460.590
HSL12.8º100%70.59%-
HSV(B)12.8º58.82%100%-
XYZ52.7440.1718.34-
YUV168.6392.09189.6-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.31%
GREEN value IS 137 (53.91% from 255) = 27.57%
BLUE value IS 105 (41.41% from 255) = 21.13%
R=51.31%
G=27.57%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513710500.460.59012.810070.59
HexFF896902E3B0d6447
Octal37721115105673015144107
Binary1111111110001001110100101011101110110110111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8969; }

 p { color: rgb(255,137,105); }

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

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

 a { background-color: rgb(255,137,105); }

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

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

 span { border-color: rgb(255,137,105); }

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