#FDA789

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

Shades of Light Salmon #FDA789

Tints of Light Salmon #FDA789

Color information

#FDA789 (or 0xFDA789) is unknown color: approx Light Salmon. HEX triplet: FD, A7 and 89. RGB value is (253,167,137). Sum of RGB (Red+Green+Blue) = 253+167+137=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 167 (65.62% from 255 or 29.98% from 557); Blue value is 137 (53.91% from 255 or 24.60% from 557); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA789 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA789 is #025876. Grayscale: #BDBDBD. Windows color (decimal): -153719 or 9021437. OLE color: 9021437.

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

Color convert

RGB253167137-
CMYK00.340.460.01
HSL15.52º96.67%76.47%-
HSV(B)15.52º45.85%99.22%-
XYZ58.8450.3330.28-
YUV189.2998.49173.44-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.42%
GREEN value IS 167 (65.62% from 255) = 29.98%
BLUE value IS 137 (53.91% from 255) = 24.60%
R=45.42%
G=29.98%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316713700.340.460.0115.5296.6776.47
HexFDA7890222E110614c
Octal37524721104256120141114
Binary111111011010011110001001010001010111011000011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA789; }

 p { color: rgb(253,167,137); }

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

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

 a { background-color: rgb(253,167,137); }

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

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

 span { border-color: rgb(253,167,137); }

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