#FD7672

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

Shades of Salmon #FD7672

Tints of Salmon #FD7672

Color information

#FD7672 (or 0xFD7672) is unknown color: approx Salmon. HEX triplet: FD, 76 and 72. RGB value is (253,118,114). Sum of RGB (Red+Green+Blue) = 253+118+114=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7672 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7672 is #02898D. Grayscale: #9E9E9E. Windows color (decimal): -166286 or 7501565. OLE color: 7501565.

HSL color Cylindrical-coordinate representation of color #FD7672: hue angle of 1.73º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FD7672 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB253118114-
CMYK00.530.550.01
HSL1.73º97.2%71.96%-
HSV(B)1.73º54.94%99.22%-
XYZ50.0235.0520.05-
YUV157.91103.23195.83-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 52.16%
GREEN value IS 118 (46.48% from 255) = 24.33%
BLUE value IS 114 (44.92% from 255) = 23.51%
R=52.16%
G=24.33%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311811400.530.550.011.7397.271.96
HexFD767203537126148
Octal3751661620656712141110
Binary1111110111101101110010011010111011111011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7672; }

 p { color: rgb(253,118,114); }

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

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

 a { background-color: rgb(253,118,114); }

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

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

 span { border-color: rgb(253,118,114); }

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