#F89C74

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

Shades of Light Salmon #F89C74

Tints of Light Salmon #F89C74

Color information

#F89C74 (or 0xF89C74) is unknown color: approx Light Salmon. HEX triplet: F8, 9C and 74. RGB value is (248,156,116). Sum of RGB (Red+Green+Blue) = 248+156+116=520 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.69% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 116 (45.70% from 255 or 22.31% from 520); Max value from RGB is 248 - color contains mainly: red. Hex color #F89C74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89C74 is #07638B. Grayscale: #B3B3B3. Windows color (decimal): -484236 or 7642360. OLE color: 7642360.

HSL color Cylindrical-coordinate representation of color #F89C74: hue angle of 18.18º 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 #F89C74 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB248156116-
CMYK00.370.530.03
HSL18.18º90.41%71.37%-
HSV(B)18.18º53.23%97.25%-
XYZ53.7544.9922.37-
YUV178.9592.48177.25-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.69%
GREEN value IS 156 (61.33% from 255) = 30%
BLUE value IS 116 (45.70% from 255) = 22.31%
R=47.69%
G=30%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815611600.370.530.0318.1890.4171.37
HexF89C74025353125a47
Octal37023416404565322132107
Binary111110001001110011101000100101110101111001010110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89C74; }

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

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

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

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

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

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

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

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