#FD8779

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

Shades of Salmon #FD8779

Tints of Salmon #FD8779

Color information

#FD8779 (or 0xFD8779) is unknown color: approx Salmon. HEX triplet: FD, 87 and 79. RGB value is (253,135,121). Sum of RGB (Red+Green+Blue) = 253+135+121=509 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.71% from 509); Green value is 135 (53.12% from 255 or 26.52% from 509); Blue value is 121 (47.66% from 255 or 23.77% from 509); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8779 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8779 is #027886. Grayscale: #A8A8A8. Windows color (decimal): -161927 or 7964669. OLE color: 7964669.

HSL color Cylindrical-coordinate representation of color #FD8779: hue angle of 6.36º 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 #FD8779 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB253135121-
CMYK00.470.520.01
HSL6.36º97.06%73.33%-
HSV(B)6.36º52.17%99.22%-
XYZ52.6239.5922.96-
YUV168.69101.09188.14-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.71%
GREEN value IS 135 (53.12% from 255) = 26.52%
BLUE value IS 121 (47.66% from 255) = 23.77%
R=49.71%
G=26.52%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313512100.470.520.016.3697.0673.33
HexFD877902F34166149
Octal3752071710576416141111
Binary111111011000011111110010101111110100111011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8779; }

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

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

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

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

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

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

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

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