#F07E6E

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

Shades of Salmon #F07E6E

Tints of Salmon #F07E6E

Color information

#F07E6E (or 0xF07E6E) is unknown color: approx Salmon. HEX triplet: F0, 7E and 6E. RGB value is (240,126,110). Sum of RGB (Red+Green+Blue) = 240+126+110=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 126 (49.61% from 255 or 26.47% from 476); Blue value is 110 (43.36% from 255 or 23.11% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F07E6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07E6E is #0F8191. Grayscale: #9E9E9E. Windows color (decimal): -1016210 or 7241456. OLE color: 7241456.

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

Color convert

RGB240126110-
CMYK00.480.540.06
HSL7.38º81.25%68.63%-
HSV(B)7.38º54.17%94.12%-
XYZ46.2134.5718.99-
YUV158.26100.77186.3-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.42%
GREEN value IS 126 (49.61% from 255) = 26.47%
BLUE value IS 110 (43.36% from 255) = 23.11%
R=50.42%
G=26.47%
B=23.11%

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
Decimal24012611000.480.540.067.3881.2568.63
HexF07E6E03036675145
Octal3601761560606667121105
Binary1111000011111101101110011000011011011011110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07E6E; }

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

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

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

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

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

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

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

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