#FFA77E

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

Shades of Light Salmon #FFA77E

Tints of Light Salmon #FFA77E

Color information

#FFA77E (or 0xFFA77E) is unknown color: approx Light Salmon. HEX triplet: FF, A7 and 7E. RGB value is (255,167,126). Sum of RGB (Red+Green+Blue) = 255+167+126=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 167 (65.62% from 255 or 30.47% from 548); Blue value is 126 (49.61% from 255 or 22.99% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA77E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA77E is #005881. Grayscale: #BCBCBC. Windows color (decimal): -22658 or 8300543. OLE color: 8300543.

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

Color convert

RGB255167126-
CMYK00.350.510
HSL19.07º100%74.71%-
HSV(B)19.07º50.59%100%-
XYZ58.8250.426.37-
YUV188.6492.65175.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.53%
GREEN value IS 167 (65.62% from 255) = 30.47%
BLUE value IS 126 (49.61% from 255) = 22.99%
R=46.53%
G=30.47%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516712600.350.51019.0710074.71
HexFFA77E02333013644b
Octal37724717604363023144113
Binary11111111101001111111110010001111001101001111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA77E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA77E; }

 p { color: rgb(255,167,126); }

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

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

 a { background-color: rgb(255,167,126); }

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

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

 span { border-color: rgb(255,167,126); }

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