#FF8A74

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

Shades of Salmon #FF8A74

Tints of Salmon #FF8A74

Color information

#FF8A74 (or 0xFF8A74) is unknown color: approx Salmon. HEX triplet: FF, 8A and 74. RGB value is (255,138,116). Sum of RGB (Red+Green+Blue) = 255+138+116=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 138 (54.30% from 255 or 27.11% from 509); Blue value is 116 (45.70% from 255 or 22.79% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8A74 is #00758B. Grayscale: #AAAAAA. Windows color (decimal): -30092 or 7637759. OLE color: 7637759.

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

Color convert

RGB255138116-
CMYK00.460.550
HSL9.5º100%72.75%-
HSV(B)9.5º54.51%100%-
XYZ53.4840.721.56-
YUV170.4797.26188.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.10%
GREEN value IS 138 (54.30% from 255) = 27.11%
BLUE value IS 116 (45.70% from 255) = 22.79%
R=50.10%
G=27.11%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513811600.460.5509.510072.75
HexFF8A7402E37096449
Octal37721216405667011144111
Binary1111111110001010111010001011101101110100111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8A74; }

 p { color: rgb(255,138,116); }

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

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

 a { background-color: rgb(255,138,116); }

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

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

 span { border-color: rgb(255,138,116); }

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