#F7A684

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

Shades of Light Salmon #F7A684

Tints of Light Salmon #F7A684

Color information

#F7A684 (or 0xF7A684) is unknown color: approx Light Salmon. HEX triplet: F7, A6 and 84. RGB value is (247,166,132). Sum of RGB (Red+Green+Blue) = 247+166+132=545 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.32% from 545); Green value is 166 (65.23% from 255 or 30.46% from 545); Blue value is 132 (51.95% from 255 or 24.22% from 545); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A684 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A684 is #08597B. Grayscale: #BABABA. Windows color (decimal): -547196 or 8693495. OLE color: 8693495.

HSL color Cylindrical-coordinate representation of color #F7A684: hue angle of 17.74º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F7A684 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB247166132-
CMYK00.330.470.03
HSL17.74º87.79%74.31%-
HSV(B)17.74º46.56%96.86%-
XYZ56.1648.7128.27-
YUV186.3497.34171.26-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 45.32%
GREEN value IS 166 (65.23% from 255) = 30.46%
BLUE value IS 132 (51.95% from 255) = 24.22%
R=45.32%
G=30.46%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716613200.330.470.0317.7487.7974.31
HexF7A6840212F312584a
Octal36724620404157322130112
Binary1111011110100110100001000100001101111111001010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A684; }

 p { color: rgb(247,166,132); }

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

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

 a { background-color: rgb(247,166,132); }

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

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

 span { border-color: rgb(247,166,132); }

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