#FD7C68

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

Shades of Salmon #FD7C68

Tints of Salmon #FD7C68

Color information

#FD7C68 (or 0xFD7C68) is unknown color: approx Salmon. HEX triplet: FD, 7C and 68. RGB value is (253,124,104). Sum of RGB (Red+Green+Blue) = 253+124+104=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 104 (41.02% from 255 or 21.62% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7C68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7C68 is #028397. Grayscale: #A0A0A0. Windows color (decimal): -164760 or 6847741. OLE color: 6847741.

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

Color convert

RGB253124104-
CMYK00.510.590.01
HSL8.05º97.39%70%-
HSV(B)8.05º58.89%99.22%-
XYZ50.2136.317.46-
YUV160.2996.24194.13-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 52.60%
GREEN value IS 124 (48.83% from 255) = 25.78%
BLUE value IS 104 (41.02% from 255) = 21.62%
R=52.60%
G=25.78%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312410400.510.590.018.0597.3970
HexFD7C680333B186146
Octal37517415006373110141106
Binary111111011111100110100001100111110111100011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7C68; }

 p { color: rgb(253,124,104); }

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

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

 a { background-color: rgb(253,124,104); }

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

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

 span { border-color: rgb(253,124,104); }

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