#F89972

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

Shades of Light Salmon #F89972

Tints of Light Salmon #F89972

Color information

#F89972 (or 0xF89972) is unknown color: approx Light Salmon. HEX triplet: F8, 99 and 72. RGB value is (248,153,114). Sum of RGB (Red+Green+Blue) = 248+153+114=515 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.16% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 114 (44.92% from 255 or 22.14% from 515); Max value from RGB is 248 - color contains mainly: red. Hex color #F89972 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89972 is #07668D. Grayscale: #B1B1B1. Windows color (decimal): -485006 or 7510520. OLE color: 7510520.

HSL color Cylindrical-coordinate representation of color #F89972: hue angle of 17.46º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F89972 is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB248153114-
CMYK00.380.540.03
HSL17.46º90.54%70.98%-
HSV(B)17.46º54.03%97.25%-
XYZ53.1443.9521.6-
YUV176.9692.47178.67-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 48.16%
GREEN value IS 153 (60.16% from 255) = 29.71%
BLUE value IS 114 (44.92% from 255) = 22.14%
R=48.16%
G=29.71%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815311400.380.540.0317.4690.5470.98
HexF89972026363115b47
Octal37023116204666321133107
Binary111110001001100111100100100110110110111000110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89972; }

 p { color: rgb(248,153,114); }

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

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

 a { background-color: rgb(248,153,114); }

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

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

 span { border-color: rgb(248,153,114); }

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