#FDA378

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

Shades of Light Salmon #FDA378

Tints of Light Salmon #FDA378

Color information

#FDA378 (or 0xFDA378) is unknown color: approx Light Salmon. HEX triplet: FD, A3 and 78. RGB value is (253,163,120). Sum of RGB (Red+Green+Blue) = 253+163+120=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 163 (64.06% from 255 or 30.41% from 536); Blue value is 120 (47.27% from 255 or 22.39% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA378 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA378 is #025C87. Grayscale: #B9B9B9. Windows color (decimal): -154760 or 7906301. OLE color: 7906301.

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

Color convert

RGB253163120-
CMYK00.360.530.01
HSL19.4º97.08%73.14%-
HSV(B)19.4º52.57%99.22%-
XYZ5748.4324.11-
YUV185.0191.32176.5-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.20%
GREEN value IS 163 (64.06% from 255) = 30.41%
BLUE value IS 120 (47.27% from 255) = 22.39%
R=47.20%
G=30.41%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316312000.360.530.0119.497.0873.14
HexFDA378024351136149
Octal37524317004465123141111
Binary11111101101000111111000010010011010111001111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA378; }

 p { color: rgb(253,163,120); }

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

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

 a { background-color: rgb(253,163,120); }

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

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

 span { border-color: rgb(253,163,120); }

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