#F07E6F

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

Shades of Salmon #F07E6F

Tints of Salmon #F07E6F

Color information

#F07E6F (or 0xF07E6F) is unknown color: approx Salmon. HEX triplet: F0, 7E and 6F. RGB value is (240,126,111). Sum of RGB (Red+Green+Blue) = 240+126+111=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 126 (49.61% from 255 or 26.42% from 477); Blue value is 111 (43.75% from 255 or 23.27% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F07E6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07E6F is #0F8190. Grayscale: #9E9E9E. Windows color (decimal): -1016209 or 7306992. OLE color: 7306992.

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

Color convert

RGB240126111-
CMYK00.480.540.06
HSL6.98º81.13%68.82%-
HSV(B)6.98º53.75%94.12%-
XYZ46.2734.5919.28-
YUV158.38101.27186.22-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.31%
GREEN value IS 126 (49.61% from 255) = 26.42%
BLUE value IS 111 (43.75% from 255) = 23.27%
R=50.31%
G=26.42%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012611100.480.540.066.9881.1368.82
HexF07E6F03036675145
Octal3601761570606667121105
Binary1111000011111101101111011000011011011011110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07E6F; }

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

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

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

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

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

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

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

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