#FF8266

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

Shades of Salmon #FF8266

Tints of Salmon #FF8266

Color information

#FF8266 (or 0xFF8266) is unknown color: approx Salmon. HEX triplet: FF, 82 and 66. RGB value is (255,130,102). Sum of RGB (Red+Green+Blue) = 255+130+102=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 102 (40.23% from 255 or 20.94% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8266 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8266 is #007D99. Grayscale: #A4A4A4. Windows color (decimal): -32154 or 6718207. OLE color: 6718207.

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

Color convert

RGB255130102-
CMYK00.490.60
HSL10.98º100%70%-
HSV(B)10.98º60%100%-
XYZ51.6238.1817.22-
YUV164.1892.91192.78-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.36%
GREEN value IS 130 (51.17% from 255) = 26.69%
BLUE value IS 102 (40.23% from 255) = 20.94%
R=52.36%
G=26.69%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513010200.490.6010.9810070
HexFF82660313C0b6446
Octal37720214606174013144106
Binary1111111110000010110011001100011111000101111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8266; }

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

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

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

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

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

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

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

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