#FD8572

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

Shades of Salmon #FD8572

Tints of Salmon #FD8572

Color information

#FD8572 (or 0xFD8572) is unknown color: approx Salmon. HEX triplet: FD, 85 and 72. RGB value is (253,133,114). Sum of RGB (Red+Green+Blue) = 253+133+114=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 114 (44.92% from 255 or 22.8% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8572 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8572 is #027A8D. Grayscale: #A6A6A6. Windows color (decimal): -162446 or 7505405. OLE color: 7505405.

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

Color convert

RGB253133114-
CMYK00.470.550.01
HSL8.2º97.2%71.96%-
HSV(B)8.2º54.94%99.22%-
XYZ51.9338.8720.69-
YUV166.7198.26189.54-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.6%
GREEN value IS 133 (52.34% from 255) = 26.6%
BLUE value IS 114 (44.92% from 255) = 22.8%
R=50.6%
G=26.6%
B=22.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313311400.470.550.018.297.271.96
HexFD857202F37186148
Octal37520516205767110141110
Binary1111110110000101111001001011111101111100011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8572; }

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

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

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

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

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

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

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

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