#FD806A

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

Shades of Salmon #FD806A

Tints of Salmon #FD806A

Color information

#FD806A (or 0xFD806A) is unknown color: approx Salmon. HEX triplet: FD, 80 and 6A. RGB value is (253,128,106). Sum of RGB (Red+Green+Blue) = 253+128+106=487 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.95% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 106 (41.80% from 255 or 21.77% from 487); Max value from RGB is 253 - color contains mainly: red. Hex color #FD806A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD806A is #027F95. Grayscale: #A3A3A3. Windows color (decimal): -163734 or 6979837. OLE color: 6979837.

HSL color Cylindrical-coordinate representation of color #FD806A: hue angle of 8.98º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FD806A is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB253128106-
CMYK00.490.580.01
HSL8.98º97.35%70.39%-
HSV(B)8.98º58.1%99.22%-
XYZ50.8337.3618.17-
YUV162.8795.91192.29-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.95%
GREEN value IS 128 (50.39% from 255) = 26.28%
BLUE value IS 106 (41.80% from 255) = 21.77%
R=51.95%
G=26.28%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312810600.490.580.018.9897.3570.39
HexFD806A0313A196146
Octal37520015206172111141106
Binary1111110110000000110101001100011110101100111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD806A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD806A; }

 p { color: rgb(253,128,106); }

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

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

 a { background-color: rgb(253,128,106); }

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

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

 span { border-color: rgb(253,128,106); }

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