#FF8062

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

Shades of Salmon #FF8062

Tints of Salmon #FF8062

Color information

#FF8062 (or 0xFF8062) is unknown color: approx Salmon. HEX triplet: FF, 80 and 62. RGB value is (255,128,98). Sum of RGB (Red+Green+Blue) = 255+128+98=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 128 (50.39% from 255 or 26.61% from 481); Blue value is 98 (38.67% from 255 or 20.37% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8062 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8062 is #007F9D. Grayscale: #A2A2A2. Windows color (decimal): -32670 or 6455551. OLE color: 6455551.

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

Color convert

RGB25512898-
CMYK00.500.620
HSL11.46º100%69.22%-
HSV(B)11.46º61.57%100%-
XYZ51.1637.5816.11-
YUV162.5591.58193.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.01%
GREEN value IS 128 (50.39% from 255) = 26.61%
BLUE value IS 98 (38.67% from 255) = 20.37%
R=53.01%
G=26.61%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551289800.500.62011.4610069.22
HexFF80620323E0b6445
Octal37720014206276013144105
Binary1111111110000000110001001100101111100101111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8062; }

 p { color: rgb(255,128,98); }

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

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

 a { background-color: rgb(255,128,98); }

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

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

 span { border-color: rgb(255,128,98); }

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