#FF817B

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

Shades of Salmon #FF817B

Tints of Salmon #FF817B

Color information

#FF817B (or 0xFF817B) is unknown color: approx Salmon. HEX triplet: FF, 81 and 7B. RGB value is (255,129,123). Sum of RGB (Red+Green+Blue) = 255+129+123=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 129 (50.78% from 255 or 25.44% from 507); Blue value is 123 (48.44% from 255 or 24.26% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF817B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF817B is #007E84. Grayscale: #A6A6A6. Windows color (decimal): -32389 or 8094207. OLE color: 8094207.

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

Color convert

RGB255129123-
CMYK00.490.520
HSL2.73º100%74.12%-
HSV(B)2.73º51.76%100%-
XYZ52.6738.3923.37-
YUV165.99103.74191.49-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.30%
GREEN value IS 129 (50.78% from 255) = 25.44%
BLUE value IS 123 (48.44% from 255) = 24.26%
R=50.30%
G=25.44%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512912300.490.5202.7310074.12
HexFF817B0313403644a
Octal3772011730616403144112
Binary11111111100000011111011011000111010001111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF817B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF817B; }

 p { color: rgb(255,129,123); }

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

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

 a { background-color: rgb(255,129,123); }

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

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

 span { border-color: rgb(255,129,123); }

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