#F08668

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

Shades of Salmon #F08668

Tints of Salmon #F08668

Color information

#F08668 (or 0xF08668) is unknown color: approx Salmon. HEX triplet: F0, 86 and 68. RGB value is (240,134,104). Sum of RGB (Red+Green+Blue) = 240+134+104=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 134 (52.73% from 255 or 28.03% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F08668 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08668 is #0F7997. Grayscale: #A2A2A2. Windows color (decimal): -1014168 or 6850288. OLE color: 6850288.

HSL color Cylindrical-coordinate representation of color #F08668: hue angle of 13.24º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F08668 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB240134104-
CMYK00.440.570.06
HSL13.24º81.93%67.45%-
HSV(B)13.24º56.67%94.12%-
XYZ46.9636.5717.68-
YUV162.2795.12183.44-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.21%
GREEN value IS 134 (52.73% from 255) = 28.03%
BLUE value IS 104 (41.02% from 255) = 21.76%
R=50.21%
G=28.03%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.57
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013410400.440.570.0613.2481.9367.45
HexF0866802C396d5243
Octal36020615005471615122103
Binary111100001000011011010000101100111001110110110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08668; }

 p { color: rgb(240,134,104); }

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

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

 a { background-color: rgb(240,134,104); }

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

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

 span { border-color: rgb(240,134,104); }

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