#F89E7B

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

Shades of Light Salmon #F89E7B

Tints of Light Salmon #F89E7B

Color information

#F89E7B (or 0xF89E7B) is unknown color: approx Light Salmon. HEX triplet: F8, 9E and 7B. RGB value is (248,158,123). Sum of RGB (Red+Green+Blue) = 248+158+123=529 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.88% from 529); Green value is 158 (62.11% from 255 or 29.87% from 529); Blue value is 123 (48.44% from 255 or 23.25% from 529); Max value from RGB is 248 - color contains mainly: red. Hex color #F89E7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89E7B is #076184. Grayscale: #B5B5B5. Windows color (decimal): -483717 or 8101624. OLE color: 8101624.

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

Color convert

RGB248158123-
CMYK00.360.500.03
HSL16.8º89.93%72.75%-
HSV(B)16.8º50.4%97.25%-
XYZ54.5145.8424.71-
YUV180.9295.32175.85-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.88%
GREEN value IS 158 (62.11% from 255) = 29.87%
BLUE value IS 123 (48.44% from 255) = 23.25%
R=46.88%
G=29.87%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.50
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815812300.360.500.0316.889.9372.75
HexF89E7B024323115a49
Octal37023617304462321132111
Binary111110001001111011110110100100110010111000110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89E7B; }

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

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

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

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

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

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

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

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