#F67A67

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

Shades of Salmon #F67A67

Tints of Salmon #F67A67

Color information

#F67A67 (or 0xF67A67) is unknown color: approx Salmon. HEX triplet: F6, 7A and 67. RGB value is (246,122,103). Sum of RGB (Red+Green+Blue) = 246+122+103=471 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.23% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 103 (40.62% from 255 or 21.87% from 471); Max value from RGB is 246 - color contains mainly: red. Hex color #F67A67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67A67 is #098598. Grayscale: #9D9D9D. Windows color (decimal): -624025 or 6781686. OLE color: 6781686.

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

Color convert

RGB246122103-
CMYK00.500.580.04
HSL7.97º88.82%68.43%-
HSV(B)7.97º58.13%96.47%-
XYZ47.4134.4916.99-
YUV156.9197.58191.54-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 52.23%
GREEN value IS 122 (48.05% from 255) = 25.90%
BLUE value IS 103 (40.62% from 255) = 21.87%
R=52.23%
G=25.90%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612210300.500.580.047.9788.8268.43
HexF67A670323A485944
Octal36617214706272410131104
Binary11110110111101011001110110010111010100100010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67A67; }

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

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

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

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

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

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

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

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