#FD8472

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

Shades of Salmon #FD8472

Tints of Salmon #FD8472

Color information

#FD8472 (or 0xFD8472) is unknown color: approx Salmon. HEX triplet: FD, 84 and 72. RGB value is (253,132,114). Sum of RGB (Red+Green+Blue) = 253+132+114=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 114 (44.92% from 255 or 22.85% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8472 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8472 is #027B8D. Grayscale: #A6A6A6. Windows color (decimal): -162702 or 7505149. OLE color: 7505149.

HSL color Cylindrical-coordinate representation of color #FD8472: hue angle of 7.77º 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 #FD8472 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB253132114-
CMYK00.480.550.01
HSL7.77º97.2%71.96%-
HSV(B)7.77º54.94%99.22%-
XYZ51.838.620.64-
YUV166.1398.59189.96-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.70%
GREEN value IS 132 (51.95% from 255) = 26.45%
BLUE value IS 114 (44.92% from 255) = 22.85%
R=50.70%
G=26.45%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313211400.480.550.017.7797.271.96
HexFD847203037186148
Octal37520416206067110141110
Binary1111110110000100111001001100001101111100011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8472; }

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

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

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

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

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

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

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

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