#FDA07D

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

Shades of Light Salmon #FDA07D

Tints of Light Salmon #FDA07D

Color information

#FDA07D (or 0xFDA07D) is unknown color: approx Light Salmon. HEX triplet: FD, A0 and 7D. RGB value is (253,160,125). Sum of RGB (Red+Green+Blue) = 253+160+125=538 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.03% from 538); Green value is 160 (62.89% from 255 or 29.74% from 538); Blue value is 125 (49.22% from 255 or 23.23% from 538); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA07D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA07D is #025F82. Grayscale: #B8B8B8. Windows color (decimal): -155523 or 8233213. OLE color: 8233213.

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

Color convert

RGB253160125-
CMYK00.370.510.01
HSL16.41º96.97%74.12%-
HSV(B)16.41º50.59%99.22%-
XYZ56.7847.525.58-
YUV183.8294.81177.35-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.03%
GREEN value IS 160 (62.89% from 255) = 29.74%
BLUE value IS 125 (49.22% from 255) = 23.23%
R=47.03%
G=29.74%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316012500.370.510.0116.4196.9774.12
HexFDA07D02533110614a
Octal37524017504563120141112
Binary11111101101000001111101010010111001111000011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA07D; }

 p { color: rgb(253,160,125); }

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

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

 a { background-color: rgb(253,160,125); }

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

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

 span { border-color: rgb(253,160,125); }

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