#F89C75

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

Shades of Light Salmon #F89C75

Tints of Light Salmon #F89C75

Color information

#F89C75 (or 0xF89C75) is unknown color: approx Light Salmon. HEX triplet: F8, 9C and 75. RGB value is (248,156,117). Sum of RGB (Red+Green+Blue) = 248+156+117=521 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.60% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 117 (46.09% from 255 or 22.46% from 521); Max value from RGB is 248 - color contains mainly: red. Hex color #F89C75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89C75 is #07638A. Grayscale: #B3B3B3. Windows color (decimal): -484235 or 7707896. OLE color: 7707896.

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

Color convert

RGB248156117-
CMYK00.370.530.03
HSL17.86º90.34%71.57%-
HSV(B)17.86º52.82%97.25%-
XYZ53.8145.0222.68-
YUV179.0692.98177.17-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.60%
GREEN value IS 156 (61.33% from 255) = 29.94%
BLUE value IS 117 (46.09% from 255) = 22.46%
R=47.60%
G=29.94%
B=22.46%

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
Decimal24815611700.370.530.0317.8690.3471.57
HexF89C75025353125a48
Octal37023416504565322132110
Binary111110001001110011101010100101110101111001010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89C75; }

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

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

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

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

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

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

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

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