#F88364

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

Shades of Salmon #F88364

Tints of Salmon #F88364

Color information

#F88364 (or 0xF88364) is unknown color: approx Salmon. HEX triplet: F8, 83 and 64. RGB value is (248,131,100). Sum of RGB (Red+Green+Blue) = 248+131+100=479 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.77% from 479); Green value is 131 (51.56% from 255 or 27.35% from 479); Blue value is 100 (39.45% from 255 or 20.88% from 479); Max value from RGB is 248 - color contains mainly: red. Hex color #F88364 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88364 is #077C9B. Grayscale: #A2A2A2. Windows color (decimal): -490652 or 6587384. OLE color: 6587384.

HSL color Cylindrical-coordinate representation of color #F88364: hue angle of 12.57º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F88364 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB248131100-
CMYK00.470.600.03
HSL12.57º91.36%68.24%-
HSV(B)12.57º59.68%97.25%-
XYZ49.1337.1116.63-
YUV162.4592.76189.02-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 51.77%
GREEN value IS 131 (51.56% from 255) = 27.35%
BLUE value IS 100 (39.45% from 255) = 20.88%
R=51.77%
G=27.35%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.60
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813110000.470.600.0312.5791.3668.24
HexF8836402F3C3d5b44
Octal37020314405774315133104
Binary11111000100000111100100010111111110011110110110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88364; }

 p { color: rgb(248,131,100); }

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

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

 a { background-color: rgb(248,131,100); }

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

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

 span { border-color: rgb(248,131,100); }

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