#F67A6C

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

Shades of Salmon #F67A6C

Tints of Salmon #F67A6C

Color information

#F67A6C (or 0xF67A6C) is unknown color: approx Salmon. HEX triplet: F6, 7A and 6C. RGB value is (246,122,108). Sum of RGB (Red+Green+Blue) = 246+122+108=476 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.68% from 476); Green value is 122 (48.05% from 255 or 25.63% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 246 - color contains mainly: red. Hex color #F67A6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67A6C is #098593. Grayscale: #9D9D9D. Windows color (decimal): -624020 or 7109366. OLE color: 7109366.

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

Color convert

RGB246122108-
CMYK00.500.560.04
HSL6.09º88.46%69.41%-
HSV(B)6.09º56.1%96.47%-
XYZ47.6734.5918.35-
YUV157.48100.08191.14-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 51.68%
GREEN value IS 122 (48.05% from 255) = 25.63%
BLUE value IS 108 (42.58% from 255) = 22.69%
R=51.68%
G=25.63%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612210800.500.560.046.0988.4669.41
HexF67A6C03238465845
Octal3661721540627046130105
Binary1111011011110101101100011001011100010011010110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67A6C; }

 p { color: rgb(246,122,108); }

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

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

 a { background-color: rgb(246,122,108); }

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

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

 span { border-color: rgb(246,122,108); }

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