#FF8467

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

Shades of Salmon #FF8467

Tints of Salmon #FF8467

Color information

#FF8467 (or 0xFF8467) is unknown color: approx Salmon. HEX triplet: FF, 84 and 67. RGB value is (255,132,103). Sum of RGB (Red+Green+Blue) = 255+132+103=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 132 (51.95% from 255 or 26.94% from 490); Blue value is 103 (40.62% from 255 or 21.02% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8467 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8467 is #007B98. Grayscale: #A5A5A5. Windows color (decimal): -31641 or 6784255. OLE color: 6784255.

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

Color convert

RGB255132103-
CMYK00.480.600
HSL11.45º100%70.2%-
HSV(B)11.45º59.61%100%-
XYZ51.9438.7417.57-
YUV165.4792.75191.86-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.04%
GREEN value IS 132 (51.95% from 255) = 26.94%
BLUE value IS 103 (40.62% from 255) = 21.02%
R=52.04%
G=26.94%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.60
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513210300.480.60011.4510070.2
HexFF84670303C0b6446
Octal37720414706074013144106
Binary1111111110000100110011101100001111000101111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8467; }

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

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

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

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

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

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

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

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