#FDA276

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

Shades of Light Salmon #FDA276

Tints of Light Salmon #FDA276

Color information

#FDA276 (or 0xFDA276) is unknown color: approx Light Salmon. HEX triplet: FD, A2 and 76. RGB value is (253,162,118). Sum of RGB (Red+Green+Blue) = 253+162+118=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 162 (63.67% from 255 or 30.39% from 533); Blue value is 118 (46.48% from 255 or 22.14% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA276 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA276 is #025D89. Grayscale: #B8B8B8. Windows color (decimal): -155018 or 7774973. OLE color: 7774973.

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

Color convert

RGB253162118-
CMYK00.360.530.01
HSL19.56º97.12%72.75%-
HSV(B)19.56º53.36%99.22%-
XYZ56.748.0323.42-
YUV184.1990.65177.08-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.47%
GREEN value IS 162 (63.67% from 255) = 30.39%
BLUE value IS 118 (46.48% from 255) = 22.14%
R=47.47%
G=30.39%
B=22.14%

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
Decimal25316211800.360.530.0119.5697.1272.75
HexFDA276024351146149
Octal37524216604465124141111
Binary11111101101000101110110010010011010111010011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA276; }

 p { color: rgb(253,162,118); }

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

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

 a { background-color: rgb(253,162,118); }

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

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

 span { border-color: rgb(253,162,118); }

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