#F88967

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

Shades of Salmon #F88967

Tints of Salmon #F88967

Color information

#F88967 (or 0xF88967) is unknown color: approx Salmon. HEX triplet: F8, 89 and 67. RGB value is (248,137,103). Sum of RGB (Red+Green+Blue) = 248+137+103=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 103 (40.62% from 255 or 21.11% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F88967 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88967 is #077698. Grayscale: #A6A6A6. Windows color (decimal): -489113 or 6785528. OLE color: 6785528.

HSL color Cylindrical-coordinate representation of color #F88967: hue angle of 14.07º 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 #F88967 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB248137103-
CMYK00.450.580.03
HSL14.07º91.19%68.82%-
HSV(B)14.07º58.47%97.25%-
XYZ50.1138.8317.69-
YUV166.3192.27186.26-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50.82%
GREEN value IS 137 (53.91% from 255) = 28.07%
BLUE value IS 103 (40.62% from 255) = 21.11%
R=50.82%
G=28.07%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813710300.450.580.0314.0791.1968.82
HexF8896702D3A3e5b45
Octal37021114705572316133105
Binary11111000100010011100111010110111101011111010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88967; }

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

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

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

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

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

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

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

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