#FF7D67

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

Shades of Salmon #FF7D67

Tints of Salmon #FF7D67

Color information

#FF7D67 (or 0xFF7D67) is unknown color: approx Salmon. HEX triplet: FF, 7D and 67. RGB value is (255,125,103). Sum of RGB (Red+Green+Blue) = 255+125+103=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 125 (49.22% from 255 or 25.88% from 483); Blue value is 103 (40.62% from 255 or 21.33% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7D67 is #008298. Grayscale: #A1A1A1. Windows color (decimal): -33433 or 6782463. OLE color: 6782463.

HSL color Cylindrical-coordinate representation of color #FF7D67: hue angle of 8.68º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF7D67 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.

Color convert

RGB255125103-
CMYK00.510.600
HSL8.68º100%70.2%-
HSV(B)8.68º59.61%100%-
XYZ51.0236.9117.27-
YUV161.3695.07194.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.80%
GREEN value IS 125 (49.22% from 255) = 25.88%
BLUE value IS 103 (40.62% from 255) = 21.33%
R=52.80%
G=25.88%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.60
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512510300.510.6008.6810070.2
HexFF7D670333C096446
Octal37717514706374011144106
Binary111111111111101110011101100111111000100111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7D67; }

 p { color: rgb(255,125,103); }

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

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

 a { background-color: rgb(255,125,103); }

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

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

 span { border-color: rgb(255,125,103); }

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