#FD8479

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

Shades of Salmon #FD8479

Tints of Salmon #FD8479

Color information

#FD8479 (or 0xFD8479) is unknown color: approx Salmon. HEX triplet: FD, 84 and 79. RGB value is (253,132,121). Sum of RGB (Red+Green+Blue) = 253+132+121=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 132 (51.95% from 255 or 26.09% from 506); Blue value is 121 (47.66% from 255 or 23.91% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8479 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8479 is #027B86. Grayscale: #A7A7A7. Windows color (decimal): -162695 or 7963901. OLE color: 7963901.

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

Color convert

RGB253132121-
CMYK00.480.520.01
HSL97.06%73.33%-
HSV(B)52.17%99.22%-
XYZ52.2138.7722.82-
YUV166.92102.09189.39-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50%
GREEN value IS 132 (51.95% from 255) = 26.09%
BLUE value IS 121 (47.66% from 255) = 23.91%
R=50%
G=26.09%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313212100.480.520.01597.0673.33
HexFD847903034156149
Octal3752041710606415141111
Binary111111011000010011110010110000110100110111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8479; }

 p { color: rgb(253,132,121); }

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

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

 a { background-color: rgb(253,132,121); }

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

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

 span { border-color: rgb(253,132,121); }

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