#FF8267

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

Shades of Salmon #FF8267

Tints of Salmon #FF8267

Color information

#FF8267 (or 0xFF8267) is unknown color: approx Salmon. HEX triplet: FF, 82 and 67. RGB value is (255,130,103). Sum of RGB (Red+Green+Blue) = 255+130+103=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 103 (40.62% from 255 or 21.11% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8267 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8267 is #007D98. Grayscale: #A4A4A4. Windows color (decimal): -32153 or 6783743. OLE color: 6783743.

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

Color convert

RGB255130103-
CMYK00.490.600
HSL10.66º100%70.2%-
HSV(B)10.66º59.61%100%-
XYZ51.6738.217.48-
YUV164.393.41192.7-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.25%
GREEN value IS 130 (51.17% from 255) = 26.64%
BLUE value IS 103 (40.62% from 255) = 21.11%
R=52.25%
G=26.64%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.60
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513010300.490.60010.6610070.2
HexFF82670313C0b6446
Octal37720214706174013144106
Binary1111111110000010110011101100011111000101111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8267; }

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

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

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

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

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

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

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

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