#FF8867

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

Shades of Salmon #FF8867

Tints of Salmon #FF8867

Color information

#FF8867 (or 0xFF8867) is unknown color: approx Salmon. HEX triplet: FF, 88 and 67. RGB value is (255,136,103). Sum of RGB (Red+Green+Blue) = 255+136+103=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 136 (53.52% from 255 or 27.53% from 494); Blue value is 103 (40.62% from 255 or 20.85% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8867 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8867 is #007798. Grayscale: #A8A8A8. Windows color (decimal): -30617 or 6785279. OLE color: 6785279.

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

Color convert

RGB255136103-
CMYK00.470.600
HSL13.03º100%70.2%-
HSV(B)13.03º59.61%100%-
XYZ52.4939.8517.76-
YUV167.8291.42190.18-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.62%
GREEN value IS 136 (53.52% from 255) = 27.53%
BLUE value IS 103 (40.62% from 255) = 20.85%
R=51.62%
G=27.53%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.60
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513610300.470.60013.0310070.2
HexFF886702F3C0d6446
Octal37721014705774015144106
Binary1111111110001000110011101011111111000110111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8867; }

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

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

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

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

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

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

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

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