#F89B74

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

Shades of Light Salmon #F89B74

Tints of Light Salmon #F89B74

Color information

#F89B74 (or 0xF89B74) is unknown color: approx Light Salmon. HEX triplet: F8, 9B and 74. RGB value is (248,155,116). Sum of RGB (Red+Green+Blue) = 248+155+116=519 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.78% from 519); Green value is 155 (60.94% from 255 or 29.87% from 519); Blue value is 116 (45.70% from 255 or 22.35% from 519); Max value from RGB is 248 - color contains mainly: red. Hex color #F89B74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89B74 is #07648B. Grayscale: #B2B2B2. Windows color (decimal): -484492 or 7642104. OLE color: 7642104.

HSL color Cylindrical-coordinate representation of color #F89B74: hue angle of 17.73º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F89B74 is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB248155116-
CMYK00.380.530.03
HSL17.73º90.41%71.37%-
HSV(B)17.73º53.23%97.25%-
XYZ53.5944.6622.32-
YUV178.3692.81177.67-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.78%
GREEN value IS 155 (60.94% from 255) = 29.87%
BLUE value IS 116 (45.70% from 255) = 22.35%
R=47.78%
G=29.87%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815511600.380.530.0317.7390.4171.37
HexF89B74026353125a47
Octal37023316404665322132107
Binary111110001001101111101000100110110101111001010110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89B74; }

 p { color: rgb(248,155,116); }

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

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

 a { background-color: rgb(248,155,116); }

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

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

 span { border-color: rgb(248,155,116); }

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