#F6A077

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

Shades of Light Salmon #F6A077

Tints of Light Salmon #F6A077

Color information

#F6A077 (or 0xF6A077) is unknown color: approx Light Salmon. HEX triplet: F6, A0 and 77. RGB value is (246,160,119). Sum of RGB (Red+Green+Blue) = 246+160+119=525 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.86% from 525); Green value is 160 (62.89% from 255 or 30.48% from 525); Blue value is 119 (46.88% from 255 or 22.67% from 525); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A077 is #095F88. Grayscale: #B5B5B5. Windows color (decimal): -614281 or 7839990. OLE color: 7839990.

HSL color Cylindrical-coordinate representation of color #F6A077: hue angle of 19.37º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F6A077 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB246160119-
CMYK00.350.520.04
HSL19.37º87.59%71.57%-
HSV(B)19.37º51.63%96.47%-
XYZ53.9146.0723.5-
YUV181.0492.99174.33-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 46.86%
GREEN value IS 160 (62.89% from 255) = 30.48%
BLUE value IS 119 (46.88% from 255) = 22.67%
R=46.86%
G=30.48%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616011900.350.520.0419.3787.5971.57
HexF6A077023344135848
Octal36624016704364423130110
Binary1111011010100000111011101000111101001001001110110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A077; }

 p { color: rgb(246,160,119); }

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

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

 a { background-color: rgb(246,160,119); }

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

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

 span { border-color: rgb(246,160,119); }

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