#F88766

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

Shades of Salmon #F88766

Tints of Salmon #F88766

Color information

#F88766 (or 0xF88766) is unknown color: approx Salmon. HEX triplet: F8, 87 and 66. RGB value is (248,135,102). Sum of RGB (Red+Green+Blue) = 248+135+102=485 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.13% from 485); Green value is 135 (53.12% from 255 or 27.84% from 485); Blue value is 102 (40.23% from 255 or 21.03% from 485); Max value from RGB is 248 - color contains mainly: red. Hex color #F88766 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88766 is #077899. Grayscale: #A5A5A5. Windows color (decimal): -489626 or 6719480. OLE color: 6719480.

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

Color convert

RGB248135102-
CMYK00.460.590.03
HSL13.56º91.25%68.63%-
HSV(B)13.56º58.87%97.25%-
XYZ49.7738.2417.33-
YUV165.0292.44187.18-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 51.13%
GREEN value IS 135 (53.12% from 255) = 27.84%
BLUE value IS 102 (40.23% from 255) = 21.03%
R=51.13%
G=27.84%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813510200.460.590.0313.5691.2568.63
HexF8876602E3B3e5b45
Octal37020714605673316133105
Binary11111000100001111100110010111011101111111010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88766; }

 p { color: rgb(248,135,102); }

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

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

 a { background-color: rgb(248,135,102); }

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

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

 span { border-color: rgb(248,135,102); }

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