#FF8972

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

Shades of Salmon #FF8972

Tints of Salmon #FF8972

Color information

#FF8972 (or 0xFF8972) is unknown color: approx Salmon. HEX triplet: FF, 89 and 72. RGB value is (255,137,114). Sum of RGB (Red+Green+Blue) = 255+137+114=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 137 (53.91% from 255 or 27.08% from 506); Blue value is 114 (44.92% from 255 or 22.53% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8972 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8972 is #00768D. Grayscale: #A9A9A9. Windows color (decimal): -30350 or 7506431. OLE color: 7506431.

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

Color convert

RGB255137114-
CMYK00.460.550
HSL9.79º100%72.35%-
HSV(B)9.79º55.29%100%-
XYZ53.2240.3720.91-
YUV169.6696.59188.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.40%
GREEN value IS 137 (53.91% from 255) = 27.08%
BLUE value IS 114 (44.92% from 255) = 22.53%
R=50.40%
G=27.08%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513711400.460.5509.7910072.35
HexFF897202E370a6448
Octal37721116205667012144110
Binary1111111110001001111001001011101101110101011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8972; }

 p { color: rgb(255,137,114); }

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

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

 a { background-color: rgb(255,137,114); }

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

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

 span { border-color: rgb(255,137,114); }

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