#FFA277

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

Shades of Light Salmon #FFA277

Tints of Light Salmon #FFA277

Color information

#FFA277 (or 0xFFA277) is unknown color: approx Light Salmon. HEX triplet: FF, A2 and 77. RGB value is (255,162,119). Sum of RGB (Red+Green+Blue) = 255+162+119=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 162 (63.67% from 255 or 30.22% from 536); Blue value is 119 (46.88% from 255 or 22.20% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA277 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA277 is #005D88. Grayscale: #B9B9B9. Windows color (decimal): -23945 or 7840511. OLE color: 7840511.

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

Color convert

RGB255162119-
CMYK00.360.530
HSL18.97º100%73.33%-
HSV(B)18.97º53.33%100%-
XYZ57.4948.4323.77-
YUV184.990.81178-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.57%
GREEN value IS 162 (63.67% from 255) = 30.22%
BLUE value IS 119 (46.88% from 255) = 22.20%
R=47.57%
G=30.22%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516211900.360.53018.9710073.33
HexFFA277024350136449
Octal37724216704465023144111
Binary11111111101000101110111010010011010101001111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA277; }

 p { color: rgb(255,162,119); }

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

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

 a { background-color: rgb(255,162,119); }

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

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

 span { border-color: rgb(255,162,119); }

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