#F07D6F

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

Shades of Salmon #F07D6F

Tints of Salmon #F07D6F

Color information

#F07D6F (or 0xF07D6F) is unknown color: approx Salmon. HEX triplet: F0, 7D and 6F. RGB value is (240,125,111). Sum of RGB (Red+Green+Blue) = 240+125+111=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 111 (43.75% from 255 or 23.32% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F07D6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07D6F is #0F8290. Grayscale: #9D9D9D. Windows color (decimal): -1016465 or 7306736. OLE color: 7306736.

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

Color convert

RGB240125111-
CMYK00.480.540.06
HSL6.51º81.13%68.82%-
HSV(B)6.51º53.75%94.12%-
XYZ46.1434.3419.24-
YUV157.79101.6186.64-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.42%
GREEN value IS 125 (49.22% from 255) = 26.26%
BLUE value IS 111 (43.75% from 255) = 23.32%
R=50.42%
G=26.26%
B=23.32%

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
Decimal24012511100.480.540.066.5181.1368.82
HexF07D6F03036675145
Octal3601751570606667121105
Binary1111000011111011101111011000011011011011110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07D6F; }

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

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

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

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

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

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

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

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