#FD806E

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

Shades of Salmon #FD806E

Tints of Salmon #FD806E

Color information

#FD806E (or 0xFD806E) is unknown color: approx Salmon. HEX triplet: FD, 80 and 6E. RGB value is (253,128,110). Sum of RGB (Red+Green+Blue) = 253+128+110=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 110 (43.36% from 255 or 22.40% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FD806E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD806E is #027F91. Grayscale: #A3A3A3. Windows color (decimal): -163730 or 7241981. OLE color: 7241981.

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

Color convert

RGB253128110-
CMYK00.490.570.01
HSL7.55º97.28%71.18%-
HSV(B)7.55º56.52%99.22%-
XYZ51.0437.4519.29-
YUV163.3297.91191.96-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.53%
GREEN value IS 128 (50.39% from 255) = 26.07%
BLUE value IS 110 (43.36% from 255) = 22.40%
R=51.53%
G=26.07%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312811000.490.570.017.5597.2871.18
HexFD806E03139186147
Octal37520015606171110141107
Binary1111110110000000110111001100011110011100011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD806E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD806E; }

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

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

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

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

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

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

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

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