#FFA77F

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

Shades of Light Salmon #FFA77F

Tints of Light Salmon #FFA77F

Color information

#FFA77F (or 0xFFA77F) is unknown color: approx Light Salmon. HEX triplet: FF, A7 and 7F. RGB value is (255,167,127). Sum of RGB (Red+Green+Blue) = 255+167+127=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 167 (65.62% from 255 or 30.42% from 549); Blue value is 127 (50% from 255 or 23.13% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA77F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA77F is #005880. Grayscale: #BDBDBD. Windows color (decimal): -22657 or 8366079. OLE color: 8366079.

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

Color convert

RGB255167127-
CMYK00.350.500
HSL18.75º100%74.9%-
HSV(B)18.75º50.2%100%-
XYZ58.8950.4326.71-
YUV188.7593.15175.25-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.45%
GREEN value IS 167 (65.62% from 255) = 30.42%
BLUE value IS 127 (50% from 255) = 23.13%
R=46.45%
G=30.42%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516712700.350.50018.7510074.9
HexFFA77F02332013644b
Octal37724717704362023144113
Binary11111111101001111111111010001111001001001111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA77F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA77F; }

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

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

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

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

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

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

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

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