#F07E68

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

Shades of Salmon #F07E68

Tints of Salmon #F07E68

Color information

#F07E68 (or 0xF07E68) is unknown color: approx Salmon. HEX triplet: F0, 7E and 68. RGB value is (240,126,104). Sum of RGB (Red+Green+Blue) = 240+126+104=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 126 (49.61% from 255 or 26.81% from 470); Blue value is 104 (41.02% from 255 or 22.13% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F07E68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07E68 is #0F8197. Grayscale: #9D9D9D. Windows color (decimal): -1016216 or 6848240. OLE color: 6848240.

HSL color Cylindrical-coordinate representation of color #F07E68: hue angle of 9.71º 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 #F07E68 is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB240126104-
CMYK00.480.570.06
HSL9.71º81.93%67.45%-
HSV(B)9.71º56.67%94.12%-
XYZ45.8934.4517.33-
YUV157.5897.77186.79-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.06%
GREEN value IS 126 (49.61% from 255) = 26.81%
BLUE value IS 104 (41.02% from 255) = 22.13%
R=51.06%
G=26.81%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012610400.480.570.069.7181.9367.45
HexF07E68030396a5243
Octal36017615006071612122103
Binary11110000111111011010000110000111001110101010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07E68; }

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

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

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

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

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

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

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

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