#F67674

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

Shades of Salmon #F67674

Tints of Salmon #F67674

Color information

#F67674 (or 0xF67674) is unknown color: approx Salmon. HEX triplet: F6, 76 and 74. RGB value is (246,118,116). Sum of RGB (Red+Green+Blue) = 246+118+116=480 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.25% from 480); Green value is 118 (46.48% from 255 or 24.58% from 480); Blue value is 116 (45.70% from 255 or 24.17% from 480); Max value from RGB is 246 - color contains mainly: red. Hex color #F67674 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67674 is #09898B. Grayscale: #9C9C9C. Windows color (decimal): -625036 or 7632630. OLE color: 7632630.

HSL color Cylindrical-coordinate representation of color #F67674: hue angle of 0.92º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F67674 is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB246118116-
CMYK00.520.530.04
HSL0.92º87.84%70.98%-
HSV(B)0.92º52.85%96.47%-
XYZ47.6433.8120.54-
YUV156.04105.41192.16-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 51.25%
GREEN value IS 118 (46.48% from 255) = 24.58%
BLUE value IS 116 (45.70% from 255) = 24.17%
R=51.25%
G=24.58%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24611811600.520.530.040.9287.8470.98
HexF6767403435415847
Octal3661661640646541130107
Binary11110110111011011101000110100110101100110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67674; }

 p { color: rgb(246,118,116); }

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

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

 a { background-color: rgb(246,118,116); }

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

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

 span { border-color: rgb(246,118,116); }

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