#f89e7c

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

Shades of Light Salmon #F89E7C

Tints of Light Salmon #F89E7C

Color information

#F89E7C (or 0xF89E7C) is unknown color: approx Light Salmon. HEX triplet: F8, 9E and 7C. RGB value is (248,158,124). Sum of RGB (Red+Green+Blue) = 248+158+124=530 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.79% from 530); Green value is 158 (62.11% from 255 or 29.81% from 530); Blue value is 124 (48.83% from 255 or 23.40% from 530); Max value from RGB is 248 - color contains mainly: red. Hex color #F89E7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89E7C is #076183. Grayscale: #B5B5B5. Windows color (decimal): -483716 or 8167160. OLE color: 8167160.

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

Color convert

RGB248158124-
CMYK00.360.50.03
HSL16.45º89.86%72.94%-
HSV(B)16.45º50%97.25%-
XYZ54.5845.8725.05-
YUV181.0395.82175.76-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.79%
GREEN value IS 158 (62.11% from 255) = 29.81%
BLUE value IS 124 (48.83% from 255) = 23.40%
R=46.79%
G=29.81%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.5
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815812400.360.50.0316.4589.8672.94
HexF89E7C024323105a49
Octal37023617404462320132111
Binary111110001001111011111000100100110010111000010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f89e7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f89e7c; }

 p { color: rgb(248,158,124); }

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

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

 a { background-color: rgb(248,158,124); }

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

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

 span { border-color: rgb(248,158,124); }

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