#FD7969

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

Shades of Salmon #FD7969

Tints of Salmon #FD7969

Color information

#FD7969 (or 0xFD7969) is unknown color: approx Salmon. HEX triplet: FD, 79 and 69. RGB value is (253,121,105). Sum of RGB (Red+Green+Blue) = 253+121+105=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 121 (47.66% from 255 or 25.26% from 479); Blue value is 105 (41.41% from 255 or 21.92% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7969 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7969 is #028696. Grayscale: #9E9E9E. Windows color (decimal): -165527 or 6912509. OLE color: 6912509.

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

Color convert

RGB253121105-
CMYK00.520.580.01
HSL6.49º97.37%70.2%-
HSV(B)6.49º58.5%99.22%-
XYZ49.935.5817.6-
YUV158.6497.73195.3-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 52.82%
GREEN value IS 121 (47.66% from 255) = 25.26%
BLUE value IS 105 (41.41% from 255) = 21.92%
R=52.82%
G=25.26%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312110500.520.580.016.4997.3770.2
HexFD79690343A166146
Octal3751711510647216141106
Binary11111101111100111010010110100111010111011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7969; }

 p { color: rgb(253,121,105); }

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

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

 a { background-color: rgb(253,121,105); }

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

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

 span { border-color: rgb(253,121,105); }

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