#F07E64

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

Shades of Salmon #F07E64

Tints of Salmon #F07E64

Color information

#F07E64 (or 0xF07E64) is unknown color: approx Salmon. HEX triplet: F0, 7E and 64. RGB value is (240,126,100). Sum of RGB (Red+Green+Blue) = 240+126+100=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 126 (49.61% from 255 or 27.04% from 466); Blue value is 100 (39.45% from 255 or 21.46% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F07E64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07E64 is #0F819B. Grayscale: #9D9D9D. Windows color (decimal): -1016220 or 6586096. OLE color: 6586096.

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

Color convert

RGB240126100-
CMYK00.480.580.06
HSL11.14º82.35%66.67%-
HSV(B)11.14º58.33%94.12%-
XYZ45.734.3716.28-
YUV157.1295.77187.11-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.50%
GREEN value IS 126 (49.61% from 255) = 27.04%
BLUE value IS 100 (39.45% from 255) = 21.46%
R=51.50%
G=27.04%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012610000.480.580.0611.1482.3566.67
HexF07E640303A6b5243
Octal36017614406072613122103
Binary11110000111111011001000110000111010110101110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07E64; }

 p { color: rgb(240,126,100); }

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

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

 a { background-color: rgb(240,126,100); }

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

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

 span { border-color: rgb(240,126,100); }

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