#F67B65

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

Shades of Salmon #F67B65

Tints of Salmon #F67B65

Color information

#F67B65 (or 0xF67B65) is unknown color: approx Salmon. HEX triplet: F6, 7B and 65. RGB value is (246,123,101). Sum of RGB (Red+Green+Blue) = 246+123+101=470 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.34% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 101 (39.84% from 255 or 21.49% from 470); Max value from RGB is 246 - color contains mainly: red. Hex color #F67B65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67B65 is #09849A. Grayscale: #9D9D9D. Windows color (decimal): -623771 or 6650870. OLE color: 6650870.

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

Color convert

RGB246123101-
CMYK00.500.590.04
HSL9.1º88.96%68.04%-
HSV(B)9.1º58.94%96.47%-
XYZ47.4434.716.51-
YUV157.2796.25191.29-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 52.34%
GREEN value IS 123 (48.44% from 255) = 26.17%
BLUE value IS 101 (39.84% from 255) = 21.49%
R=52.34%
G=26.17%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612310100.500.590.049.188.9668.04
HexF67B650323B495944
Octal36617314506273411131104
Binary11110110111101111001010110010111011100100110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67B65; }

 p { color: rgb(246,123,101); }

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

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

 a { background-color: rgb(246,123,101); }

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

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

 span { border-color: rgb(246,123,101); }

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