#F88467

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

Shades of Salmon #F88467

Tints of Salmon #F88467

Color information

#F88467 (or 0xF88467) is unknown color: approx Salmon. HEX triplet: F8, 84 and 67. RGB value is (248,132,103). Sum of RGB (Red+Green+Blue) = 248+132+103=483 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.35% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 103 (40.62% from 255 or 21.33% from 483); Max value from RGB is 248 - color contains mainly: red. Hex color #F88467 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88467 is #077B98. Grayscale: #A3A3A3. Windows color (decimal): -490393 or 6784248. OLE color: 6784248.

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

Color convert

RGB248132103-
CMYK00.470.580.03
HSL12º91.19%68.82%-
HSV(B)12º58.47%97.25%-
XYZ49.4137.4417.45-
YUV163.3893.93188.36-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 51.35%
GREEN value IS 132 (51.95% from 255) = 27.33%
BLUE value IS 103 (40.62% from 255) = 21.33%
R=51.35%
G=27.33%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813210300.470.580.031291.1968.82
HexF8846702F3A3c5b45
Octal37020414705772314133105
Binary11111000100001001100111010111111101011110010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88467; }

 p { color: rgb(248,132,103); }

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

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

 a { background-color: rgb(248,132,103); }

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

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

 span { border-color: rgb(248,132,103); }

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