#FD9A75

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

Shades of Light Salmon #FD9A75

Tints of Light Salmon #FD9A75

Color information

#FD9A75 (or 0xFD9A75) is unknown color: approx Light Salmon. HEX triplet: FD, 9A and 75. RGB value is (253,154,117). Sum of RGB (Red+Green+Blue) = 253+154+117=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 117 (46.09% from 255 or 22.33% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9A75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9A75 is #02658A. Grayscale: #B3B3B3. Windows color (decimal): -157067 or 7707389. OLE color: 7707389.

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

Color convert

RGB253154117-
CMYK00.390.540.01
HSL16.32º97.14%72.55%-
HSV(B)16.32º53.75%99.22%-
XYZ55.2745.2822.66-
YUV179.3892.8180.51-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.28%
GREEN value IS 154 (60.55% from 255) = 29.39%
BLUE value IS 117 (46.09% from 255) = 22.33%
R=48.28%
G=29.39%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315411700.390.540.0116.3297.1472.55
HexFD9A75027361106149
Octal37523216504766120141111
Binary11111101100110101110101010011111011011000011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9A75; }

 p { color: rgb(253,154,117); }

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

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

 a { background-color: rgb(253,154,117); }

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

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

 span { border-color: rgb(253,154,117); }

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