#F89D7E

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

Shades of Light Salmon #F89D7E

Tints of Light Salmon #F89D7E

Color information

#F89D7E (or 0xF89D7E) is unknown color: approx Light Salmon. HEX triplet: F8, 9D and 7E. RGB value is (248,157,126). Sum of RGB (Red+Green+Blue) = 248+157+126=531 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.70% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 126 (49.61% from 255 or 23.73% from 531); Max value from RGB is 248 - color contains mainly: red. Hex color #F89D7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89D7E is #076281. Grayscale: #B4B4B4. Windows color (decimal): -483970 or 8297976. OLE color: 8297976.

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

Color convert

RGB248157126-
CMYK00.370.490.03
HSL15.25º89.71%73.33%-
HSV(B)15.25º49.19%97.25%-
XYZ54.5345.5825.66-
YUV180.6897.15176.02-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.70%
GREEN value IS 157 (61.72% from 255) = 29.57%
BLUE value IS 126 (49.61% from 255) = 23.73%
R=46.70%
G=29.57%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815712600.370.490.0315.2589.7173.33
HexF89D7E025313f5a49
Octal37023517604561317132111
Binary11111000100111011111110010010111000111111110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89D7E; }

 p { color: rgb(248,157,126); }

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

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

 a { background-color: rgb(248,157,126); }

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

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

 span { border-color: rgb(248,157,126); }

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